mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 03:56:29 +08:00
805 B
805 B
comments | icon |
---|---|
true | material/stack-overflow |
Chapter 5. Stack and Queue
!!! abstract
Stacks are like stacking cats, while queues are like cats lining up.
They respectively represent the logical relationships of Last-In-First-Out (LIFO) and First-In-First-Out (FIFO).