A simple plagiarism detector made on Java. Compares similarity of two text files using either Jaccard method or Cosine method, with either binary tree links, or linked lists.
Displays similarity of two text files in percentage, and displays the amount of time taken to analyze.
Data folder just contains different text files.