Implement `minDistance(a, b)` returning the minimum number of single-character insertions, deletions, or replacements to turn `a` into `b`.
Run your code to see results.