File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -208,15 +208,9 @@ The k-way merge technique can be found under `13. K-way Merge` [here].
208
208
209
209
1 . Merge Two Sorted Lists: https://leetcode.com/problems/merge-two-sorted-lists/
210
210
211
- #### Medium:
212
-
213
- 1 . Kth Smallest Element in a Sorted Matrix: https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix/
214
- 1 . Find K Pairs with Smallest Sums: https://leetcode.com/problems/find-k-pairs-with-smallest-sums/
215
-
216
211
#### Hard:
217
212
218
213
1 . Merge k Sorted Lists: https://leetcode.com/problems/merge-k-sorted-lists/
219
- 1 . Smallest Range Covering Elements from K Lists: https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists/
220
214
221
215
</details >
222
216
@@ -229,6 +223,7 @@ The k-way merge technique can be found under `13. K-way Merge` [here].
229
223
1 . Spiral Matrix: https://leetcode.com/problems/spiral-matrix/
230
224
1 . Rotate Image: https://leetcode.com/problems/rotate-image/
231
225
1 . Word Search: https://leetcode.com/problems/word-search/
226
+ 1 . Kth Smallest Element in a Sorted Matrix: https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix/
232
227
233
228
</details >
234
229
You can’t perform that action at this time.
0 commit comments