mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-09 22:00:52 +08:00
Unify the headings in mkdocs.yml and the articles.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 双向队列
|
||||
# 双向队列(Deque)
|
||||
|
||||
对于队列,我们只能在头部删除或在尾部添加元素,而「双向队列 Deque」更加灵活,在其头部和尾部都能执行元素添加或删除操作。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user