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:
ElbertYang 2024-01-28 19:38:22 +08:00 committed by GitHub
parent d4d281cd67
commit 244c04fe44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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