You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tag/queue/README.md
+11
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,14 @@
9
9
10
10
| # | 题目 | 标签 | 难度 |
11
11
| :-: | - | - | :-: |
12
+
| 1673 |[找出最具竞争力的子序列](../../problems/find-the-most-competitive-subsequence)|[[栈](../stack/README.md)][[堆](../heap/README.md)][[贪心算法](../greedy/README.md)][[队列](../queue/README.md)]| Medium |
| 862 |[和至少为 K 的最短子数组](../../problems/shortest-subarray-with-sum-at-least-k)|[[队列](../queue/README.md)][[二分查找](../binary-search/README.md)]| Hard |
15
+
| 641 |[设计循环双端队列](../../problems/design-circular-deque)|[[设计](../design/README.md)][[队列](../queue/README.md)]| Medium |
16
+
| 622 |[设计循环队列](../../problems/design-circular-queue)|[[设计](../design/README.md)][[队列](../queue/README.md)]| Medium |
17
+
| 621 |[任务调度器](../../problems/task-scheduler)|[[贪心算法](../greedy/README.md)][[队列](../queue/README.md)][[数组](../array/README.md)]| Medium |
18
+
| 582 |[杀掉进程](../../problems/kill-process) 🔒 |[[树](../tree/README.md)][[队列](../queue/README.md)]| Medium |
19
+
| 363 |[矩形区域不超过 K 的最大数值和](../../problems/max-sum-of-rectangle-no-larger-than-k)|[[队列](../queue/README.md)][[二分查找](../binary-search/README.md)][[动态规划](../dynamic-programming/README.md)]| Hard |
20
+
| 353 |[贪吃蛇](../../problems/design-snake-game) 🔒 |[[设计](../design/README.md)][[队列](../queue/README.md)]| Medium |
| 199 |[二叉树的右视图](../../problems/binary-tree-right-side-view)|[[树](../tree/README.md)][[深度优先搜索](../depth-first-search/README.md)][[广度优先搜索](../breadth-first-search/README.md)][[递归](../recursion/README.md)][[队列](../queue/README.md)]| Medium |
0 commit comments