Design and Implementation of Code Plagiarism Detection System

Tingzhou Liu,Ziyan Zhao,Hui Fang,Qin Huang,Wei Zhang
DOI: https://doi.org/10.1109/AINIT59027.2023.10212887
2023-01-01
Abstract:Despite the offline activities restriction due to the pandemic in the past two years, technology development allows courses and teaching activities to hold online. Therefore, online exams and competitions for computer-related majors will inevitably involve plagiarism. This research aims to develop an efficient and easy-to-use code plagiarism detection system supported by practical application results. The paper will first analyze the advantages and disadvantages of existing code plagiarism detection methods and systems, investigate the needs of college teachers for code plagiarism detection, propose a method to parse the source code, and then use the RKR-GST algorithm to calculate the similarity between the codes.
What problem does this paper attempt to address?