main_templates4/knight2.scala
changeset 397 9755af1d74df
parent 347 0b727d1a8184
child 400 bf47dbac07f8
equal deleted inserted replaced
396:ea39bbc8d98d 397:9755af1d74df
     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