Skip to content

Commit e473a47

Browse files
Sean PrashadSean Prashad
Sean Prashad
authored and
Sean Prashad
committed
Remove wrong category questions from K-Way Merge
1 parent 33c91d2 commit e473a47

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,9 @@ The k-way merge technique can be found under `13. K-way Merge` [here].
208208

209209
1. 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

218213
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/
220214

221215
</details>
222216

@@ -229,6 +223,7 @@ The k-way merge technique can be found under `13. K-way Merge` [here].
229223
1. Spiral Matrix: https://leetcode.com/problems/spiral-matrix/
230224
1. Rotate Image: https://leetcode.com/problems/rotate-image/
231225
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/
232227

233228
</details>
234229

0 commit comments

Comments
 (0)