File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ id : levenshtein-distance
3
+ title : Levenshtein distance
4
+ sidebar_label : Levenshtein distance
5
+ ---
6
+
7
+ [ Open a pull request] ( https://github.com/AllAlgorithms/algorithms/tree/master/docs/levenshtein-distance.md ) to add the content for this algorithm.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ just a paper and pencil.
356
356
- [ Finite automata] ( https://allalgorithms.com/docs/finite-automata )
357
357
- [ Kasai algorithm] ( https://allalgorithms.com/docs/kasai-algorithm )
358
358
- [ Kmp algorithm] ( https://allalgorithms.com/docs/kmp-algorithm )
359
- - [ Levenshteing distance] ( https://allalgorithms.com/docs/levenshteing -distance )
359
+ - [ Levenshtein distance] ( https://allalgorithms.com/docs/levenshtein -distance )
360
360
- [ Lipogram checker] ( https://allalgorithms.com/docs/lipogram-checker )
361
361
362
362
## Online challenges
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ just a paper and pencil.
367
367
- [Finite Automata](strings)
368
368
- [Kasai Algorithm](strings)
369
369
- [Kmp Algorithm](strings)
370
- - [Levenshteing Distance](strings)
370
+ - [Levenshtein Distance](strings)
371
371
- [Lipogram Checker](strings)
372
372
373
373
## [Online Challenges](online-challenges)
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ module.exports = [
273
273
'Finite Automata' ,
274
274
'Kasai Algorithm' ,
275
275
'Kmp Algorithm' ,
276
- 'Levenshteing Distance' ,
276
+ 'Levenshtein Distance' ,
277
277
'Lipogram Checker'
278
278
]
279
279
} ,
Original file line number Diff line number Diff line change 216
216
" finite-automata" ,
217
217
" kasai-algorithm" ,
218
218
" kmp-algorithm" ,
219
- " levenshteing -distance" ,
219
+ " levenshtein -distance" ,
220
220
" lipogram-checker"
221
221
],
222
222
"Online challenges" : [
You can’t perform that action at this time.
0 commit comments