PlagiarismChecker
Program reads through user provided files, uses Dynamic Programing to search for longest common sub-sequence (lcs), assigns plagiarism scores to pairs of files.
Practice with TreeMap, lcs
Reads text files to find longest common sub-sequence (lcs), assigns plagiarism scores based on lcs.
Program reads through user provided files, uses Dynamic Programing to search for longest common sub-sequence (lcs), assigns plagiarism scores to pairs of files.
Practice with TreeMap, lcs
Reads text files to find longest common sub-sequence (lcs), assigns plagiarism scores based on lcs.