languages
languages copied to clipboard
Dart Refactor Levenshtein distance calculation in code.dart
Hi! What is the purpose behind these refactorings?
The whole Dart implementation is wrong: it uses a full matrix instead of the two-alternating-rows algorithm in the reference implementation. This refactoring does not help.