Please read the new rule regarding the restriction on the use of AI tools. ×

How to solve this problem (Interview Question) ?

Revision en1, by learner_321, 2018-03-18 07:27:23

You are given to Strings , in one String you can swap any adjacent character , also you can swap first and last character . Find the minimum number of swaps required to make two String similar.

Sample Ip —

S1- aab S2- baa

Op — 1

You can swap first and last character of S2 , so ans will be 1.

How to solve this ?

Constraints were 1<=|S1|, |S2| <= 2000.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English learner_321 2018-03-18 07:27:23 436 Initial revision (published)