Skip to content

Commit 4ed3134

Browse files
Fix trailing spaces in BinarySearch documentation
1 parent 8d9ca35 commit 4ed3134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/searches/BinarySearch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* try - Average-case time complexity: O(log n) - Most common scenario - Worst-case time
2323
* complexity: O(log n) - Element not found or at extreme end - Space complexity: O(1) - Only uses
2424
* a constant amount of extra space
25-
*
25+
*
2626
* <p><strong>Edge Cases:</strong>
2727
* <ul>
2828
* <li>Empty array: Returns -1</li>

0 commit comments

Comments
 (0)