Files
hello-algo/en/docs/chapter_stack_and_queue/index.md
T
Yudong Jin 45e1295241 Revisit the English version (#1835)
* Review the English version using Claude-4.5.

* Update mkdocs.yml

* Align the section titles.

* Bug fixes
2025-12-30 17:54:01 +08:00

10 lines
268 B
Markdown

# Stack and Queue
![Stack and Queue](../assets/covers/chapter_stack_and_queue.jpg)
!!! abstract
Stacks are like stacking cats, while queues are like cats lining up.
They represent LIFO (Last In First Out) and FIFO (First In First Out) logic, respectively.