Skip to content

Commit 4813ee1

Browse files
author
billbarbour
committed
Corrected copy pasta
1 parent f26dd41 commit 4813ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rabin-Karp/README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Rabin-Karp string search alogrithm is used to search text for a pattern.
44

5-
Algorithms that check for palindromes are a common programming interview question.
5+
A practical application of the algorithm is detecting plagiarism. Given source material, the algorithm can rapidly search through a paper for instances of sentences from the source material, ignoring details such as case and punctuation. Because of the abundance of the sought strings, single-string searching algorithms are impractical.
66

77
## Example
88

0 commit comments

Comments
 (0)