We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cf416 commit 57100c6Copy full SHA for 57100c6
0023_Merge_k_Sorted_Lists.java
@@ -1,7 +1,13 @@
1
-// id: 23
2
-// Name: Merge k Sorted Lists
3
-// link: https://leetcode.com/problems/merge-k-sorted-lists/
4
-// Difficulty: Hard
+/*
+ * 23. Merge k Sorted Lists
+ * Problem Link: https://leetcode.com/problems/merge-k-sorted-lists/
+ * Difficulty: Hard
5
+ *
6
+ * Solution Created by: Muhammad Khuzaima Umair
7
+ * LeetCode : https://leetcode.com/mkhuzaima/
8
+ * Github : https://github.com/mkhuzaima
9
+ * LinkedIn : https://www.linkedin.com/in/mkhuzaima/
10
+ */
11
12
class Solution {
13
public ListNode mergeKLists(ListNode[] lists) {
0 commit comments