main_solution4/knight3.scala
changeset 379 5616b45d656f
parent 347 4de31fdc0d67
child 400 e48ea8300b2d
equal deleted inserted replaced
378:7a5ad01a85b5 379:5616b45d656f
    58 
    58 
    59 
    59 
    60 def tour_on_mega_board(dim: Int, path: Path) =
    60 def tour_on_mega_board(dim: Int, path: Path) =
    61   time_needed(ttour_on_mega_board(dim: Int, path: Path))
    61   time_needed(ttour_on_mega_board(dim: Int, path: Path))
    62 
    62 
       
    63 
       
    64 
       
    65 
    63 }
    66 }