Unify the headings in mkdocs.yml and the articles.

This commit is contained in:
krahets
2023-02-26 20:16:55 +08:00
parent 5b44ff5397
commit 1a49631dba
11 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# 双向队列
# 双向队列Deque
对于队列,我们只能在头部删除或在尾部添加元素,而「双向队列 Deque」更加灵活在其头部和尾部都能执行元素添加或删除操作。