Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ levenshtein_distance.py
File
levenshtein_distance.py
strings/levenshtein_distance.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
collections.abc
import
Callable
2
3
4
def
levenshtein_distance(first_word: str, second_word: str) -> int:
Callers
nothing calls this directly
Calls
3
levenshtein_distance
Function · 0.85
levenshtein_distance_optimized
Function · 0.85
benchmark_levenshtein_distance
Function · 0.85
Tested by
no test coverage detected