We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa71c76 commit df5566cCopy full SHA for df5566c
algorithms/binary_search.js
@@ -1,8 +1,8 @@
1
/*
2
3
Search a give key from a provided array.
4
- Use recursion to avoid time complexity of O(n)
5
-
+ Use recursion to avoid time complexity of O(n)
+ The target time complexity is O(Log n)
6
*/
7
8
0 commit comments