This commit is contained in:
krahets
2023-02-28 20:06:23 +08:00
parent 922c050246
commit 24673ec2b1
12 changed files with 10 additions and 113 deletions

View File

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