Skip to content

Commit

Permalink
Merge pull request gyoogle#58 from jng0820/patch-2
Browse files Browse the repository at this point in the history
Modify Binary search's time complexity
  • Loading branch information
gyoogle authored Nov 15, 2019
2 parents 37a1755 + 09a5f64 commit 2dbfaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Algorithm/Binary Search.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```
* ์‹œ๊ฐ„๋ณต์žก๋„
์ „์ฒด ํƒ์ƒ‰ : O(N)
์ด๋ถ„ ํƒ์ƒ‰ : O(nlogn)
์ด๋ถ„ ํƒ์ƒ‰ : O(logN)
```

<br>
Expand Down

0 comments on commit 2dbfaa9

Please sign in to comment.