This commit is contained in:
krahets
2023-08-03 04:37:52 +08:00
parent d16937ea8f
commit 5222e29e20
18 changed files with 104 additions and 4 deletions

View File

@@ -11,6 +11,12 @@ icon: material/stack-overflow
</div>
!!! abstract
栈如同叠猫猫,而队列就像猫猫排队。
两者分别代表着先入后出和先入先出的逻辑关系。
## 本章内容
- [5.1 &nbsp; 栈](https://www.hello-algo.com/chapter_stack_and_queue/stack/)