mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 15:11:16 +08:00
fix wrong words (#273)
This commit is contained in:
parent
59c6f4df13
commit
98eb9aebff
@ -1,6 +1,6 @@
|
|||||||
# 栈
|
# 栈
|
||||||
|
|
||||||
在计算机科学中, 一个 **栈(stack)** 时一种抽象数据类型,用作表示元素的集合,具有两种主要操作:
|
在计算机科学中, 一个 **栈(stack)** 是一种抽象数据类型,用作表示元素的集合,具有两种主要操作:
|
||||||
|
|
||||||
* **push**, 添加元素到栈的顶端(末尾);
|
* **push**, 添加元素到栈的顶端(末尾);
|
||||||
* **pop**, 移除栈最顶端(末尾)的元素.
|
* **pop**, 移除栈最顶端(末尾)的元素.
|
||||||
|
Loading…
Reference in New Issue
Block a user