CodingTrain / CodingTrain/Suggestion-Box

Challenge: Levenshtein distance for quiz-like web sites and alike

Open
#774 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
570
Forks
85
PR merge metrics
No merged PRs in 30d

Description

I found this great algorithm, which can be used for quiz-like inputs where you want to check if the person knows the answer but don't care about spelling or accidental errors without hard coding like .trim() method in js. It is pretty simple but yields great results. It can be used for plagiarism detection and what not.
Here is the [wikipedia page](https://en.wikipedia.org/wiki/Levenshtein_distance). I think it would be kinda fun to see this explained.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.