Computer Programming Contest Preparation

ToolBox - Source for: 4/439/u3.ans



/home/toolbox/public_html/solutions/4/439/u3.ans
    1 To get from b1 to h8 takes 5 knight moves.
    2 To get from b2 to h8 takes 4 knight moves.
    3 To get from b3 to h8 takes 5 knight moves.
    4 To get from c1 to h7 takes 5 knight moves.
    5 To get from h7 to c1 takes 5 knight moves.
    6 To get from c3 to h8 takes 4 knight moves.
    7 To get from c5 to h6 takes 4 knight moves.
    8 To get from h8 to a2 takes 5 knight moves.
    9 To get from f6 to a1 takes 4 knight moves.
   10 To get from f5 to a6 takes 4 knight moves.
   11 To get from e1 to f1 takes 3 knight moves.
   12 To get from a7 to a1 takes 4 knight moves.
   13 To get from a8 to a1 takes 5 knight moves.
   14 To get from h7 to a1 takes 5 knight moves.
   15 To get from f8 to f1 takes 5 knight moves.
   16 To get from g8 to b8 takes 3 knight moves.
   17 To get from g7 to g1 takes 4 knight moves.
   18 To get from c8 to c1 takes 5 knight moves.
   19 To get from c1 to h1 takes 3 knight moves.
   20 To get from d2 to d3 takes 3 knight moves.
   21 To get from d3 to f5 takes 4 knight moves.
   22 To get from h8 to h2 takes 4 knight moves.
   23 To get from h6 to h5 takes 3 knight moves.
   24 To get from a3 to a4 takes 3 knight moves.