equal
deleted
inserted
replaced
1 // Finding a single tour on a "mega" board |
1 // Finding a single tour on a "mega" board |
2 //========================================= |
2 //========================================= |
3 |
3 |
|
4 object CW8c { |
4 |
5 |
5 // !!! Copy any function you need from file knight1.scala !!! |
6 // !!! Copy any function you need from file knight1.scala !!! |
6 // !!! or knight2.scala !!! |
7 // !!! or knight2.scala !!! |
7 // |
8 // |
8 // If you need any auxiliary function, feel free to |
9 // If you need any auxiliary function, feel free to |
20 // 30 seconds. |
21 // 30 seconds. |
21 |
22 |
22 |
23 |
23 //def tour_on_mega_board(dim: Int, path: Path) : Option[Path] = ... |
24 //def tour_on_mega_board(dim: Int, path: Path) : Option[Path] = ... |
24 |
25 |
|
26 } |