This commit is contained in:
krahets
2024-04-06 03:02:20 +08:00
parent 0a9daa8b9f
commit 8d37c215c8
148 changed files with 70398 additions and 408 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ comments: true
icon: material/stack-overflow
---
# Chapter 5.   Stack and Queue
# Chapter 5.   Stack and queue
![Stack and Queue](../assets/covers/chapter_stack_and_queue.jpg){ class="cover-image" }
![Stack and queue](../assets/covers/chapter_stack_and_queue.jpg){ class="cover-image" }
!!! abstract
@@ -17,5 +17,5 @@ icon: material/stack-overflow
- [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.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/)