misc: remove duplicate entry for "Merge K Sorted Lists" (#139)

The LeetCode practice question "Merge K Sorted Lists" is listed in both week 2 and 4.
pull/140/head
Rudolf M. Schreier 5 years ago committed by Yangshun Tay
parent 6bab92006a
commit 15535fb280

@ -42,7 +42,6 @@ The focus of week 2 is on linked lists, strings and matrix-based questions. The
- [Remove Nth Node From End Of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/)
- [Palindromic Substrings](https://leetcode.com/problems/palindromic-substrings/)
- [Pacific Atlantic Water Flow](https://leetcode.com/problems/pacific-atlantic-water-flow/)
- [Merge K Sorted Lists](https://leetcode.com/problems/merge-k-sorted-lists/)
## Week 3 - Non-Linear Data Structures

Loading…
Cancel
Save