ryankgit / PlagiarismChecker

Reads text files to find longest common sub-sequence (lcs), assigns plagiarism scores based on lcs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Reads text files to find longest common sub-sequence (lcs), assigns plagiarism scores based on lcs.


Languages

Language:Java 100.0%