Fuzzy String Matching

Fuzzy String Matching

Given two strings and a permissible number of character differences, determine if the strings can be considered approximately equal.

example

Input: Three arguments: two strings (str) and one integer (int).

Output:...

You should be an authorized user in order to see the full description and start solving this mission.