Skip to content

Commit df5566c

Browse files
authored
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

+2-2
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)