Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit df5566c

Browse files
Update binary_search.js
1 parent fa71c76 commit df5566c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎algorithms/binary_search.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
33
Search a give key from a provided array.
4-
Use recursion to avoid time complexity of O(n)
5-
4+
Use recursion to avoid time complexity of O(n)
5+
The target time complexity is O(Log n)
66
*/
77

88

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /