mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-28 09:46:30 +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).