Check if Strings Can be Made Equal With Operations I Problem
Check if Strings Can be Made Equal With Operations I Problem — ExecCode Easy DSA Practice
Solve the Check if Strings Can be Made Equal With Operations I problem on ExecCode. Free online easy DSA practice in String. Write and run code in Java, C++, Python — no signup required to run.
Description 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 two characters at th…
Practice Check if Strings Can be Made Equal With Operations I free on ExecCode. Browse more ExecCode DSA problems.