Skip to content

Commit ab5674b

Browse files
authored
refactor: complexity of merge two sorted lists
1 parent 69b7a79 commit ab5674b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-two-sorted-lists/minji-go.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description: return the head of the merged linked list of two sorted linked lists
44
Concept: Linked List, Recursion
55
Time Complexity: O(N+M), Runtime 0ms
6-
Space Complexity: O(1), Memory 42.74MB
6+
Space Complexity: O(N+M), Memory 42.74MB
77
*/
88

99
/**

0 commit comments

Comments
 (0)