You are given two strings, start and target, both of length n.
Each string consists only of the characters 'L', 'R', and '_', where:
Task:
Return true if it is possible to obtain the string target by moving the pieces of the string start any number of times. Otherwise, return false.
Constraints:
If both checks pass, return true.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?