NAV-Levenshtein-Distance

The Levenshtein distance is a string metric for measuring difference between two sequences. Informally, the Levenshtein distance between two words is the minimum number of single-character edits (i.e. insertions, deletions or substitutions) required to change one word into the other. The Levenshtein Algorithm - Cuelogic .....In Other words It is a algorithm to determine how close 2 strings match … Continue reading NAV-Levenshtein-Distance

Docker NAV Images

OK, So I am late to this game but rather late than never. I recently started messing around with docker. My knowledge is still limited on the subject, but I wanted to get something going. This blog serves a purpose more in tracking my progress and reminding me of the how, what, and where, but … Continue reading Docker NAV Images