hello-algo/chapter_stack_and_queue/index.md
2023-08-19 22:07:27 +08:00

703 B

comments icon
true material/stack-overflow

第 5 章   栈与队列

栈与队列{ width="600" }

!!! abstract

栈如同叠猫猫,而队列就像猫猫排队。

两者分别代表着先入后出和先入先出的逻辑关系。

本章内容