We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 790b12f + 3753edf commit 28a50f9Copy full SHA for 28a50f9
README.md
@@ -22,7 +22,7 @@ The main characteristics of each implemented algorithm are presented below. The
22
23
| | | Normalized? | Metric? | Type | Cost |
24
|-------- |------- |------------- |---------- | ------ | ---- |
25
-| [Levenshtein](#levenshtein) |distance | No | Yes | | O(m.n) <sup>1</sup> |
+| [Levenshtein](#levenshtein) |distance | No | Yes | | O(m*n) <sup>1</sup> |
26
| [Normalized Levenshtein](#normalized-levenshtein) |distance<br>similarity | Yes | No | | O(m*n) <sup>1</sup> |
27
| [Weighted Levenshtein](#weighted-levenshtein) |distance | No | No | | O(m*n) <sup>1</sup> |
28
| [Damerau-Levenshtein](#damerau-levenshtein) <sup>3</sup> |distance | No | Yes | | O(m*n) <sup>1</sup> |
0 commit comments