Update docs for deployment on Vercel.
This commit is contained in:
9
docs/chapter_stack_and_queue/summary.md
Normal file
9
docs/chapter_stack_and_queue/summary.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
comments: true
|
||||
---
|
||||
|
||||
# 小结
|
||||
|
||||
- 栈是一种遵循先入后出的数据结构,可以使用数组或链表实现。
|
||||
- 队列是一种遵循先入先出的数据结构,可以使用数组或链表实现。
|
||||
- 双向队列的两端都可以添加与删除元素。
|
Reference in New Issue
Block a user