Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart Refactor Levenshtein distance calculation in code.dart #262

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Shreemanarjun
Copy link

No description provided.

@PEZ
Copy link
Collaborator

PEZ commented Dec 20, 2024

Hi! What is the purpose behind these refactorings?

@Ichoran
Copy link

Ichoran commented Dec 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants