Skip to content

Commit ec2f957

Browse files
committed
sol 4-weeks
1 parent 6114ecd commit ec2f957

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

โ€Žfind-minimum-in-rotated-sorted-array/acious.ktโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ class Solution {
2424
// ๋ฐ˜๋ณต๋ฌธ์ด ๋๋‚  ๋•Œ๊นŒ์ง€ ๋ชป ์ฐพ์•˜๊ฑฐ๋‚˜, ๋ฐฐ์—ด์ด ํšŒ์ „๋˜์ง€ ์•Š์€ ๊ฒฝ์šฐ ์ฒซ ๋ฒˆ์งธ ์š”์†Œ๊ฐ€ ์ตœ์†Œ๊ฐ’
2525
return nums[0]
2626
}
27-
}
27+
}

โ€Žmaximum-depth-of-binary-tree/acious.ktโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ class Solution {
3434

3535
return maxDepth
3636
}
37-
}
37+
}

โ€Žmerge-two-sorted-lists/acious.ktโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ class Solution {
2828

2929
return resultStartNode.next
3030
}
31-
}
31+
}

0 commit comments

Comments
ย (0)