数据结构中栈的介绍(Introduction to the stack in data structures).docVIP

  • 4
  • 0
  • 约9.23千字
  • 约 15页
  • 2017-10-06 发布于河南
  • 举报

数据结构中栈的介绍(Introduction to the stack in data structures).doc

数据结构中栈的介绍(Introduction to the stack in data structures)

数据结构中栈的介绍(Introduction to the stack in data structures) Never sigh for the years that have gone, but must face the time that slips away. - Bly Hitt Introduction to the stack in data structures 1. stack concept Stack is a special table that inserts and deletes only one end of the table. The end of the data element that allows insertion and deletion of data is called the top of the stack, while the other end is called the bottom of the stack. A stack without any element is called an empty stack. Stack changes are based on lifo. Stack, also known as LIFO In (Last First Out) table, referred to as

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档