changeset 403 | ffce7b61b446 |
parent 347 | 4de31fdc0d67 |
402:de59aa20a1dc | 403:ffce7b61b446 |
---|---|
1 import CW9a._ |
1 import M4a._ |
2 |
2 |
3 //type Pos = (Int, Int) // a position on a chessboard |
3 //type Pos = (Int, Int) // a position on a chessboard |
4 //type Path = List[Pos] // a path...a list of positions |
4 //type Path = List[Pos] // a path...a list of positions |
5 |
5 |
6 def count_all_tours_urban(dim: Int) = { |
6 def count_all_tours_urban(dim: Int) = { |