keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.97k stars 4.6k forks source link

Add dynamic programming algorithm to strings.min_distance.py #838

Closed psalqvist closed 1 year ago

psalqvist commented 2 years ago

also added a small unit test to ensure the algorithm is correct

fixes #843