Source code plagiarism detector based on k-gram fingerprints (see Papers folder for more details)
The main program lies in Application folder.
Put your input files (source codes) to the folder Application/src/main/resources/input/
File input.txt contains the input in the following format: number of source code files to analyze followed by their names.
File ouput.txt will contain all plagiarized source codes clustered together.