|
3 | 3 | ### Basic
|
4 | 4 | | Problem | Difficulty |
|
5 | 5 | |------------------|------------|
|
6 |
| -|[1046. Last Stone Weight](../leetcode/1046.last-stone-weight.md)|Easy (1172)| |
| 6 | +|**[1046. Last Stone Weight](../leetcode/1046.last-stone-weight.md)**|Easy (1172)| |
7 | 7 | |[1337. The K Weakest Rows in a Matrix](../leetcode/1337.the-k-weakest-rows-in-a-matrix.md)|Easy|
|
8 |
| -|[2336. Smallest Number in Infinite Set](../leetcode/2336.smallest-number-in-infinite-set.md)|Easy| |
| 8 | +|@@[2336. Smallest Number in Infinite Set](../leetcode/2336.smallest-number-in-infinite-set.md)|Easy| |
9 | 9 | |[1845. Seat Reservation Manager](../leetcode/1845.seat-reservation-manager.md)|Medium|
|
10 | 10 | |[2462. Total Cost to Hire K Workers](../leetcode/2462.total-cost-to-hire-k-workers.md)|Medium (1763)|
|
11 |
| -|[1834. Single-Threaded CPU](../leetcode/1834.single-threaded-cpu.md)|Medium (1797)| |
12 |
| -|[502. IPO](../leetcode/502.ipo.md)|Hard| |
| 11 | +|@@**[1834. Single-Threaded CPU](../leetcode/1834.single-threaded-cpu.md)**|Medium (1797)| |
| 12 | +|**[502. IPO](../leetcode/502.ipo.md)**|Hard| |
13 | 13 |
|
14 | 14 | > * https://leetcode.com/problems/trapping-rain-water-ii/description/ h
|
15 | 15 | > * https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended/description/ 2014
|
16 | 16 | > * https://leetcode.com/problems/construct-target-array-with-multiple-sums/description/ 2014 h
|
17 | 17 | > * https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists/description/ h
|
18 | 18 | > * https://leetcode.com/problems/maximum-subsequence-score/description/ 2056
|
19 | 19 | > * https://leetcode.com/problems/maximum-performance-of-a-team/description/ 2091
|
20 |
| -> * https://leetcode.com/problems/minimum-cost-to-hire-k-workers/description/ 2259 |
| 20 | +> * **https://leetcode.com/problems/minimum-cost-to-hire-k-workers/description/** 2259 |
21 | 21 | >
|
22 | 22 | > * Solved: https://leetcode.com/problems/take-gifts-from-the-richest-pile/description/ 1276 // A very basic heap problem. `PriorityQueue(reverseOrder<Int>())` is used to create a max heap. 2024/10/28
|
23 | 23 | > * Solved: https://leetcode.com/problems/maximal-score-after-applying-k-operations/description/ 1386 // A very basic heap problem. 2024/10/29
|
|
36 | 36 |
|
37 | 37 | | Problem | Difficulty |
|
38 | 38 | |------------------|------------|
|
39 |
| -|[767. Reorganize String](../leetcode/767.reorganize-string.md)|Medium (1681)| |
40 |
| -|[984. String Without AAA or BBB](../leetcode/984.string-without-aaa-or-bbb.md)|Medium (1474)| |
41 |
| -|[1405. Longest Happy String](../leetcode/1405.longest-happy-string.md)|Medium (1820)| |
42 |
| -|[621. Task Scheduler](../leetcode/621.task-scheduler.md)|Medium| |
| 39 | +|@@**[767. Reorganize String](../leetcode/767.reorganize-string.md)**|Medium (1681)| |
| 40 | +|@@[984. String Without AAA or BBB](../leetcode/984.string-without-aaa-or-bbb.md)|Medium (1474)| |
| 41 | +|@@**[1405. Longest Happy String](../leetcode/1405.longest-happy-string.md)**|Medium (1820)| |
| 42 | +|@@**[621. Task Scheduler](../leetcode/621.task-scheduler.md)**|Medium| |
43 | 43 |
|
44 | 44 | > * https://leetcode.com/problems/distant-barcodes/description/ 1701
|
45 | 45 |
|
46 | 46 | ### Merge K Sorted
|
47 | 47 | | Problem | Difficulty |
|
48 | 48 | |------------------|------------|
|
49 |
| -|[23. Merge k Sorted Lists](../leetcode/23.merge-k-sorted-lists.md)|Hard| |
50 |
| -|[264. Ugly Number II](../leetcode/264.ugly-number-ii.md)|Medium| |
51 |
| -|[373. Find K Pairs with Smallest Sums](../leetcode/373.find-k-pairs-with-smallest-sums.md)|Medium| |
52 |
| -|[378. Kth Smallest Element in a Sorted Matrix](../leetcode/378.kth-smallest-element-in-a-sorted-matrix.md)|Medium| |
| 49 | +|**[23. Merge k Sorted Lists](../leetcode/23.merge-k-sorted-lists.md)**|Hard| |
| 50 | +|**[264. Ugly Number II](../leetcode/264.ugly-number-ii.md)**|Medium| |
| 51 | +|@@**[373. Find K Pairs with Smallest Sums](../leetcode/373.find-k-pairs-with-smallest-sums.md)**|Medium| |
| 52 | +|**[378. Kth Smallest Element in a Sorted Matrix](../leetcode/378.kth-smallest-element-in-a-sorted-matrix.md)**|Medium| |
53 | 53 |
|
54 | 54 | > * https://leetcode.com/problems/super-ugly-number/description/ m
|
55 | 55 | > * https://leetcode.com/problems/find-the-kth-smallest-sum-of-a-matrix-with-sorted-rows/description/ 2133
|
56 | 56 | > * https://leetcode.com/problems/find-k-th-smallest-pair-distance/description/ h
|
57 |
| -> * https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists/description/ h |
| 57 | +> * **https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists/description/** h |
58 | 58 | > * ~~https://leetcode.com/problems/minimize-deviation-in-array/description/~~ 2533
|
59 | 59 |
|
60 | 60 | ### 事後諸葛
|
61 | 61 | | Problem | Difficulty |
|
62 | 62 | |------------------|------------|
|
63 |
| -|[1642. Furthest Building You Can Reach](../leetcode/1642.furthest-building-you-can-reach.md)|Medium (1962)| |
| 63 | +|**[1642. Furthest Building You Can Reach](../leetcode/1642.furthest-building-you-can-reach.md)**|Medium (1962)| |
64 | 64 |
|
65 |
| -> * https://leetcode.com/problems/course-schedule-iii/description/ h |
66 |
| -> * https://leetcode.com/problems/minimum-number-of-refueling-stops/description/ 2074 |
| 65 | +> * **https://leetcode.com/problems/course-schedule-iii/description/** h |
| 66 | +> * **https://leetcode.com/problems/minimum-number-of-refueling-stops/description/** 2074 |
67 | 67 |
|
68 | 68 | ### Two Heaps
|
69 | 69 | | Problem | Difficulty |
|
70 | 70 | |------------------|------------|
|
71 |
| -> * https://leetcode.com/problems/kth-largest-element-in-a-stream/ e |
72 |
| -> * https://leetcode.com/problems/find-median-from-data-stream/description/ h |
73 |
| -> * https://leetcode.com/problems/sliding-window-median/description/ h |
| 71 | +> * **https://leetcode.com/problems/kth-largest-element-in-a-stream/** e |
| 72 | +> * **https://leetcode.com/problems/find-median-from-data-stream/description/** h |
| 73 | +> * **https://leetcode.com/problems/sliding-window-median/description/** h |
74 | 74 |
|
75 | 75 | ### Lazy Deletion
|
76 | 76 | | Problem | Difficulty |
|
77 | 77 | |------------------|------------|
|
78 | 78 | > * https://leetcode.com/problems/design-a-number-container-system/description/ 1540
|
79 | 79 | > * https://leetcode.com/problems/design-a-food-rating-system/description/ 1781
|
80 |
| -> * https://leetcode.com/problems/stock-price-fluctuation/description/ 1831 |
| 80 | +> * **https://leetcode.com/problems/stock-price-fluctuation/description/** 1831 |
0 commit comments