Skip to content

Commit

Permalink
Update image source for Levenshtein distance.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Apr 12, 2019
1 parent d790aa5 commit 2206158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/string/levenshtein-distance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ bottom-up direction) is being applied here.
Applying this principle further we may solve more complicated cases like
with `Saturday → Sunday` transformation.

![Levenshtein distance](https://user-images.githubusercontent.com/1153337/54865681-9457b380-4dac-11e9-959a-01c8ca00a85f.png)
![Levenshtein distance](https://cdn-images-1.medium.com/max/2600/1*497gMaFErzJpCXG7kS_7dw.png)

## References

Expand Down

0 comments on commit 2206158

Please sign in to comment.