In my work I have with great results used approximate string matching algorithms such as Damerau–Levenshtein distance to make my code less vulnerable to spelling mistakes.
Using C, I\'m trying to find the location and number of matches of a substring within another parent string.Because I also need to include approximate (hamming distance) matches, I\'m using the tre li