File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 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].
208208
2092091 . Merge Two Sorted Lists: https://leetcode.com/problems/merge-two-sorted-lists/
210210
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-
216211#### Hard:
217212
2182131 . 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/
220214
221215</details >
222216
@@ -229,6 +223,7 @@ The k-way merge technique can be found under `13. K-way Merge` [here].
2292231 . Spiral Matrix: https://leetcode.com/problems/spiral-matrix/
2302241 . Rotate Image: https://leetcode.com/problems/rotate-image/
2312251 . 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/
232227
233228</details >
234229
You can’t perform that action at this time.
0 commit comments