Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
457 views

Using code from a book without plagiarizing

I have a book on data structures and programming, and I referenced it to implement a B-tree insertion function. I copied most of the algorithm and variable names from the code samples in the book, ...
1
vote
4answers
229 views

Variable renaming for plagiarism detection for C/C++

I have a couple of simple C++ homeworks and I know the students shared code. These are smart students and they know how to cheat moss. I'm looking for a tool that can rename variables based on their ...
1
vote
1answer
703 views

plagiarism detection using damerau levenshtein algorithm

hi how will i simulate the damerau leveshtein distance algorithm so as to detect plagiarism in documents? thanks!
0
votes
1answer
101 views

Plagiarism Checker tool [closed]

I am writing a report and would like to check if I have not inadvertently copied some text from some source which I might have used for my own understanding. So, I want to make sure, that the report ...
0
votes
2answers
262 views

Searching full-text fields in SQL Server to detect plagiarism

I'm storing papers in SQL Server 2005 and am looking for a way to paste in the text of a paper and then search for potential plagiarism (copied content) in the database. What's the best way to go ...
0
votes
2answers
182 views

What are the alternative's to using the iThenticate service for content comparison?

What are the alternative's to using the iThenticate service for content comparison?
-1
votes
5answers
148 views

How do I make a plagiarism detecting program [closed]

Can any one make suggestions how I should start working on this problem?