This commit is contained in:
krahets
2024-01-28 22:31:08 +08:00
parent 545e15bc81
commit 84520801e2
19 changed files with 5579 additions and 57 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ icon: material/stack-overflow
!!! 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.
## Chapter Contents