Find the minimum number of insertions and deletions to convert string 'a' to string 'b'.
{ "a": "heap", "b": "pea" }
3
{ "a": "geeksforgeeks", "b": "geeks" }
8
{ "a": "sea", "b": "eat" }
2
Sign in to Run Code and Submit