• Stars
    star
    1
  • Language
    Java
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.