Datastructures-队列
先进先出的数据结构,很常用
▶
STL queue
1 |
|
举个栗子:
▶
洛谷P1540
https://www.luogu.com.cn/problem/P1540
1 |
|
▶
循环队列的顺序存储实现
1 |
|
▶
队列的链式存储实现
1 |
|
Datastructures-队列
https://43.242.201.154/2024/09/08/Datastructures-队列/
先进先出的数据结构,很常用
1 |
|
举个栗子:
https://www.luogu.com.cn/problem/P1540
1 |
|
1 |
|
1 |
|