Skip to content

Commit 5054426

Browse files
committed
add: initial implementation of Rabin-Karp algorithm for string matching
1 parent 4bfc268 commit 5054426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmd-exclude.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ com.thealgorithms.strings.HorspoolSearch=UnnecessaryFullyQualifiedName,UselessPa
8888
com.thealgorithms.strings.MyAtoi=UselessParentheses
8989
com.thealgorithms.strings.Palindrome=UselessParentheses
9090
com.thealgorithms.strings.Solution=CollapsibleIfStatements
91-
com/thealgorithms/strings/PatternSearchUsingRabinKarpAlgo.java=UselessParentheses
91+
com.thealgorithms.strings.PatternSearchUsingRabinKarpAlgo.java=UselessParentheses

0 commit comments

Comments
 (0)