MCPcopy 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

1from collections.abc import Callable
2
3
4def levenshtein_distance(first_word: str, second_word: str) -> int:

Callers

nothing calls this directly

Calls 3

levenshtein_distanceFunction · 0.85

Tested by

no test coverage detected