Skip to content

Commit 807e668

Browse files
authored
Add Wiki link BoyerMoore.java
1 parent b20e5c0 commit 807e668

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package com.thealgorithms.searches;
2-
32
/**
43
* Boyer-Moore string search algorithm
54
* Efficient algorithm for substring search.
65
*
7-
* @author Pau
8-
*/
6+
* @see <a href="https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string-search_algorithm">
7+
* https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string-search_algorithm</a>
8+
*/
99

1010
public class BoyerMoore {
1111

0 commit comments

Comments
 (0)