mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-03 10:40:15 +08:00
build
This commit is contained in:
@@ -8,9 +8,7 @@ comments: true
|
||||
|
||||
我们将队列头部称为「队首」,队列尾部称为「队尾」,将把元素加入队尾的操作称为「入队」,删除队首元素的操作称为「出队」。
|
||||
|
||||

|
||||
|
||||
<p align="center"> Fig. 队列的先入先出特性 </p>
|
||||

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