main_testing4/knight_test5.scala
changeset 403 ffce7b61b446
parent 347 4de31fdc0d67
equal deleted inserted replaced
402:de59aa20a1dc 403:ffce7b61b446
     1 import CW9a._
     1 import M4a._
     2 
     2 
     3 
     3 
     4 //type Pos = (Int, Int)    // a position on a chessboard 
     4 //type Pos = (Int, Int)    // a position on a chessboard 
     5 //type Path = List[Pos]    // a path...a list of positions
     5 //type Path = List[Pos]    // a path...a list of positions
     6 
     6