Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 312 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 312 Bytes

PlagarismCheckerForCPlusPlus

This is a basic plagarism checker for c/c++ code. It takes file name from submission_id.txt and check n by n. Finally generate a csv file of result. It's use gnu compiler for preprocessing and then use another pre-processing step. It's use edit distance algorithm for matching.