main_templates4/knight3.scala
changeset 397 085fefce672e
parent 347 4de31fdc0d67
child 428 cdfa6a293453
equal deleted inserted replaced
396:3ffe978a5664 397:085fefce672e
     1 // Finding a single tour on a "mega" board
     1 // Finding a single tour on a "mega" board
     2 //=========================================
     2 //=========================================
     3 
     3 
     4 object CW9c {
     4 object M4c {
     5 
     5 
     6 // !!! Copy any function you need from file knight1.scala !!!
     6 // !!! Copy any function you need from file knight1.scala !!!
     7 // !!! or knight2.scala                                   !!! 
     7 // !!! or knight2.scala                                   !!! 
     8 //
     8 //
     9 // If you need any auxiliary function, feel free to 
     9 // If you need any auxiliary function, feel free to