Skip to content

Commit 57100c6

Browse files
committed
Formatted 0023_Merge_k_Sorted_Lists.java
1 parent 07cf416 commit 57100c6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

0023_Merge_k_Sorted_Lists.java

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
/*
2+
* 23. Merge k Sorted Lists
3+
* Problem Link: https://leetcode.com/problems/merge-k-sorted-lists/
4+
* 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+
*/
511

612
class Solution {
713
public ListNode mergeKLists(ListNode[] lists) {

0 commit comments

Comments
 (0)