We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c427859 commit 2e3034cCopy full SHA for 2e3034c
algorithms/search/BinarySearch.java
@@ -1,7 +1,7 @@
1
package algorithms.search;
2
3
/**
4
- * Time Complexity: O(log n) Linear time
+ * Time Complexity: O(log n) Logarithmic time
5
* Space Complexity: O(1) constant time
6
**/
7
public class BinarySearch {
0 commit comments