📜  数组是堆栈数据结构 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:07.504000             🧑  作者: Mango

代码示例1
For example, an array is a sort of linear data structure. However, you can access any element in an array--not true for a stack, since you can only deal with the element at its top.