Skip to content

Implementation of the Levenshtein Algorithm in x86 Assembler (for multi-threaded use). [ENG]

Notifications You must be signed in to change notification settings

jakczo/Levenshtein-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Levenshtein-Algorithm (November 2017)

Implementation of the Levenshtein Algorithm in x86 Assembler (for multi-threaded use).

This repository contains a function that uses my implementation of the Levenshtein Algorithm (Levenshtein distance) used in the program to validate the entered word and/or DNA string.

More information about the program and the algorithm itself are available in Polish language and can be found here.