Check if Strings Can be Made Equal With Operations I
You are given two strings s1 and s2, both of length 4, consisting of lowercase English letters.
You can apply the following operation on any of the two strings any number of times:
Choose any two indices i and j such that j - i = 2, then swap the tw...
perfinsights.hashnode.dev2 min read