mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 14:26:29 +08:00
b3f100aff1
* Add Ruby code blocks to documents * Remove Ruby code from en/docs * Remove "center-table" class in index.md * Add "data-toc-label" to handle the latex heading during the build process * Use normal JD link instead. * Bug fixes
9 lines
222 B
Markdown
9 lines
222 B
Markdown
# 栈与队列
|
|
|
|
![栈与队列](../assets/covers/chapter_stack_and_queue.jpg)
|
|
|
|
!!! abstract
|
|
|
|
栈如同叠猫猫,而队列就像猫猫排队。
|
|
|
|
两者分别代表先入后出和先入先出的逻辑关系。
|