updated
authorChristian Urban <christian.urban@kcl.ac.uk>
Wed, 25 Nov 2020 17:39:20 +0000
changeset 371 14f2bd9db45b
parent 370 38118ec5cf21
child 372 e87462c9b895
updated
pre_solution4/knight1.scala
pre_templates4/knight1.jar
--- a/pre_solution4/knight1.scala	Wed Nov 25 17:29:11 2020 +0000
+++ b/pre_solution4/knight1.scala	Wed Nov 25 17:39:20 2020 +0000
@@ -1,7 +1,7 @@
 // Part 1 about finding and counting Knight's tours
 //==================================================
 
-object CW8a {   // for preparing the jar
+object CW9a {   // for preparing the jar
 
 type Pos = (Int, Int)    // a position on a chessboard 
 type Path = List[Pos]    // a path...a list of positions
Binary file pre_templates4/knight1.jar has changed