Claim Missing Document
Check
Articles

Found 1 Documents
Search
Journal : Computatio : Journal of Computer Science and Information Systems

DETEKSI KEMIRIPAN SOURCE CODE DENGAN METODE FINGERPRINT BASED DISTANCE DAN LEVENSHTEIN DISTANCE Jimmy Jimmy; Viny Christanti Mawardi; Agus Budi Dharmawan
Computatio : Journal of Computer Science and Information Systems Vol 2, No 1 (2018): Computatio : Journal of Computer Science and Information Systems
Publisher : Faculty of Information Technology, Universitas Tarumanagara

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (253.433 KB) | DOI: 10.24912/computatio.v2i1.1478

Abstract

The ease of accessing information makes easier to do plagiarism. Plagiarism not only applied to written essay, but these day copying other people’s program is also considered as plagiarism. This paper will researching an method to automatically calculating the similarity of pair of source code. The method used are fingerprint based distance and Levenshtein Distance. The result will be measured in accuracy, precision, and recall. The result is in some dataset, levenshtein distance is better than fingerprint based distance for detecting plagiarism in student’s code especially beginner in C++.