Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c6f4d commit 98eb9aeCopy full SHA for 98eb9ae
src/data-structures/stack/README.zh-CN.md
@@ -1,6 +1,6 @@
1
# 栈
2
3
-在计算机科学中, 一个 **栈(stack)** 时一种抽象数据类型,用作表示元素的集合,具有两种主要操作:
+在计算机科学中, 一个 **栈(stack)** 是一种抽象数据类型,用作表示元素的集合,具有两种主要操作:
4
5
* **push**, 添加元素到栈的顶端(末尾);
6
* **pop**, 移除栈最顶端(末尾)的元素.
0 commit comments