mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 18:00:18 +08:00
build
This commit is contained in:
@@ -6,9 +6,7 @@ comments: true
|
||||
|
||||
对于队列,我们只能在头部删除或在尾部添加元素,而「双向队列 Deque」更加灵活,在其头部和尾部都能执行元素添加或删除操作。
|
||||
|
||||

|
||||
|
||||
<p align="center"> Fig. 双向队列的操作 </p>
|
||||

|
||||
|
||||
## 5.3.1. 双向队列常用操作
|
||||
|
||||
|
||||
Reference in New Issue
Block a user