Lab PA05-PC2 -- Programming Contest - Round 2


  • Notes:

    1. Note: the problem specification says to take the input from a file.
      We are changing this to read from the keyboard and output to standard out.

    2. Assume that the solution takes 10 moves or less.

    3. Do not output the moves, just how many moves.

    4. Solve this with recursion and backtracking as discussed in class.

  • Don't forget to properly document your code
    • your grade will appreciate it if your code is documented properly.