Calculate differences between start string and end string and return the transformations list
The initial string.
The resulting string.
The list of operations to transform the start string into the end string.
Private
getRecursively find the possibles solutions for the differences between start and end texts
The initial string.
The resulting string.
The string that is unchanged between the two strings.
The list of operations to transform the start string into the end string.
Private
getFind the first matching substring between two strings
The initial string.
The resulting string.
The rotation value.
The first matching substring between the two strings.
Greedy algorithm