You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A parallel implementation of Levenshtein Algorithm for edit distance computing between string. Implementation in OpenMP and C++ threads. Parallel Computing University course project.
A parallel implementation of Levenshtein Algorithm for edit distance computing between string. Implementation in OpenMP and C++ threads.
Read levenshtein_report.pdf for further information.
About
A parallel implementation of Levenshtein Algorithm for edit distance computing between string. Implementation in OpenMP and C++ threads. Parallel Computing University course project.