Model Coding Questions-Iiird Year
Model Coding Questions-Iiird Year
39. Check if One String Can Become Another by Swapping Two Letters
Scenario: Return true if string A can become B by swapping exactly one pair of
characters.
Input: A = "converse", B = "convesre"
Output: true