This commit is contained in:
krahets
2023-02-28 20:03:53 +08:00
parent 10903b2781
commit dabe5d5c24
11 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
# 栈Stack
# 栈
「栈 Stack」是一种遵循「先入后出 first in, last out」数据操作规则的线性数据结构。我们可以将栈类比为放在桌面上的一摞盘子如果需要拿出底部的盘子则需要先将上面的盘子依次取出。