Update docs for deployment on Vercel.

This commit is contained in:
krahets
2022-11-22 17:47:26 +08:00
parent eec011d595
commit 33d79ea6da
124 changed files with 3964 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
---
comments: true
---
# 小结
- 栈是一种遵循先入后出的数据结构,可以使用数组或链表实现。
- 队列是一种遵循先入先出的数据结构,可以使用数组或链表实现。
- 双向队列的两端都可以添加与删除元素。