Help needed to solve this problem!!

Revision en1, by aya1909, 2020-11-24 08:44:33

Given two binary strings of equal length (eg. "10101" and "10010") we had to find whether we can convert string 1 to string 2 by performing following operations:

reverse substring of length 2 reverse substring of length 2 reverse substring of length 2

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English aya1909 2020-11-24 08:44:33 291 Initial revision (published)