Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ plagiarism.py
File
plagiarism.py
Python/plagiarism.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
difflib
import
SequenceMatcher
2
3
4
def
findSimilarity(f1, f2):
Callers
nothing calls this directly
Calls
1
findSimilarity
Function · 0.85
Tested by
no test coverage detected