Skip to content

Commit 2206158

Browse files
committedApr 12, 2019
Update image source for Levenshtein distance.
1 parent d790aa5 commit 2206158

File tree

1 file changed

+1
-1
lines changed
  • src/algorithms/string/levenshtein-distance

1 file changed

+1
-1
lines changed
 

‎src/algorithms/string/levenshtein-distance/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ bottom-up direction) is being applied here.
106106
Applying this principle further we may solve more complicated cases like
107107
with `Saturday → Sunday` transformation.
108108

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

111111
## References
112112

0 commit comments

Comments
 (0)
Please sign in to comment.