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

View File

@@ -2,7 +2,7 @@
comments: true
---
# 5.2.   队列
# 5.2.   队列Queue
「队列 Queue」是一种遵循「先入先出 first in, first out」数据操作规则的线性数据结构。顾名思义队列模拟的是排队现象即外面的人不断加入队列尾部而处于队列头部的人不断地离开。