Skip to content

Commit 2df7b03

Browse files
committed
solve: search in rotated sorted array
1 parent ece842c commit 2df7b03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

โ€Žsearch-in-rotated-sorted-array/wogha95.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/**
2+
* ๋ชจ๋“  ์ผ€์ด์Šค๊ฐ€ ๋งŽ์ง€ ์•Š๋‹ค๊ณ  ์ƒ๊ฐ๋˜์–ด ๋ถ„๊ธฐ์ฒ˜๋ฆฌํ•˜์˜€์Šต๋‹ˆ๋‹ค..
3+
* ๋” ๊ฐ„๊ฒฐํ•œ ํ’€์ด๋ฒ•์„ ๊ณ ๋ คํ•ด๋ณด๋Š” ์ค‘..
4+
*
25
* TC: O(log N)
36
* ์ด์ง„ํƒ์ƒ‰์„ ์ด์šฉํ•˜์—ฌ ์ˆœํšŒํ•ฉ๋‹ˆ๋‹ค.
47
*

0 commit comments

Comments
ย (0)