An open API service indexing awesome lists of open source software.

https://github.com/humayan-kabir/plagiarism-detector

This project is designed to detect plagiarism in competitive programming contests. It scrapes online solutions for specified problem IDs from blogs and other sources using Python, filters the relevant code, and then compares it with submitted solutions to identify potential plagiarism using various matching algorithms.
https://github.com/humayan-kabir/plagiarism-detector

Last synced: about 1 month ago
JSON representation

This project is designed to detect plagiarism in competitive programming contests. It scrapes online solutions for specified problem IDs from blogs and other sources using Python, filters the relevant code, and then compares it with submitted solutions to identify potential plagiarism using various matching algorithms.

Awesome Lists containing this project

README

          

# Plagiarism-Detector
This is my 350 project. It is a plagiarism detector for c/c++/java.