Document new Sudoku puzzles in the assigment's index.shtml.
authorW. Trevor King <wking@drexel.edu>
Tue, 12 Oct 2010 12:41:02 +0000 (08:41 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 12 Oct 2010 12:41:02 +0000 (08:41 -0400)
assignments/archive/sudoku/index.shtml

index ddc5c145df3fa0e493029732b05b03c18e09c288..d8b2375dfbb136a6e878cc7a72fa21f997d1685f 100644 (file)
@@ -126,9 +126,13 @@ cat initialboard | ./sudoku
 </pre>
 
 <ul>
+  <li><a href="0.cfg">0.cfg</a> (impossible, to test your programs
+    failed-to-solve behavior)</li>
   <li><a href="1.cfg">1.cfg</a></li>
   <li><a href="2.cfg">2.cfg</a></li>
   <li><a href="3.cfg">3.cfg</a></li>
+  <li><a href="4.cfg">4.cfg</a> (harder puzzle, you can't solve this
+    with the basic algorithm given above)</li>
 </ul>
 
 <!--#include virtual="$root_directory/shared/footer.shtml"-->