mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-24 18:55:36 +08:00
build
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
# Stack and Queue
|
||||
---
|
||||
comments: true
|
||||
icon: material/stack-overflow
|
||||
---
|
||||
|
||||
# Chapter 5. Stack and Queue
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||

|
||||
{ class="cover-image" }
|
||||
|
||||
</div>
|
||||
|
||||
@ -11,3 +16,10 @@
|
||||
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).
|
||||
|
||||
## Chapter Contents
|
||||
|
||||
- [5.1 Stack](https://www.hello-algo.com/en/chapter_stack_and_queue/stack/)
|
||||
- [5.2 Queue](https://www.hello-algo.com/en/chapter_stack_and_queue/queue/)
|
||||
- [5.3 Double-ended Queue](https://www.hello-algo.com/en/chapter_stack_and_queue/deque/)
|
||||
- [5.4 Summary](https://www.hello-algo.com/en/chapter_stack_and_queue/summary/)
|
||||
|
Reference in New Issue
Block a user