Skip to content

Commit 2e3034c

Browse files
author
elysium09
committed
🚀 typo
1 parent c427859 commit 2e3034c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/search/BinarySearch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package algorithms.search;
22

33
/**
4-
* Time Complexity: O(log n) Linear time
4+
* Time Complexity: O(log n) Logarithmic time
55
* Space Complexity: O(1) constant time
66
**/
77
public class BinarySearch {

0 commit comments

Comments
 (0)