Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find similar source code on the Internet [closed]

I suspect that one of my students has downloaded his solution from the Internet as it is a very common basic task. The assignment was to write merging of sorted sequences into a single sorted sequence in C++. I would like to find the source of the plagiarism. (Just to be clear: comparing solutions inside the group is easy, that is not the task here.)

My daydream is that I paste the source code into some textarea, press the "Search" button and it displays similar source codes on the Internet. Is there any site like that?

like image 646
Notinlist Avatar asked Nov 23 '25 01:11

Notinlist


1 Answers

Sounds something like what turnitin.com is meant to do. The site is intended to catch plagiarism in english, but you could read up and see what it can do for you.

like image 85
Syntactic Fructose Avatar answered Nov 25 '25 15:11

Syntactic Fructose