Skip to content

Commit fdf3660

Browse files
chore: 개행추가
1 parent 78704ff commit fdf3660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

merge-two-sorted-lists/grapefruitgreentealoe.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//두개의 정렬된 링크드 리스트 list1, list2의 Head를 받았다.(리스트가 아니라, 연결리스트의 헤드라는 것!)
1+
//두개의 정렬된 링크드 리스트 list1, list2의 Head를 받았다.(리스트가 아니라, 연결리스트의 헤드)
22
/**
33
* Definition for singly-linked list.
44
* function ListNode(val, next) {
@@ -33,4 +33,4 @@ list1.next 다음에 list2.val이 온다.
3333
3434
시간 복잡도: O(log n)
3535
공간 복잡도: O(h)
36-
*/
36+
*/

0 commit comments

Comments
 (0)