main_templates4/knight2.scala
changeset 397 085fefce672e
parent 347 4de31fdc0d67
child 400 e48ea8300b2d
equal deleted inserted replaced
396:3ffe978a5664 397:085fefce672e
     1 // Core Part about finding a single tour for a board using the
     1 // Core Part about finding a single tour for a board using the
     2 // Warnsdorf Rule
     2 // Warnsdorf Rule
     3 //==============================================================
     3 //==============================================================
     4 
     4 
     5 object CW9b {
     5 object M4b {
     6 
     6 
     7 
     7 
     8 // !!! Copy any function you need from file knight1.scala !!!
     8 // !!! Copy any function you need from file knight1.scala !!!
     9 //
     9 //
    10 // If you need any auxiliary function, feel free to 
    10 // If you need any auxiliary function, feel free to