Algorithms-Open-Source icon indicating copy to clipboard operation
Algorithms-Open-Source copied to clipboard

Plagiarism detection

Open yashasvi-goel opened this issue 4 years ago • 5 comments

String matching algorithms are pervasive in software. One particularly fun one, is Rabin Karp, which is used in Plagiarism detection.

Rabin Karp is relatively easy to implement. See this: Rabin–Karp algorithm

yashasvi-goel avatar Apr 05 '20 06:04 yashasvi-goel

I am willing to contribute.

kartikdpsg avatar Apr 05 '20 15:04 kartikdpsg

Has been merged #11

yashasvi-goel avatar Apr 05 '20 17:04 yashasvi-goel

I will be refactoring the already existing file, documenting etc.

NimrodRak avatar Oct 02 '20 13:10 NimrodRak

Shall I go ahead and work on RabinKarp in Python ?

bijai avatar Oct 03 '20 16:10 bijai

Sure Go ahead

yashasvi-goel avatar Oct 03 '20 17:10 yashasvi-goel