Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 531 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 531 Bytes

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.