mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-30 01:24:21 +00:00
45e1295241
* Review the English version using Claude-4.5. * Update mkdocs.yml * Align the section titles. * Bug fixes
10 lines
268 B
Markdown
10 lines
268 B
Markdown
# Stack and Queue
|
|
|
|

|
|
|
|
!!! 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.
|