Skip to content

Commit 4c84658

Browse files
author
Jeevan Yewale
committed
Add Wikipedia reference link to BinarySearchStrings documentation
1 parent 870086e commit 4c84658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Time Complexity: O(log n * m) where n is array length and m is average string length
88
* Space Complexity: O(1)
99
*
10+
* @see <a href="https://en.wikipedia.org/wiki/Binary_search_algorithm">Binary Search Algorithm</a>
1011
* @author Jeevan Yewale (https://github.com/JeevanYewale)
1112
*/
1213
public final class BinarySearchStrings {

0 commit comments

Comments
 (0)