The objective is to change the locations of
the numbers with letters by minimizing the number of moves.A Move:
To bring a number or letter to an empty adjacent cell, or to jump a
number/letter over a letter/number and put into the empty cell.
You cannot jump a number over another number!
Likewise, you cannot
jump a letter over another letter!
When the process is over, the numbers are supposed to be located into
the first places of the letters and the letters are supposed to be located
into the first places of the numbers.
The order of
them is not important.
With how many moves can you perform this at minimum?
As answer;
First enter the number of moves followed by a comma and followed by
either number or letter in the moves in a sequence and without blanks.
Use uppercase for the letters.
Sample Answer: 9,A2BD3A14C