From 4b94ab885d3e2fc16b798589eef9e328bd67db85 Mon Sep 17 00:00:00 2001 From: "Rudolf M. Schreier" Date: Wed, 11 Sep 2019 15:08:41 +0200 Subject: [PATCH] Remove duplicate entry for "Merge K Sorted Lists". The LeetCode practice question "Merge K Sorted Lists" is listed in both week 2 and 4. --- contents/best-practice-questions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/contents/best-practice-questions.md b/contents/best-practice-questions.md index df5ff5f2..f5d965dd 100644 --- a/contents/best-practice-questions.md +++ b/contents/best-practice-questions.md @@ -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