This commit is contained in:
krahets
2023-02-26 20:16:31 +08:00
parent b389c65072
commit 625d5f2a34
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
comments: true
---
# 5.3.   双向队列
# 5.3.   双向队列Deque
对于队列,我们只能在头部删除或在尾部添加元素,而「双向队列 Deque」更加灵活,在其头部和尾部都能执行元素添加或删除操作。