main_solution4/knight3.scala
changeset 418 fa7f7144f2bb
parent 400 e48ea8300b2d
child 431 ef68136b9a96
equal deleted inserted replaced
417:29fc780ca130 418:fa7f7144f2bb
    62 
    62 
    63 
    63 
    64 // testcases
    64 // testcases
    65 //print_board(70, tour_on_mega_board(70, List((0, 0))).get)
    65 //print_board(70, tour_on_mega_board(70, List((0, 0))).get)
    66 
    66 
       
    67 
       
    68 
    67 }
    69 }
       
    70 
       
    71 
       
    72 val dim = 30 //75
       
    73 M4c.print_board(dim, M4c.tour_on_mega_board(dim, List((0, 0))).get)