mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 10:16:28 +08:00
Add a comment file header.
This commit is contained in:
parent
d2db8b8d60
commit
cce8201e2b
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
comments: true
|
||||
---
|
||||
|
||||
# 双向队列
|
||||
|
||||
对于队列,我们只能在头部删除或在尾部添加元素,而「双向队列 Deque」更加灵活,在其头部和尾部都能执行元素添加或删除操作。
|
||||
|
|
Loading…
Reference in a new issue