Algorithms-Open-Source
Algorithms-Open-Source copied to clipboard
Plagiarism detection
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
I am willing to contribute.
Has been merged #11
I will be refactoring the already existing file, documenting etc.
Shall I go ahead and work on RabinKarp in Python ?
Sure Go ahead