关于栈、队列、优先队列、map等可以用STL和algorithm解决的题目专题
Login to join training plan
STL和algorithm专题题集
学习博客链接:
https://blog.csdn.net/m0_46201544/article/details/122270401
STL讲解:
https://www.bilibili.com/video/BV1ia411B7U2
STL演示:
https://www.bilibili.com/video/BV1Z3411v72U
algorithm库:
https://www.bilibili.com/video/BV1Y34y1z7uX
声明
在vector以及set、map这些专题中的数据可能现在还不算齐全后面会缓慢增加的,如果有能力的同学欢迎给我们OJ加强数据
视频题解
这是第一天习题的一些列题选讲主要就是单调栈,波兰表达式还有堆的实现:
https://www.bilibili.com/video/BV1E44y1E7Jc?share_source=copy_web
Section 3. 优先队列
Invalid
This section cannot be challenged at present, so please complete the following sections first:
- Section 2. 队列 (Completed 0%)
Problem | Tried | AC | Difficulty |
---|---|---|---|
P1208 优先队列的实现 | 51 | 16 | 6 |
P1209 The kth great number | 54 | 14 | 7 |
P1210 Windows Message Queue | 45 | 6 | 8 |
P1211 看病要排队 | 35 | 5 | 8 |
P1213 求中位数 | 22 | 4 | 9 |
P1214 Ugly Numbers | 13 | 5 | 9 |
- Enrollees
- 235
- Created By