|
105 | 105 | ### 9. Pattern: Two Heaps
|
106 | 106 |
|
107 | 107 | 1. Introduction
|
108 | | -2. Find the Median of a Number Stream (medium) |
| 108 | +2. Find the Median of a Number Stream (medium)[Leetcode](https://leetcode.com/problems/find-median-from-data-stream/) |
109 | 109 | 3. Sliding Window Median (hard)
|
110 | 110 | 4. Maximize Capital (hard)
|
111 | 111 |
|
|
145 | 145 | 1. Introduction
|
146 | 146 | 2. Top 'K' Numbers (easy)
|
147 | 147 | 3. Kth Smallest Number (easy)
|
148 | | -4. 'K' Closest Points to the Origin (easy) |
| 148 | +4. 'K' Closest Points to the Origin (easy)[Leetcode](https://leetcode.com/problems/k-closest-points-to-origin/) |
149 | 149 | 5. Connect Ropes (easy)
|
150 | 150 | 6. Top 'K' Frequent Numbers (medium)
|
151 | 151 | 7. Frequency Sort (medium)
|
152 | | -8. Kth Largest Number in a Stream (medium) |
| 152 | +8. Kth Largest Number in a Stream (medium)[Leetcode](https://leetcode.com/problems/kth-largest-element-in-a-stream/) |
153 | 153 | 9. 'K' Closest Numbers (medium)
|
154 | 154 | 10. Maximum Distinct Elements (medium)
|
155 | 155 | 11. Sum of Elements (medium)
|
|
0 commit comments