mirror of
https://github.com/krahets/hello-algo.git
synced 2025-02-02 14:18:47 +08:00
translation: Update chapter_stack_and_queue/index.md (#1035)
* Updata number_encoding.md * Update number_encodimg.md * update chapter_stack_and_queue/index.md
This commit is contained in:
parent
d4d281cd67
commit
244c04fe44
@ -8,6 +8,6 @@
|
|||||||
|
|
||||||
!!! abstract
|
!!! abstract
|
||||||
|
|
||||||
Stacks are like stacking cats, while queues are like cats lining up.
|
A stack is like cats placed on top of each other, while a queue is like cats lined up one by one.
|
||||||
|
|
||||||
They respectively represent the logical relationships of Last-In-First-Out (LIFO) and First-In-First-Out (FIFO).
|
They represent the logical relationships of Last-In-First-Out (LIFO) and First-In-First-Out (FIFO), respectively.
|
||||||
|
Loading…
Reference in New Issue
Block a user