Skip to main content

2 docs tagged with "Levenshtein Distance"

View All Tags

Bitap Algo

Bitap Algo is defined as: Algorithm to Fuzzy Search by transform string to Bitmask & compute # Bitwise Ops for Levenshtein distance. Topics on: Bitmask, Bitwise

Levenshtein distance

Levenshtein distance is defined as: Algorithm to compute Edit Distance by # single char ins/sub/del ops to transform string to another. Topics on: . Read more: