just out of curiosity (definitely not because i have a deadline tonight lol) how does a plagiarism detecting software work? any ideas?
i'm pretty sure the program compares run time...
for example if i create an array in main
main(){
//create array and add numbers
}
then in the plagiarised code:
main(){
//create a vector and add number
}
this way you copy the logic but code will be different. i was just wondering if this works?
and yeah i have a project due tonight!