We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9ca35 commit 4ed3134Copy full SHA for 4ed3134
1 file changed
src/main/java/com/thealgorithms/searches/BinarySearch.java
@@ -22,7 +22,7 @@
22
* try - Average-case time complexity: O(log n) - Most common scenario - Worst-case time
23
* complexity: O(log n) - Element not found or at extreme end - Space complexity: O(1) - Only uses
24
* a constant amount of extra space
25
- *
+ *
26
* <p><strong>Edge Cases:</strong>
27
* <ul>
28
* <li>Empty array: Returns -1</li>
0 commit comments