CSCI 1200 Data Structures
Fall 2014

Home
  Contact Information
  Announcements
  Discussion Forum (LMS)

Syllabus
  Learning Outcomes
  Prerequistites
  iClickers in Lecture
  Course Grades

Calendar
  Lecture notes
  Lab materials
  Homework
  Test reviews

Weekly Schedule
  Office Hours
  Lab Times

Getting Help
  Tutoring
  Advice from TAs
  Advice from Students

Homework
  Due Date and Time
  Late Day Policy
  Compilers
  Electronic Submission
  HW Grading Criteria

Collaboration Policy &
Academic Integrity

References
  Optional Textbooks
  Web Resources
  C++ Development
    Compilers
    Code Editors & IDEs
  Misc. C++ Programming
    Command Line Args
    File I/O
    string → int/float
  Memory Debugging
    Valgrind
    Dr. Memory

HW6 Carcasonne Recursion Contest Results

Student Submitted Puzzles used in the Contest

buh_1.txt

tile pasture city pasture pasture
tile pasture pasture city city
tile pasture city city pasture
tile pasture pasture pasture city
tile pasture city pasture pasture
tile city city city city
tile city pasture city city
tile pasture pasture city pasture
tile pasture city pasture pasture
tile city city city city
tile city city city city
tile city pasture pasture city
tile city pasture pasture pasture
tile city pasture pasture pasture

Solution: (0,0,0)(0,1,0)(0,2,0)(0,3,0)(1,0,0)(1,1,0)(1,2,0)(1,3,0)
          (2,0,0)(2,1,0)(2,2,0)(2,3,0)(3,1,0)(3,2,0)
+---------++---------++---------++---------+
|         ||         ||         ||         |
|        .||.        ||        .||.        |
|       ..||..       ||       ..||..       |
|      ...||...      ||      ...||...      |
|      ...||....     ||     ....||...      |
|      ...||.....    ||    .....||...      |
|       ..||......   ||   ......||..       |
|        .||.......  ||  .......||.        |
|         ||........ || ........||         |
+---------++---------++---------++---------+
+---------++---------++---------++---------+
|         ||.........||........ ||         |
|        .||.........||.......  ||         |
|       ..||.........||......   ||         |
|      ...||.........||......   ||         |
|      ...||.........||......   ||         |
|      ...||.........||......   ||         |
|       ..||.........||......   ||   ...   |
|        .||.........||.......  ||  .....  |
|         ||.........||........ || ....... |
+---------++---------++---------++---------+
+---------++---------++---------++---------+
|         ||.........||.........||........ |
|        .||.........||.........||.......  |
|       ..||.........||.........||......   |
|      ...||.........||.........||.....    |
|      ...||.........||.........||....     |
|      ...||.........||.........||...      |
|       ..||.........||.........||..       |
|        .||.........||.........||.        |
|         ||.........||.........||         |
+---------++---------++---------++---------+
           +---------++---------+           
           | ....... || ....... |           
           |  .....  ||  .....  |           
           |   ...   ||   ...   |           
           |         ||         |           
           |         ||         |           
           |         ||         |           
           |         ||         |           
           |         ||         |           
           |         ||         |           
           +---------++---------+           

buh_2.txt

tile pasture city pasture pasture
tile pasture pasture city city
tile pasture city pasture pasture
tile pasture pasture pasture city
tile pasture city pasture pasture
tile city pasture pasture city
tile pasture city pasture pasture
tile pasture pasture pasture city
tile pasture city pasture pasture
tile pasture pasture city city
tile pasture pasture road pasture
tile pasture city pasture pasture
tile city pasture pasture city
tile road pasture pasture pasture

Solution: (0,0,0)(0,1,0)(0,2,0)(0,3,0)(0,4,0)(1,1,0)(1,0,0)(0,5,0)
          (1,2,0)(1,3,0)(1,4,0)(2,2,0)(2,3,0)(2,4,0)
+---------++---------++---------++---------++---------++---------+
|         ||         ||         ||         ||         ||         |
|        .||.        ||        .||.        ||        .||.        |
|       ..||..       ||       ..||..       ||       ..||..       |
|      ...||...      ||      ...||...      ||      ...||...      |
|      ...||....     ||      ...||...      ||      ...||...      |
|      ...||.....    ||      ...||...      ||      ...||...      |
|       ..||......   ||       ..||..       ||       ..||..       |
|        .||.......  ||        .||.        ||        .||.        |
|         ||........ ||         ||         ||         ||         |
+---------++---------++---------++---------++---------++---------+
+---------++---------++---------++---------++---------+           
|         ||........ ||         ||         ||         |           
|        .||.......  ||        .||.        ||         |           
|       ..||......   ||       ..||..       ||    ^    |           
|      ...||.....    ||      ...||...      ||   / \   |           
|      ...||....     ||      ...||....     ||  /| |\  |           
|      ...||...      ||      ...||.....    ||   | |   |           
|       ..||..       ||       ..||......   ||   +-+   |           
|        .||.        ||        .||.......  ||    #    |           
|         ||         ||         ||........ ||    #    |           
+---------++---------++---------++---------++---------+           
                      +---------++---------++---------+           
                      |         ||........ ||    #    |           
                      |        .||.......  ||    #    |           
                      |       ..||......   ||    ^    |           
                      |      ...||.....    ||   / \   |           
                      |      ...||....     ||  /| |\  |           
                      |      ...||...      ||   | |   |           
                      |       ..||..       ||   +-+   |           
                      |        .||.        ||         |           
                      |         ||         ||         |           
                      +---------++---------++---------+           

centod_1.txt

tile pasture pasture road road
tile pasture road pasture road
tile pasture pasture road road
tile pasture road pasture road
tile pasture pasture road road
tile pasture road pasture road
tile pasture pasture road road
tile pasture road pasture road

Allowing piece rotation:
2 unique solution(s)
(on a 6x6 board)

Solution: (0,0,270)(0,1,0)(0,2,0)(1,0,90)(2,0,180)(1,2,90)(2,2,90)(2,1,0)
+---------++---------++---------+
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|      ###||#########||###      |
|     #   ||         ||   #     |
|    #    ||         ||    #    |
|    #    ||         ||    #    |
|    #    ||         ||    #    |
+---------++---------++---------+
+---------+           +---------+
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
+---------+           +---------+
+---------++---------++---------+
|    #    ||         ||    #    |
|    #    ||         ||    #    |
|    #    ||         ||    #    |
|     #   ||         ||   #     |
|      ###||#########||###      |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
+---------++---------++---------+

cheuns3_2.txt

tile road road road road
tile road road road road
tile road road road road
tile road road road road
tile road pasture pasture pasture
tile road pasture pasture pasture
tile pasture road pasture pasture
tile pasture road pasture pasture
tile pasture pasture road pasture
tile pasture pasture road pasture
tile pasture pasture pasture road
tile pasture pasture pasture road

Solution: (1,1,0)(1,2,0)(2,1,0)(2,2,0)(0,1,180)(0,2,180)(1,0,0)(1,3,180)
          (2,0,270)(2,3,90)(3,1,90)(3,2,90)
           +---------++---------+           
           |         ||         |           
           |         ||         |           
           |    ^    ||    ^    |           
           |   / \   ||   / \   |           
           |  /| |\  ||  /| |\  |           
           |   | |   ||   | |   |           
           |   +-+   ||   +-+   |           
           |    #    ||    #    |           
           |    #    ||    #    |           
           +---------++---------+           
+---------++---------++---------++---------+
|         ||    #    ||    #    ||         |
|         ||    #    ||    #    ||         |
|    ^    ||    #    ||    #    ||    ^    |
|   / \   ||    #    ||    #    ||   / \   |
|  /| |\##||#########||#########||##/| |\  |
|   | |   ||    #    ||    #    ||   | |   |
|   +-+   ||    #    ||    #    ||   +-+   |
|         ||    #    ||    #    ||         |
|         ||    #    ||    #    ||         |
+---------++---------++---------++---------+
+---------++---------++---------++---------+
|         ||    #    ||    #    ||         |
|         ||    #    ||    #    ||         |
|    ^    ||    #    ||    #    ||    ^    |
|   / \   ||    #    ||    #    ||   / \   |
|  /| |\##||#########||#########||##/| |\  |
|   | |   ||    #    ||    #    ||   | |   |
|   +-+   ||    #    ||    #    ||   +-+   |
|         ||    #    ||    #    ||         |
|         ||    #    ||    #    ||         |
+---------++---------++---------++---------+
           +---------++---------+           
           |    #    ||    #    |           
           |    #    ||    #    |           
           |    ^    ||    ^    |           
           |   / \   ||   / \   |           
           |  /| |\  ||  /| |\  |           
           |   | |   ||   | |   |           
           |   +-+   ||   +-+   |           
           |         ||         |           
           |         ||         |           
           +---------++---------+           

fiaccs_1.txt

tile road road pasture pasture
tile road pasture pasture road 
tile pasture pasture road road 
tile pasture road road pasture 
tile road road pasture pasture
tile road pasture pasture road 
tile pasture pasture road road 
tile pasture road road pasture

tile pasture pasture road pasture
tile pasture pasture road pasture
tile road pasture pasture pasture
tile road pasture pasture pasture

Solution: (1,0,0)(1,1,0)(0,1,0)(0,0,0)(1,2,0)(1,3,0)(0,3,0)(0,2,0)
          (0,4,0)(0,5,0)(1,4,0)(1,5,0)
+---------++---------++---------++---------++---------++---------+
|         ||         ||         ||         ||         ||         |
|         ||         ||         ||         ||         ||         |
|         ||         ||         ||         ||    ^    ||    ^    |
|         ||         ||         ||         ||   / \   ||   / \   |
|      ###||###      ||      ###||###      ||  /| |\  ||  /| |\  |
|     #   ||   #     ||     #   ||   #     ||   | |   ||   | |   |
|    #    ||    #    ||    #    ||    #    ||   +-+   ||   +-+   |
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
+---------++---------++---------++---------++---------++---------+
+---------++---------++---------++---------++---------++---------+
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    ||    ^    ||    ^    |
|     #   ||   #     ||     #   ||   #     ||   / \   ||   / \   |
|      ###||###      ||      ###||###      ||  /| |\  ||  /| |\  |
|         ||         ||         ||         ||   | |   ||   | |   |
|         ||         ||         ||         ||   +-+   ||   +-+   |
|         ||         ||         ||         ||         ||         |
|         ||         ||         ||         ||         ||         |
+---------++---------++---------++---------++---------++---------+

fiaccs_2.txt

tile road road pasture pasture
tile road pasture pasture road 
tile pasture pasture road road 
tile pasture road road pasture 
tile road road pasture pasture
tile road pasture pasture road 
tile pasture pasture road road 
tile pasture road road pasture

tile pasture pasture road pasture
tile pasture pasture road pasture
tile road pasture pasture pasture
tile road pasture pasture pasture

tile pasture pasture road pasture
tile pasture pasture road pasture
tile road pasture pasture pasture
tile road pasture pasture pasture

tile road road pasture pasture
tile road pasture pasture road 
tile pasture pasture road road 
tile pasture road road pasture 
tile road road pasture pasture
tile road pasture pasture road 
tile pasture pasture road road 
tile pasture road road pasture

Solution: (1,0,0)(1,1,0)(0,1,0)(0,0,0)(1,2,0)(1,3,0)(0,3,0)(0,2,0)
          (0,4,0)(0,5,0)(1,4,0)(1,5,0)(2,0,0)(2,1,0)(3,0,0)(3,1,0)
          (3,2,0)(3,3,0)(2,3,0)(2,2,0)(3,4,0)(3,5,0)(2,5,0)(2,4,0)
+---------++---------++---------++---------++---------++---------+
|         ||         ||         ||         ||         ||         |
|         ||         ||         ||         ||         ||         |
|         ||         ||         ||         ||    ^    ||    ^    |
|         ||         ||         ||         ||   / \   ||   / \   |
|      ###||###      ||      ###||###      ||  /| |\  ||  /| |\  |
|     #   ||   #     ||     #   ||   #     ||   | |   ||   | |   |
|    #    ||    #    ||    #    ||    #    ||   +-+   ||   +-+   |
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
+---------++---------++---------++---------++---------++---------+
+---------++---------++---------++---------++---------++---------+
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    ||    ^    ||    ^    |
|     #   ||   #     ||     #   ||   #     ||   / \   ||   / \   |
|      ###||###      ||      ###||###      ||  /| |\  ||  /| |\  |
|         ||         ||         ||         ||   | |   ||   | |   |
|         ||         ||         ||         ||   +-+   ||   +-+   |
|         ||         ||         ||         ||         ||         |
|         ||         ||         ||         ||         ||         |
+---------++---------++---------++---------++---------++---------+
+---------++---------++---------++---------++---------++---------+
|         ||         ||         ||         ||         ||         |
|         ||         ||         ||         ||         ||         |
|    ^    ||    ^    ||         ||         ||         ||         |
|   / \   ||   / \   ||         ||         ||         ||         |
|  /| |\  ||  /| |\  ||      ###||###      ||      ###||###      |
|   | |   ||   | |   ||     #   ||   #     ||     #   ||   #     |
|   +-+   ||   +-+   ||    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
+---------++---------++---------++---------++---------++---------+
+---------++---------++---------++---------++---------++---------+
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    ||    #    ||    #    |
|    ^    ||    ^    ||    #    ||    #    ||    #    ||    #    |
|   / \   ||   / \   ||     #   ||   #     ||     #   ||   #     |
|  /| |\  ||  /| |\  ||      ###||###      ||      ###||###      |
|   | |   ||   | |   ||         ||         ||         ||         |
|   +-+   ||   +-+   ||         ||         ||         ||         |
|         ||         ||         ||         ||         ||         |
|         ||         ||         ||         ||         ||         |
+---------++---------++---------++---------++---------++---------+

fouche2.txt

tile road pasture pasture pasture
tile road pasture road pasture
tile pasture pasture road pasture

Allowing piece rotation:
1 unique solution
(on a 6x6 board)

Solution: (2,0,0)(1,0,0)(0,0,0)
+---------+
|         |
|         |
|    ^    |
|   / \   |
|  /| |\  |
|   | |   |
|   +-+   |
|    #    |
|    #    |
+---------+
+---------+
|    #    |
|    #    |
|    #    |
|    #    |
|    #    |
|    #    |
|    #    |
|    #    |
|    #    |
+---------+
+---------+
|    #    |
|    #    |
|    ^    |
|   / \   |
|  /| |\  |
|   | |   |
|   +-+   |
|         |
|         |
+---------+

guiler_1.txt

tile pasture road pasture pasture
tile pasture pasture pasture road

Allowing piece rotation:
1 unique solution
(on a 6x6 board)

Solution: (0,0,0)(0,1,0)
+---------++---------+
|         ||         |
|         ||         |
|    ^    ||    ^    |
|   / \   ||   / \   |
|  /| |\##||##/| |\  |
|   | |   ||   | |   |
|   +-+   ||   +-+   |
|         ||         |
|         ||         |
+---------++---------+

hickea2_1.txt

tile pasture road pasture road
tile pasture road pasture road
tile pasture road pasture road
tile pasture road pasture road
tile pasture road pasture road
tile pasture road pasture road
tile pasture road pasture pasture
tile pasture pasture pasture road

Solution: (0,1,0)(0,2,0)(0,3,0)(0,4,0)(0,5,0)(0,6,0)(0,0,0)(0,7,0)
+---------++---------++---------++---------++---------++---------++---------++---------+
|         ||         ||         ||         ||         ||         ||         ||         |
|         ||         ||         ||         ||         ||         ||         ||         |
|    ^    ||         ||         ||         ||         ||         ||         ||    ^    |
|   / \   ||         ||         ||         ||         ||         ||         ||   / \   |
|  /| |\##||#########||#########||#########||#########||#########||#########||##/| |\  |
|   | |   ||         ||         ||         ||         ||         ||         ||   | |   |
|   +-+   ||         ||         ||         ||         ||         ||         ||   +-+   |
|         ||         ||         ||         ||         ||         ||         ||         |
|         ||         ||         ||         ||         ||         ||         ||         |
+---------++---------++---------++---------++---------++---------++---------++---------+

kolosd_2.txt

tile road road pasture pasture
tile road road road pasture
tile road road road pasture
tile road road pasture pasture
tile road road road pasture
tile road road pasture pasture
tile road road pasture pasture
tile road road road pasture
tile road road pasture pasture
tile road road road pasture
tile road road road pasture
tile road road pasture pasture

Solution: (0,0,90)(0,1,90)(0,2,90)(0,3,180)(1,0,0)(1,2,0)(1,3,270)
          (2,0,0)(3,0,0)(1,1,180)(2,1,180)(3,1,270)
+---------++---------++---------++---------+
|         ||         ||         ||         |
|         ||         ||         ||         |
|         ||         ||         ||         |
|         ||         ||         ||         |
|      ###||#########||#########||###      |
|     #   ||    #    ||    #    ||   #     |
|    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    |
+---------++---------++---------++---------+
+---------++---------++---------++---------+
|    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||     #   ||   #     |
|    #####||#####    ||      ###||###      |
|    #    ||    #    ||         ||         |
|    #    ||    #    ||         ||         |
|    #    ||    #    ||         ||         |
|    #    ||    #    ||         ||         |
+---------++---------++---------++---------+
+---------++---------+                      
|    #    ||    #    |                      
|    #    ||    #    |                      
|    #    ||    #    |                      
|    #    ||    #    |                      
|    #####||#####    |                      
|    #    ||    #    |                      
|    #    ||    #    |                      
|    #    ||    #    |                      
|    #    ||    #    |                      
+---------++---------+                      
+---------++---------+                      
|    #    ||    #    |                      
|    #    ||    #    |                      
|    #    ||    #    |                      
|     #   ||   #     |                      
|      ###||###      |                      
|         ||         |                      
|         ||         |                      
|         ||         |                      
|         ||         |                      
+---------++---------+                      

lees29_1.txt

tile pasture pasture pasture pasture
tile pasture pasture pasture pasture
tile pasture pasture pasture pasture
tile pasture pasture pasture pasture

Allowing piece rotation:
7 unique solution(s)
(on a 6x6 board)

Solution: (0,0,0)(0,1,0)(0,2,0)(0,3,0)
+---------++---------++---------++---------+
|         ||         ||         ||         |
|         ||         ||         ||         |
|    ^    ||    ^    ||    ^    ||    ^    |
|   / \   ||   / \   ||   / \   ||   / \   |
|  /| |\  ||  /| |\  ||  /| |\  ||  /| |\  |
|   | |   ||   | |   ||   | |   ||   | |   |
|   +-+   ||   +-+   ||   +-+   ||   +-+   |
|         ||         ||         ||         |
|         ||         ||         ||         |
+---------++---------++---------++---------+

leunga3_1.txt

tile road road pasture pasture
tile pasture road road pasture
tile pasture pasture road road
tile road pasture pasture road
tile road road pasture pasture
tile pasture road road pasture
tile pasture pasture road road
tile road pasture pasture road

Allowing piece rotation:
3 unique solution(s)
(on a 6x6 board)

Solution: (1,0,0)(0,0,0)(0,1,0)(1,1,0)(1,2,0)(0,2,0)(0,3,0)(1,3,0)
+---------++---------++---------++---------+
|         ||         ||         ||         |
|         ||         ||         ||         |
|         ||         ||         ||         |
|         ||         ||         ||         |
|      ###||###      ||      ###||###      |
|     #   ||   #     ||     #   ||   #     |
|    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    |
+---------++---------++---------++---------+
+---------++---------++---------++---------+
|    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    |
|    #    ||    #    ||    #    ||    #    |
|     #   ||   #     ||     #   ||   #     |
|      ###||###      ||      ###||###      |
|         ||         ||         ||         |
|         ||         ||         ||         |
|         ||         ||         ||         |
|         ||         ||         ||         |
+---------++---------++---------++---------+

leunga3_2.txt

tile pasture pasture road pasture
tile pasture pasture road pasture
tile road road pasture pasture
tile road pasture pasture road

Allowing piece rotation:
1 unique solution
(on a 6x6 board)

Solution: (0,0,0)(0,1,0)(1,0,0)(1,1,0)
+---------++---------+
|         ||         |
|         ||         |
|    ^    ||    ^    |
|   / \   ||   / \   |
|  /| |\  ||  /| |\  |
|   | |   ||   | |   |
|   +-+   ||   +-+   |
|    #    ||    #    |
|    #    ||    #    |
+---------++---------+
+---------++---------+
|    #    ||    #    |
|    #    ||    #    |
|    #    ||    #    |
|     #   ||   #     |
|      ###||###      |
|         ||         |
|         ||         |
|         ||         |
|         ||         |
+---------++---------+

lib11_1.txt

tile pasture road road pasture
tile pasture pasture road road
tile road city road pasture
tile road pasture road city
tile road pasture pasture road
tile road road pasture pasture
tile pasture road pasture pasture
tile pasture pasture pasture road


Allowing piece rotation:
17 unique solution(s)
(on a 6x6 board)

Solution: (0,0,0)(0,1,0)(1,0,0)(1,1,0)(2,1,0)(2,0,0)(0,2,0)(0,3,0)
+---------++---------++---------++---------+
|         ||         ||         ||         |
|         ||         ||         ||         |
|         ||         ||    ^    ||    ^    |
|         ||         ||   / \   ||   / \   |
|      ###||###      ||  /| |\##||##/| |\  |
|     #   ||   #     ||   | |   ||   | |   |
|    #    ||    #    ||   +-+   ||   +-+   |
|    #    ||    #    ||         ||         |
|    #    ||    #    ||         ||         |
+---------++---------++---------++---------+
+---------++---------+                      
|    #    ||    #    |                      
|    #   .||.   #    |                      
|    #  ..||..  #    |                      
|    # ...||... #    |                      
|    # ...||... #    |                      
|    # ...||... #    |                      
|    #  ..||..  #    |                      
|    #   .||.   #    |                      
|    #    ||    #    |                      
+---------++---------+                      
+---------++---------+                      
|    #    ||    #    |                      
|    #    ||    #    |                      
|    #    ||    #    |                      
|     #   ||   #     |                      
|      ###||###      |                      
|         ||         |                      
|         ||         |                      
|         ||         |                      
|         ||         |                      
+---------++---------+                      

lib11_2.txt

tile road road road road
tile pasture road road pasture
tile pasture pasture pasture road
tile pasture pasture road road
tile road pasture pasture pasture
tile road pasture pasture road
tile pasture road pasture pasture
tile road road pasture pasture 
tile pasture pasture road pasture


Allowing piece rotation:
190 unique solution(s)
(on a 6x6 board)

Solution: (1,1,0)(0,1,0)(0,2,0)(1,2,0)(1,3,0)(2,2,0)(1,0,0)(2,1,0)(0,3,0)
           +---------++---------++---------+
           |         ||         ||         |
           |         ||         ||         |
           |         ||    ^    ||    ^    |
           |         ||   / \   ||   / \   |
           |      ###||##/| |\  ||  /| |\  |
           |     #   ||   | |   ||   | |   |
           |    #    ||   +-+   ||   +-+   |
           |    #    ||         ||    #    |
           |    #    ||         ||    #    |
           +---------++---------++---------+
+---------++---------++---------++---------+
|         ||    #    ||         ||    #    |
|         ||    #    ||         ||    #    |
|    ^    ||    #    ||         ||    ^    |
|   / \   ||    #    ||         ||   / \   |
|  /| |\##||#########||###      ||  /| |\  |
|   | |   ||    #    ||   #     ||   | |   |
|   +-+   ||    #    ||    #    ||   +-+   |
|         ||    #    ||    #    ||         |
|         ||    #    ||    #    ||         |
+---------++---------++---------++---------+
           +---------++---------+           
           |    #    ||    #    |           
           |    #    ||    #    |           
           |    #    ||    #    |           
           |     #   ||   #     |           
           |      ###||###      |           
           |         ||         |           
           |         ||         |           
           |         ||         |           
           |         ||         |           
           +---------++---------+           

lovelk2_1.txt

tile pasture road road pasture
tile pasture road city road
tile pasture pasture road road
tile road city road pasture
tile city city city city
tile road pasture road city
tile road road pasture pasture
tile city road pasture road
tile road pasture pasture road

Allowing piece rotation:
1 unique solution
(on a 6x6 board)

Solution: (0,0,0)(0,1,0)(0,2,0)(1,0,0)(1,1,0)(1,2,0)(2,0,0)(2,1,0)(2,2,0)
+---------++---------++---------+
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|      ###||#########||###      |
|     #   ||         ||   #     |
|    #    ||   ...   ||    #    |
|    #    ||  .....  ||    #    |
|    #    || ....... ||    #    |
+---------++---------++---------+
+---------++---------++---------+
|    #    ||.........||    #    |
|    #   .||.........||.   #    |
|    #  ..||.........||..  #    |
|    # ...||.........||... #    |
|    # ...||.........||... #    |
|    # ...||.........||... #    |
|    #  ..||.........||..  #    |
|    #   .||.........||.   #    |
|    #    ||.........||    #    |
+---------++---------++---------+
+---------++---------++---------+
|    #    || ....... ||    #    |
|    #    ||  .....  ||    #    |
|    #    ||   ...   ||    #    |
|     #   ||         ||   #     |
|      ###||#########||###      |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
+---------++---------++---------+

mckere_1.txt

tile pasture pasture road pasture
tile pasture road pasture pasture 

Allowing piece rotation:
1 unique solution
(on a 6x6 board)

Solution: (0,0,0)(1,0,270)
+---------+
|         |
|         |
|    ^    |
|   / \   |
|  /| |\  |
|   | |   |
|   +-+   |
|    #    |
|    #    |
+---------+
+---------+
|    #    |
|    #    |
|    ^    |
|   / \   |
|  /| |\  |
|   | |   |
|   +-+   |
|         |
|         |
+---------+

menona2_1.txt

tile pasture pasture road pasture
tile road road city pasture
tile city pasture pasture pasture
tile pasture pasture city pasture
tile city road road road
tile road pasture pasture pasture
tile pasture pasture city pasture
tile city road road road
tile road road pasture pasture
tile road pasture pasture road
tile road road road road
tile pasture road road pasture
tile pasture pasture road road
tile road road road road
tile road pasture pasture pasture
tile pasture pasture city pasture
tile city road road road
tile road road pasture pasture
tile pasture pasture road road
tile road pasture road road
tile road road pasture pasture
tile pasture pasture pasture road

Solution: (0,0,0)(1,0,0)(2,0,0)(0,1,0)(1,1,0)(2,1,0)(0,2,0)(1,2,0)(2,2,0)(2,3,0)
          (1,3,0)(0,3,0)(0,4,0)(1,4,0)(2,4,0)(0,5,0)(1,5,0)(2,5,0)(1,6,0)(2,6,0)
          (3,6,0)(3,7,0)
+---------++---------++---------++---------++---------++---------+                      
|         ||         ||         ||         ||         ||         |                      
|         ||         ||         ||         ||         ||         |                      
|    ^    ||         ||         ||         ||         ||         |                      
|   / \   ||         ||         ||         ||         ||         |                      
|  /| |\  ||         ||         ||      ###||###      ||         |                      
|   | |   ||         ||         ||     #   ||   #     ||         |                      
|   +-+   ||   ...   ||   ...   ||    #    ||    #    ||   ...   |                      
|    #    ||  .....  ||  .....  ||    #    ||    #    ||  .....  |                      
|    #    || ....... || ....... ||    #    ||    #    || ....... |                      
+---------++---------++---------++---------++---------++---------+                      
+---------++---------++---------++---------++---------++---------++---------+           
|    #    || ....... || ....... ||    #    ||    #    || ....... ||         |           
|    #    ||  .....  ||  .....  ||    #    ||    #    ||  .....  ||         |           
|    #    ||   ...   ||   ...   ||    #    ||    #    ||   ...   ||         |           
|     #   ||         ||         ||    #    ||    #    ||         ||         |           
|      ###||#########||#########||#########||#########||#########||###      |           
|         ||    #    ||    #    ||    #    ||    #    ||    #    ||   #     |           
|   ...   ||    #    ||    #    ||    #    ||    #    ||    #    ||    #    |           
|  .....  ||    #    ||    #    ||    #    ||    #    ||    #    ||    #    |           
| ....... ||    #    ||    #    ||    #    ||    #    ||    #    ||    #    |           
+---------++---------++---------++---------++---------++---------++---------+           
+---------++---------++---------++---------++---------++---------++---------+           
| ....... ||    #    ||    #    ||    #    ||    #    ||    #    ||    #    |           
|  .....  ||    #    ||    #    ||    #    ||    #    ||    #    ||    #    |           
|   ...   ||    ^    ||    #    ||    #    ||    ^    ||    #    ||    #    |           
|         ||   / \   ||     #   ||   #     ||   / \   ||     #   ||    #    |           
|         ||  /| |\  ||      ###||###      ||  /| |\  ||      ###||#####    |           
|         ||   | |   ||         ||         ||   | |   ||         ||    #    |           
|         ||   +-+   ||         ||         ||   +-+   ||         ||    #    |           
|         ||         ||         ||         ||         ||         ||    #    |           
|         ||         ||         ||         ||         ||         ||    #    |           
+---------++---------++---------++---------++---------++---------++---------+           
                                                                  +---------++---------+
                                                                  |    #    ||         |
                                                                  |    #    ||         |
                                                                  |    #    ||    ^    |
                                                                  |     #   ||   / \   |
                                                                  |      ###||##/| |\  |
                                                                  |         ||   | |   |
                                                                  |         ||   +-+   |
                                                                  |         ||         |
                                                                  |         ||         |
                                                                  +---------++---------+

menona2_2.txt

tile pasture road pasture pasture 
tile pasture road pasture road 
tile road road road road
tile pasture pasture road pasture
tile road pasture pasture pasture
tile pasture road pasture road 
tile pasture road pasture road 
tile road road road road
tile pasture pasture road pasture
tile road pasture pasture pasture
tile road road road road
tile road pasture road pasture
tile road pasture pasture pasture
tile pasture pasture pasture road
tile pasture pasture road road
tile pasture road pasture pasture

Solution: (1,0,0)(1,1,0)(1,2,0)(0,2,0)(2,2,0)(1,3,0)(3,2,0)(3,3,0)(2,3,0)(4,3,0)
          (3,4,0)(2,4,0)(4,4,0)(3,5,0)(1,4,0)(3,1,0)
                      +---------+                                 
                      |         |                                 
                      |         |                                 
                      |    ^    |                                 
                      |   / \   |                                 
                      |  /| |\  |                                 
                      |   | |   |                                 
                      |   +-+   |                                 
                      |    #    |                                 
                      |    #    |                                 
                      +---------+                                 
+---------++---------++---------++---------++---------+           
|         ||         ||    #    ||         ||         |           
|         ||         ||    #    ||         ||         |           
|    ^    ||         ||    #    ||         ||         |           
|   / \   ||         ||    #    ||         ||         |           
|  /| |\##||#########||#########||#########||###      |           
|   | |   ||         ||    #    ||         ||   #     |           
|   +-+   ||         ||    #    ||         ||    #    |           
|         ||         ||    #    ||         ||    #    |           
|         ||         ||    #    ||         ||    #    |           
+---------++---------++---------++---------++---------+           
                      +---------++---------++---------+           
                      |    #    ||         ||    #    |           
                      |    #    ||         ||    #    |           
                      |    ^    ||    ^    ||    #    |           
                      |   / \   ||   / \   ||    #    |           
                      |  /| |\  ||  /| |\  ||    #    |           
                      |   | |   ||   | |   ||    #    |           
                      |   +-+   ||   +-+   ||    #    |           
                      |         ||    #    ||    #    |           
                      |         ||    #    ||    #    |           
                      +---------++---------++---------+           
           +---------++---------++---------++---------++---------+
           |         ||         ||    #    ||    #    ||         |
           |         ||         ||    #    ||    #    ||         |
           |    ^    ||         ||    #    ||    #    ||    ^    |
           |   / \   ||         ||    #    ||    #    ||   / \   |
           |  /| |\##||#########||#########||#########||##/| |\  |
           |   | |   ||         ||    #    ||    #    ||   | |   |
           |   +-+   ||         ||    #    ||    #    ||   +-+   |
           |         ||         ||    #    ||    #    ||         |
           |         ||         ||    #    ||    #    ||         |
           +---------++---------++---------++---------++---------+
                                 +---------++---------+           
                                 |    #    ||    #    |           
                                 |    #    ||    #    |           
                                 |    ^    ||    ^    |           
                                 |   / \   ||   / \   |           
                                 |  /| |\  ||  /| |\  |           
                                 |   | |   ||   | |   |           
                                 |   +-+   ||   +-+   |           
                                 |         ||         |           
                                 |         ||         |           
                                 +---------++---------+           

patsej_1.txt

tile city city city city
tile road city road pasture
tile road city road pasture
tile road city road pasture
tile road city road pasture
tile road pasture pasture road
tile road pasture pasture road
tile road pasture pasture road
tile road pasture pasture road



Allowing piece rotation:
1 unique solution
(on a 6x6 board)

Solution: (1,1,0)(0,1,90)(1,0,0)(1,2,180)(2,1,270)(0,0,180)(0,2,270)(2,0,90)(2,2,0)
+---------++---------++---------+
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|      ###||#########||###      |
|     #   ||         ||   #     |
|    #    ||   ...   ||    #    |
|    #    ||  .....  ||    #    |
|    #    || ....... ||    #    |
+---------++---------++---------+
+---------++---------++---------+
|    #    ||.........||    #    |
|    #   .||.........||.   #    |
|    #  ..||.........||..  #    |
|    # ...||.........||... #    |
|    # ...||.........||... #    |
|    # ...||.........||... #    |
|    #  ..||.........||..  #    |
|    #   .||.........||.   #    |
|    #    ||.........||    #    |
+---------++---------++---------+
+---------++---------++---------+
|    #    || ....... ||    #    |
|    #    ||  .....  ||    #    |
|    #    ||   ...   ||    #    |
|     #   ||         ||   #     |
|      ###||#########||###      |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
+---------++---------++---------+

patsej_2.txt

tile city city city pasture
tile city pasture pasture city
tile city city city pasture
tile city pasture pasture city
tile city city city pasture
tile city pasture pasture city
tile city city city pasture
tile city pasture pasture city
tile city city city city

Allowing piece rotation:
| unique solution(s)
(on a 6x6 board)

Solution: (0,1,90)(0,0,180)(1,0,0)(0,2,270)(1,2,180)(2,0,90)(2,1,270)(2,2,0)(1,1,0)
+---------++---------++---------+
|         ||         ||         |
|        .||.       .||.        |
|       ..||..     ..||..       |
|      ...||.........||...      |
|     ....||.........||....     |
|    .....||.........||.....    |
|   ......||.........||......   |
|  .......||.........||.......  |
| ........||.........||........ |
+---------++---------++---------+
+---------++---------++---------+
| ........||.........||........ |
|  .......||.........||.......  |
|   ......||.........||......   |
|   ......||.........||......   |
|   ......||.........||......   |
|   ......||.........||......   |
|   ......||.........||......   |
|  .......||.........||.......  |
| ........||.........||........ |
+---------++---------++---------+
+---------++---------++---------+
| ........||.........||........ |
|  .......||.........||.......  |
|   ......||.........||......   |
|    .....||.........||.....    |
|     ....||.........||....     |
|      ...||.........||...      |
|       ..||..     ..||..       |
|        .||.       .||.        |
|         ||         ||         |
+---------++---------++---------+

reny2_1.txt

tile road pasture road pasture
tile road pasture road pasture
tile road road pasture pasture
tile road road pasture pasture
tile road road pasture pasture
tile road road pasture pasture

Allowing piece rotation:
1 unique solution
(on a 6x6 board)

Solution: (0,1,90)(1,1,90)(0,0,90)(0,2,180)(1,0,0)(1,2,270)
+---------++---------++---------+
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|      ###||#########||###      |
|     #   ||         ||   #     |
|    #    ||         ||    #    |
|    #    ||         ||    #    |
|    #    ||         ||    #    |
+---------++---------++---------+
+---------++---------++---------+
|    #    ||         ||    #    |
|    #    ||         ||    #    |
|    #    ||         ||    #    |
|     #   ||         ||   #     |
|      ###||#########||###      |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
+---------++---------++---------+

reny2_2.txt

tile road road road road
tile road road pasture pasture
tile road road pasture pasture
tile pasture road road pasture
tile road pasture pasture road
tile pasture pasture road road
tile pasture pasture road road

Allowing piece rotation:
1 unique solution
(on a 6x6 board)

Solution: (1,1,0)(1,0,0)(2,1,0)(0,0,0)(2,2,0)(0,1,0)(1,2,0)
+---------++---------+           
|         ||         |           
|         ||         |           
|         ||         |           
|         ||         |           
|      ###||###      |           
|     #   ||   #     |           
|    #    ||    #    |           
|    #    ||    #    |           
|    #    ||    #    |           
+---------++---------+           
+---------++---------++---------+
|    #    ||    #    ||         |
|    #    ||    #    ||         |
|    #    ||    #    ||         |
|     #   ||    #    ||         |
|      ###||#########||###      |
|         ||    #    ||   #     |
|         ||    #    ||    #    |
|         ||    #    ||    #    |
|         ||    #    ||    #    |
+---------++---------++---------+
           +---------++---------+
           |    #    ||    #    |
           |    #    ||    #    |
           |    #    ||    #    |
           |     #   ||   #     |
           |      ###||###      |
           |         ||         |
           |         ||         |
           |         ||         |
           |         ||         |
           +---------++---------+

shig3_1.txt

tile pasture road road pasture
tile pasture pasture road road
tile road road road pasture
tile road pasture pasture road
tile road pasture pasture pasture


Allowing piece rotation:
2 unique solution(s)
(on a 6x6 board)

Solution: (0,0,0)(0,1,0)(1,0,0)(1,1,0)(2,0,0)
+---------++---------+
|         ||         |
|         ||         |
|         ||         |
|         ||         |
|      ###||###      |
|     #   ||   #     |
|    #    ||    #    |
|    #    ||    #    |
|    #    ||    #    |
+---------++---------+
+---------++---------+
|    #    ||    #    |
|    #    ||    #    |
|    #    ||    #    |
|    #    ||   #     |
|    #####||###      |
|    #    ||         |
|    #    ||         |
|    #    ||         |
|    #    ||         |
+---------++---------+
+---------+           
|    #    |           
|    #    |           
|    ^    |           
|   / \   |           
|  /| |\  |           
|   | |   |           
|   +-+   |           
|         |           
|         |           
+---------+           

shig3_2.txt

tile pasture road road pasture
tile pasture pasture road road
tile road road road pasture
tile road pasture road road
tile road pasture pasture pasture
tile road pasture pasture pasture

Allowing piece rotation:
4 unique solution(s)
(on a 6x6 board)

Solution: (0,0,0)(0,1,0)(1,0,0)(1,1,0)(2,0,0)(2,1,0)
+---------++---------+
|         ||         |
|         ||         |
|         ||         |
|         ||         |
|      ###||###      |
|     #   ||   #     |
|    #    ||    #    |
|    #    ||    #    |
|    #    ||    #    |
+---------++---------+
+---------++---------+
|    #    ||    #    |
|    #    ||    #    |
|    #    ||    #    |
|    #    ||    #    |
|    #####||#####    |
|    #    ||    #    |
|    #    ||    #    |
|    #    ||    #    |
|    #    ||    #    |
+---------++---------+
+---------++---------+
|    #    ||    #    |
|    #    ||    #    |
|    ^    ||    ^    |
|   / \   ||   / \   |
|  /| |\  ||  /| |\  |
|   | |   ||   | |   |
|   +-+   ||   +-+   |
|         ||         |
|         ||         |
+---------++---------+

slegec_1.txt

tile road road road road
tile road pasture road pasture
tile pasture road pasture road
tile pasture road pasture road
tile pasture road pasture road
tile road pasture pasture pasture
tile pasture pasture pasture pasture
tile pasture road pasture pasture
tile pasture pasture road pasture
tile pasture pasture pasture road

Solution: (1,1,0)(2,1,0)(1,2,0)(1,3,0)(1,4,0)(3,1,0)(0,2,0)(1,0,0)(0,1,0)(1,5,0)
           +---------++---------+                                 
           |         ||         |                                 
           |         ||         |                                 
           |    ^    ||    ^    |                                 
           |   / \   ||   / \   |                                 
           |  /| |\  ||  /| |\  |                                 
           |   | |   ||   | |   |                                 
           |   +-+   ||   +-+   |                                 
           |    #    ||         |                                 
           |    #    ||         |                                 
           +---------++---------+                                 
+---------++---------++---------++---------++---------++---------+
|         ||    #    ||         ||         ||         ||         |
|         ||    #    ||         ||         ||         ||         |
|    ^    ||    #    ||         ||         ||         ||    ^    |
|   / \   ||    #    ||         ||         ||         ||   / \   |
|  /| |\##||#########||#########||#########||#########||##/| |\  |
|   | |   ||    #    ||         ||         ||         ||   | |   |
|   +-+   ||    #    ||         ||         ||         ||   +-+   |
|         ||    #    ||         ||         ||         ||         |
|         ||    #    ||         ||         ||         ||         |
+---------++---------++---------++---------++---------++---------+
           +---------+                                            
           |    #    |                                            
           |    #    |                                            
           |    #    |                                            
           |    #    |                                            
           |    #    |                                            
           |    #    |                                            
           |    #    |                                            
           |    #    |                                            
           |    #    |                                            
           +---------+                                            
           +---------+                                            
           |    #    |                                            
           |    #    |                                            
           |    ^    |                                            
           |   / \   |                                            
           |  /| |\  |                                            
           |   | |   |                                            
           |   +-+   |                                            
           |         |                                            
           |         |                                            
           +---------+                                            

smithj24_1.txt

tile road road road road
tile road road road road
tile road road pasture pasture
tile road road pasture pasture
tile road road road road
tile road road road road
tile road road road road
tile road road pasture pasture
tile road road pasture pasture
tile road pasture pasture pasture
tile road pasture pasture pasture
tile road pasture pasture pasture
tile road pasture pasture pasture

Solution: (1,2,0)(2,2,0)(1,1,90)(1,3,180)(2,1,0)(2,3,0)(3,2,0)(3,1,0)(3,3,270)
          (0,2,180)(2,0,90)(2,4,270)(4,2,0)
                      +---------+                      
                      |         |                      
                      |         |                      
                      |    ^    |                      
                      |   / \   |                      
                      |  /| |\  |                      
                      |   | |   |                      
                      |   +-+   |                      
                      |    #    |                      
                      |    #    |                      
                      +---------+                      
           +---------++---------++---------+           
           |         ||    #    ||         |           
           |         ||    #    ||         |           
           |         ||    #    ||         |           
           |         ||    #    ||         |           
           |      ###||#########||###      |           
           |     #   ||    #    ||   #     |           
           |    #    ||    #    ||    #    |           
           |    #    ||    #    ||    #    |           
           |    #    ||    #    ||    #    |           
           +---------++---------++---------+           
+---------++---------++---------++---------++---------+
|         ||    #    ||    #    ||    #    ||         |
|         ||    #    ||    #    ||    #    ||         |
|    ^    ||    #    ||    #    ||    #    ||    ^    |
|   / \   ||    #    ||    #    ||    #    ||   / \   |
|  /| |\##||#########||#########||#########||##/| |\  |
|   | |   ||    #    ||    #    ||    #    ||   | |   |
|   +-+   ||    #    ||    #    ||    #    ||   +-+   |
|         ||    #    ||    #    ||    #    ||         |
|         ||    #    ||    #    ||    #    ||         |
+---------++---------++---------++---------++---------+
           +---------++---------++---------+           
           |    #    ||    #    ||    #    |           
           |    #    ||    #    ||    #    |           
           |    #    ||    #    ||    #    |           
           |     #   ||    #    ||   #     |           
           |      ###||#########||###      |           
           |         ||    #    ||         |           
           |         ||    #    ||         |           
           |         ||    #    ||         |           
           |         ||    #    ||         |           
           +---------++---------++---------+           
                      +---------+                      
                      |    #    |                      
                      |    #    |                      
                      |    ^    |                      
                      |   / \   |                      
                      |  /| |\  |                      
                      |   | |   |                      
                      |   +-+   |                      
                      |         |                      
                      |         |                      
                      +---------+                      

trujim_1.txt

tile pasture road road pasture
tile pasture road pasture road
tile pasture road road pasture
tile road pasture road pasture
tile road pasture pasture road
tile pasture road pasture road
tile road road pasture pasture
tile road pasture road pasture

Allowing piece rotation:
2 unique solution(s)
(on a 6x6 board)

Solution: (0,0,0)(0,1,0)(0,2,90)(1,0,0)(2,0,90)(1,2,90)(2,2,270)(2,1,90)
+---------++---------++---------+
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|      ###||#########||###      |
|     #   ||         ||   #     |
|    #    ||         ||    #    |
|    #    ||         ||    #    |
|    #    ||         ||    #    |
+---------++---------++---------+
+---------+           +---------+
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
|    #    |           |    #    |
+---------+           +---------+
+---------++---------++---------+
|    #    ||         ||    #    |
|    #    ||         ||    #    |
|    #    ||         ||    #    |
|     #   ||         ||   #     |
|      ###||#########||###      |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
+---------++---------++---------+

vrablm_1.txt

tile pasture road road pasture
tile pasture road pasture road
tile pasture pasture road road
tile road pasture road pasture
tile road pasture road pasture
tile road pasture pasture road
tile road road pasture pasture
tile pasture road pasture road
tile pasture pasture pasture pasture

Allowing piece rotation:
10 unique solution(s)
(on a 6x6 board)

Solution: (0,0,0)(0,1,0)(0,2,0)(1,0,0)(1,2,0)(2,2,0)(2,0,0)(2,1,0)(0,3,0)
+---------++---------++---------++---------+
|         ||         ||         ||         |
|         ||         ||         ||         |
|         ||         ||         ||    ^    |
|         ||         ||         ||   / \   |
|      ###||#########||###      ||  /| |\  |
|     #   ||         ||   #     ||   | |   |
|    #    ||         ||    #    ||   +-+   |
|    #    ||         ||    #    ||         |
|    #    ||         ||    #    ||         |
+---------++---------++---------++---------+
+---------+           +---------+           
|    #    |           |    #    |           
|    #    |           |    #    |           
|    #    |           |    #    |           
|    #    |           |    #    |           
|    #    |           |    #    |           
|    #    |           |    #    |           
|    #    |           |    #    |           
|    #    |           |    #    |           
|    #    |           |    #    |           
+---------+           +---------+           
+---------++---------++---------+           
|    #    ||         ||    #    |           
|    #    ||         ||    #    |           
|    #    ||         ||    #    |           
|     #   ||         ||   #     |           
|      ###||#########||###      |           
|         ||         ||         |           
|         ||         ||         |           
|         ||         ||         |           
|         ||         ||         |           
+---------++---------++---------+           

wenl_1.txt

tile road road road road
tile road pasture pasture pasture
tile road pasture pasture pasture
tile pasture pasture road pasture
tile road pasture pasture pasture
tile pasture road road pasture
tile pasture pasture road road

Allowing piece rotation:
4 unique solution(s)
(on a 6x6 board)

Solution: (1,1,0)(2,1,0)(2,0,0)(0,1,0)(2,2,0)(1,0,0)(1,2,0)
           +---------+           
           |         |           
           |         |           
           |    ^    |           
           |   / \   |           
           |  /| |\  |           
           |   | |   |           
           |   +-+   |           
           |    #    |           
           |    #    |           
           +---------+           
+---------++---------++---------+
|         ||    #    ||         |
|         ||    #    ||         |
|         ||    #    ||         |
|         ||    #    ||         |
|      ###||#########||###      |
|     #   ||    #    ||   #     |
|    #    ||    #    ||    #    |
|    #    ||    #    ||    #    |
|    #    ||    #    ||    #    |
+---------++---------++---------+
+---------++---------++---------+
|    #    ||    #    ||    #    |
|    #    ||    #    ||    #    |
|    ^    ||    ^    ||    ^    |
|   / \   ||   / \   ||   / \   |
|  /| |\  ||  /| |\  ||  /| |\  |
|   | |   ||   | |   ||   | |   |
|   +-+   ||   +-+   ||   +-+   |
|         ||         ||         |
|         ||         ||         |
+---------++---------++---------+

wenl_2.txt

tile road road road road
tile road pasture pasture pasture
tile road pasture pasture pasture
tile pasture pasture road pasture
tile road pasture pasture pasture
tile city road road city
tile pasture pasture road road
tile city city pasture pasture
tile pasture city city pasture
tile pasture pasture city city

Allowing piece rotation:
6 unique solution(s)
(on a 6x6 board)

Solution: (1,2,0)(2,2,0)(2,1,0)(0,2,0)(2,3,0)(1,1,0)(1,3,0)(1,0,0)(0,0,0)(0,1,0)
+---------++---------++---------+           
|         ||         ||         |           
|        .||.        ||         |           
|       ..||..       ||    ^    |           
|      ...||...      ||   / \   |           
|     ....||....     ||  /| |\  |           
|    .....||.....    ||   | |   |           
|   ......||......   ||   +-+   |           
|  .......||.......  ||    #    |           
| ........||........ ||    #    |           
+---------++---------++---------+           
+---------++---------++---------++---------+
| ........||........ ||    #    ||         |
|  .......||.......  ||    #    ||         |
|   ......||......   ||    #    ||         |
|    .....||.....    ||    #    ||         |
|     ....||....  ###||#########||###      |
|      ...||...  #   ||    #    ||   #     |
|       ..||..  #    ||    #    ||    #    |
|        .||.   #    ||    #    ||    #    |
|         ||    #    ||    #    ||    #    |
+---------++---------++---------++---------+
           +---------++---------++---------+
           |    #    ||    #    ||    #    |
           |    #    ||    #    ||    #    |
           |    ^    ||    ^    ||    ^    |
           |   / \   ||   / \   ||   / \   |
           |  /| |\  ||  /| |\  ||  /| |\  |
           |   | |   ||   | |   ||   | |   |
           |   +-+   ||   +-+   ||   +-+   |
           |         ||         ||         |
           |         ||         ||         |
           +---------++---------++---------+

wonga6_2.txt

tile pasture city city city
tile city pasture pasture pasture
tile city city pasture pasture
tile pasture city city city
tile city pasture pasture pasture
tile city pasture pasture city
tile pasture pasture city pasture
tile pasture pasture city pasture

Allowing piece rotation:
294 unique solution(s)
(on a 6x6 board)

Solution: (1,1,0)(2,1,0)(1,0,0)(1,2,0)(2,2,0)(1,3,0)(0,0,0)(0,3,0)
+---------+                      +---------+
|         |                      |         |
|         |                      |         |
|         |                      |         |
|         |                      |         |
|         |                      |         |
|         |                      |         |
|   ...   |                      |   ...   |
|  .....  |                      |  .....  |
| ....... |                      | ....... |
+---------+                      +---------+
+---------++---------++---------++---------+
| ........||         ||         ||........ |
|  .......||.       .||.       .||.......  |
|   ......||..     ..||..     ..||......   |
|    .....||.........||.........||.....    |
|     ....||.........||.........||....     |
|      ...||.........||.........||...      |
|       ..||.........||.........||..       |
|        .||.........||.........||.        |
|         ||.........||.........||         |
+---------++---------++---------++---------+
           +---------++---------+           
           | ....... || ....... |           
           |  .....  ||  .....  |           
           |   ...   ||   ...   |           
           |         ||         |           
           |         ||         |           
           |         ||         |           
           |         ||         |           
           |         ||         |           
           |         ||         |           
           +---------++---------+           

wuk3_1.txt

tile road city road pasture 
tile pasture city city city
tile road pasture road city
tile road road pasture pasture
tile city road pasture road
tile road pasture pasture road
tile pasture pasture road pasture
tile pasture pasture road pasture

Allowing piece rotation:
1 unique solution
(on a 6x6 board)

Solution: (1,0,0)(1,1,0)(1,2,0)(2,0,0)(2,1,0)(2,2,0)(0,0,0)(0,2,0)
+---------+           +---------+
|         |           |         |
|         |           |         |
|    ^    |           |    ^    |
|   / \   |           |   / \   |
|  /| |\  |           |  /| |\  |
|   | |   |           |   | |   |
|   +-+   |           |   +-+   |
|    #    |           |    #    |
|    #    |           |    #    |
+---------+           +---------+
+---------++---------++---------+
|    #    ||         ||    #    |
|    #   .||.       .||.   #    |
|    #  ..||..     ..||..  #    |
|    # ...||.........||... #    |
|    # ...||.........||... #    |
|    # ...||.........||... #    |
|    #  ..||.........||..  #    |
|    #   .||.........||.   #    |
|    #    ||.........||    #    |
+---------++---------++---------+
+---------++---------++---------+
|    #    || ....... ||    #    |
|    #    ||  .....  ||    #    |
|    #    ||   ...   ||    #    |
|     #   ||         ||   #     |
|      ###||#########||###      |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
|         ||         ||         |
+---------++---------++---------+


 
 
 

Contest Results

  • All times are in seconds.
  • Yellow highlight: correct answer, within 0.1 seconds of the fastest correct answer.
  • White box, with time: correct answer.
  • Other white box: Partially correct answer (e.g., missing or duplicate solutions or formatting error).
  • Blue highlight: One of the top performers in either or both correctness or speed over these tests.
  • Green highlight: Good performance in either or both correctness or speed, will move on to next round of the contest.


 
 
 

Provided Puzzles (Puzzles 1-9)

  correctness fastest time Puzzle 1 Puzzle 2 Puzzle 3 Puzzle 3 w/rotations Puzzle 4 Puzzle 4 all Puzzle 4 all w/rotations Puzzle 5 Puzzle 6 all Puzzle 7 Puzzle 7 all w/ rotations Puzzle 8 Puzzle 8 all w/ rotations Puzzle 9
a????a 6.0 6 0.00 0.00 0.00   0.00 0.00   0.00            
b????a 12.0 9 0.00 0.02 0.00 0.00 0.00 0.00 17.73 0.00 0.10 0.00   0.09   31.12
b????s 0.5 0     partial                      
b?????6 13.5 12 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.00 0.00 0.00 9.84 0.00 partial 0.00
b????z 11.0 9 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.33 0.09   0.01   0.41
b????j 0.5 0     partial                      
b?h 12.5 11 0.00 0.00 0.00 0.00 0.00 0.00 0.97 0.00 0.04 0.00   0.00 partial 0.00
b?????2 12.0 11 0.00 0.00 0.00 0.00 0.00 0.00 0.21 0.00 0.04 0.00   0.00   0.00
c?????5 0.5 0     partial                      
c????i 0.5 0     partial                      
c????d 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 0.83 0.00 0.00 0.00   0.01   1.30
c????d 9.5 6 0.00 0.05 0.00   0.01 partial   0.00 0.00 1.33   0.20   31.52
c?????5 12.0 9 0.00 0.00 0.00 0.00 0.00 0.00 6.54 0.00 0.02 0.24   0.06   8.74
c????8 9.5 6 0.00 0.00 0.00 0.00 0.00 partial 24.58 0.00 1.29     3.63    
c????9 8.5 8 0.00 0.00 0.00 0.00 0.00 partial 0.00 0.00           0.01
c?????3 10.0 10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00     0.00    
c????3 0.5 0     partial                      
c????b 10.0 8 0.00 0.04 0.00   0.00 0.01   0.00 0.18 0.03   0.01   0.15
c????h 9.0 6 0.00 0.00 0.00   0.00 0.00   0.00 0.22 2.15   0.85    
c????r 14.0 13 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00 14.65 0.00
d?????2 0.5 0     partial                      
d???m 12.0 11 0.00 0.00 0.00 0.00 0.00 0.00 2.38 0.00 0.01 0.00   0.00   0.00
e????b 3.0 3 0.00 0.00 0.00                      
e????j 10.0 9 0.00 0.00 0.00   0.00 0.00   0.00 0.15 0.00   0.00   0.00
f???c 1.5 1     0.00               partial      
f??n 0.5 0     partial                      
f????m 11.5 11 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.00 0.00 0.00   0.00 partial  
f????s 0.5 0     partial                      
f????c 12.5 10 0.00 0.00 0.00 0.00 0.00 0.00 1.05 0.00 0.14 0.00 partial 0.00   0.00
f??s 10.0 10 0.00 0.00 0.00 0.00 0.00 0.00   0.00   0.00   0.00   0.00
f????c 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 1.47 0.00 0.18 0.00   0.00   0.00
f?????2 1.0 1     0.00                      
f????b 9.0 2 0.00 21.85 0.00   0.15 0.17   0.11 2.90 7.72   13.97    
f????j 10.0 6 0.00 2.01 0.00 0.00 0.01 0.01   0.01 0.17 1.58   0.94    
g????a 5.0 3 0.00 0.07 0.00   38.13     1.41            
g?????4 12.0 11 0.00 0.00 0.00 0.00 0.00 0.00 0.19 0.00 0.00 0.00   0.00   0.00
g?????2 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 14.49 0.00 0.40 0.00   0.00   0.00
g?????3 0.5 0     partial                      
g????r 9.0 5 0.00 0.00 partial   0.00 partial   0.00 0.06 0.72   0.13   8.91
h????c 10.0 10 0.00 0.00 0.00   0.00 0.00   0.00 0.07 0.00   0.00   0.00
h????c 10.0 6 0.00 0.01 0.00   0.01 0.01   0.00 1.43 0.87   0.11   27.87
h?????2 1.5 1 0.00   partial                      
h????e 3.0 3 0.00   0.00 0.00                    
h??6 6.5 6 0.00 0.00 0.00 partial 0.01 0.01   0.00            
h????i 5.5 1 0.00 0.63 partial   4.86     1.52   33.59        
h??7 4.0 3 0.00 0.00 0.00           partial partial        
j??a 0.5 0     partial                      
k????s 0.5 0     partial                      
k????d 14.0 14 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.08 0.00 0.03 0.00
k??4 0.5 0     partial                      
k????n 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 14.70 0.00 0.64 0.00   0.00   0.00
l??2 6.0 6 0.00 0.00 0.00   0.00     0.00   0.00        
l????2 9.5 5 0.00 0.00 0.00 0.00 0.29 2.64 5.80 0.00 partial     43.29    
l????9 0.5 0     partial                      
l????h 6.0 6 0.00 0.00 0.00   0.00 0.00   0.00            
l????t 10.0 7 0.00 0.07 0.00 0.02 0.02 0.03   0.02 0.63 4.38   2.64    
l?????3 11.0 10 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.46 0.00   0.00   0.04
l???1 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 0.90 0.00 0.20 0.00   0.00   0.00
l???7 0.5 0     partial                      
l????m 10.0 8 0.00 0.00 0.00   0.00 0.00   0.00 0.03 0.40   0.07   4.33
l???8 8.5 8 0.00 0.00 0.00 0.00 0.00 partial 0.00 0.00 0.00          
l???3 10.0 10 0.00 0.00 0.00   0.00 0.00   0.00 0.03 0.00   0.00   0.04
l??8 12.0 11 0.00 0.00 0.00 0.00 0.00 0.00 0.44 0.00 0.04 0.00   0.00   0.00
l???4 11.0 11 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00   0.00   0.00
l?????2 12.0 11 0.00 0.00 0.00 0.00 0.00 0.00 10.66 0.00 0.05 0.00   0.00   0.00
l????j 1.0 1     0.00                      
l???2 12.0 9 0.00 0.00 0.00 0.00 0.00 0.00 0.39 0.00 0.15 0.08   0.00   0.20
m????s 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 1.33 0.00 0.27 0.00   0.00   0.00
m????e 0.0 0                            
m?????3 10.0 7 0.00 0.00 0.00 0.00 0.00 0.00 0.28 0.00 0.11     0.25    
m?????2 12.0 11 0.00 0.00 0.00 0.00 0.00 0.00 0.29 0.00 0.01 0.00   0.00   0.00
m????h 7.0 7 0.00   0.00   0.00 0.00   0.00   0.00   0.00    
n????a 3.5 3 0.00 0.00 partial         0.00            
o?????4 12.0 8 0.00 0.00 0.00 0.00 0.00 0.00 20.62 0.00 1.41 0.27   0.01   1.82
o????e 8.0 8 0.00 0.07 0.00 0.00 0.00 0.00   0.00 0.02          
p????c 2.0 2 0.00   0.00                      
p?????2 12.0 8 0.00 0.00 0.00 0.00 0.00 0.00 33.34 0.00 0.36 0.15   0.02   0.53
p????j 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 13.10 0.00 0.85 0.00   0.00   0.00
p?????4 10.5 8 0.00 0.00 0.00 0.00 0.00 partial 0.00 0.00 0.00 57.05   2.63    
p???a 2.5 1     partial     0.01     0.14          
p????t 12.0 11 0.00 0.00 0.00 0.00 0.00 0.00 0.28 0.00 0.05 0.01   0.00   0.04
p????g 12.0 11 0.00 0.00 0.00 0.00 0.00 0.00 1.61 0.00 0.09 0.00   0.00   0.00
p?????2 0.5 0     partial                      
p????o 8.0 5 0.00 0.00     0.00 0.00   0.00 3.94 31.57   12.13    
p????c 0.5 0     partial                      
r????c 10.5 6 0.00 0.00 0.00 0.00 0.00 partial 29.53 0.00 0.75 7.67   2.44    
r???2 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 2.11 0.00 0.01 0.00   0.02   8.97
r?????7 0.5 0     partial                      
r?????4 12.0 9 0.00 0.00 0.00 0.00 0.00 0.00 0.27 0.00 0.19 0.05   0.02   0.38
s????p 8.0 8 0.00 0.00 0.00 0.00 0.00     0.00 0.00 0.00        
s?????4 9.0 9 0.00 0.00 0.00   0.00 0.00   0.00   0.00   0.00   0.00
s????d 8.0 5 0.00 0.40 0.00   0.00 0.01   0.00   0.12   0.37    
s????3 3.0 3 0.00 0.00 0.00                      
s?????2 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 10.61 0.00 0.84 0.00   0.01   0.00
s???3 11.0 7 0.00 0.00 0.00 0.00 0.00 0.00 1.01 0.00 0.22 2.77   0.58    
s????2 10.0 9 0.00 0.00 0.00   0.00 0.00   0.00 0.46 0.00   0.00   0.00
s????b 10.0 10 0.00 0.00 0.00   0.00 0.00   0.00 0.05 0.00   0.00   0.00
s?????2 3.0 3 0.00 0.00           0.00            
s????n 1.0 1 0.00                          
s??i 11.5 11 0.00 0.00 0.00 0.00 0.00 0.00 partial 0.00 0.03 0.00   0.00   0.00
s????a 12.0 9 0.00 0.00 0.00 0.00 0.00 0.00 14.42 0.00 0.05 0.03   0.14   12.88
s????s 0.5 0     partial                      
s????c 13.0 12 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.00 0.00 0.00 partial 0.00 partial 0.00
s??????4 0.5 0     partial                      
s????5 11.0 8 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.22 2.55   0.01   40.76
s????o 8.0 4 0.00 0.00 0.00 0.00 0.79 1.47   0.50   15.58        
s????j 1.0 1     0.00                      
s????a 2.5 2             0.00   partial         0.00
s????s 12.0 12 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.00 0.01 0.00   0.00   0.00
s????k 0.0 0                            
s??d 9.0 9 0.00 0.00 0.00   0.00 0.00   0.00   0.00   0.00   0.00
t????n 9.0 6 0.00 0.00 0.00   0.00     0.00 0.00 0.72   0.18   13.02
t????2 0.5 0     partial                      
t????m 13.0 12 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.00 0.00 0.00   0.00 12.13 0.00
t???j 1.0 1     0.00                      
v????m 8.0 6 0.00 0.08 0.00 0.00 0.00 0.00       0.19   0.19    
w?????8 0.0 0                            
w??l 11.5 8 0.00 0.00 0.00 0.00 0.00 partial 13.94 0.00 0.04 0.12   0.03   1.49
w????a 11.0 8 0.00 0.03 partial 0.00 0.00 partial 2.88 0.00 0.00 0.00   0.03   9.14
w????z 12.5 12 0.00 0.02 0.00 0.00 0.00 0.00 0.08 0.00 0.00 0.00   0.00 partial 0.07
w????2 2.0 2 0.00   0.00                      
w????6 9.0 9 0.00 0.00 0.00   0.00 0.00   0.00   0.00   0.00   0.00
w????5 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 1.45 0.00 0.23 0.00   0.00   0.00
w??4 9.0 8 0.00 0.00 0.00   0.00 0.00   0.00 0.02 partial   0.06   partial
w??3 11.0 7 0.00 0.10 0.00 0.00 0.00 0.04 20.62 0.00 5.36 0.00   5.32    
x???0 12.0 11 0.00 0.00 0.00 0.00 0.00 0.00 2.80 0.00 0.04 0.00   0.00   0.00
y????8 0.0 0                            
y??r 12.0 10 0.00 0.00 0.00 0.00 0.00 0.00 1.18 0.00 0.15 0.00   0.00   0.00
z??????7 10.0 7 0.00 0.00 0.00 0.00 0.00 0.00   0.00 1.05 13.22   2.51    
z??????0 10.0 10 0.00 0.00 0.00 0.00 0.00 0.00 0.03 0.00 0.00     0.00    
z????4 8.5 7 0.00 0.00 0.00 0.00 0.00 partial   0.00       46.53   0.00
z??p 11.0 11 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00   0.00   0.02
z????f 8.5 8 0.00 0.00     0.00 partial   0.00 0.00 0.00   0.00   0.00
z????a 10.5 7 0.00 0.00 0.00 0.00 0.00 0.00 18.91 0.00 partial 5.06   1.24    
99 of 134 users were correct on at least 3.00 of the 14 tests.
 
 
 

Student Submitted Puzzles: Single solution on a 6x6 board, no rotations

  correctness fastest time buh_1.txt buh_2.txt cheuns3_2.txt fiaccs_1.txt fiaccs_2.txt fouche2.txt guiler_1.txt lees29_1.txt leunga3_1.txt leunga3_2.txt lib11_1.txt lib11_2.txt lovelk2_1.txt menona2_2.txt reny2_2.txt shig3_1.txt shig3_2.txt slegec_1.txt vrablm_1.txt wenl_1.txt wenl_2.txt wonga6_2.txt wuk3_1.txt
a????a 6.0 6           0.00 0.00           0.00     0.00 0.00         0.00  
b????a 14.0 13     21.2       0.00 0.00   0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00   0.00 0.00   0.00
b?????6 14.0 14     0.00     0.00 0.00     0.00 0.00 0.00 0.00   0.00 0.00 0.00     0.00 0.00 0.00 0.00
b????z 17.0 15 0.04   14.51     0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.10   0.00   0.00 0.00
b?h 23.0 23 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
b?????2 10.0 10     0.00     0.00 0.00     0.00 0.00   0.00   0.00 0.00 0.00           0.00
c????d 21.0 18 45.6 7.0 0.2 0.09   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00
c????d 14.0 11 34.8         0.00 0.00 0.00   0.00 0.00 0.17 0.00   0.01 0.00 0.00     0.02 0.95   0.01
c?????5 18.0 16     23.6     0.00 0.00 0.03 0.04 0.00 0.02 0.09 0.00   0.00 0.00 0.00 0.18 0.09 0.00 0.03 0.05 0.00
c????8 17.0 5           0.00 0.00 0.45 2.42 0.00 1.06 7.03 0.18   0.13 0.01 0.09 16.36 4.96 0.13 1.89 1.10 0.16
c????9 14.0 13   0.00   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02   0.00   0.21 0.00 0.00   0.02        
c?????3 10.0 10           0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
c????b 14.0 11 0.6 0.04 8.74 0.15         0.00   0.00 0.00 0.00   0.00 0.00 0.00   0.00   0.02   0.00
c????h 17.0 10           0.00 0.00 0.00 0.34 0.00 0.14 0.83 0.03   0.01 0.00 0.01 2.40 0.73 0.00 0.46 0.13 0.01
c????r 23.0 23 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
d???m 11.0 11     0.03     0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
e????b 0.0 0                                              
e????j 21.0 20 0.08 0.00 2.36 0.00   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00
f????m 11.0 11     0.00     0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
f????c 21.5 18 0.02 partial 0.89 partial partial 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 26.41 0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00
f??s 11.0 11     0.00     0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
f????c 22.0 21 0.01 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
f????b 17.0 9           0.00 0.00 0.00 0.73 0.00 0.29 2.23 0.11   0.02 0.00 0.02 10.01 6.51 0.02 2.34 0.76 0.08
f????j 12.0 9           0.00     0.19 0.00   0.62 0.02   0.00 0.00 0.00     0.00 0.44 0.07 0.01
g????a 5.0 2           0.00 0.00 1.09   0.11           2.69              
g?????4 11.0 11     0.00     0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
g?????2 22.0 20 0.1 0.00 3.16 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.03 0.00 0.00 0.00 0.00 0.00
g????r 18.0 13     23.1     0.00 0.00 0.00 0.13 0.00 0.06 0.28 0.00   0.01 0.00 0.00 0.47 0.29 0.00 0.07 0.06 0.01
h????c 23.0 21 0.02 0.00 0.66 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17.66 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
h????c 15.0 12           0.00 0.00 partial 0.08 0.00   0.09 0.00   0.00 0.00 0.00 1.06 partial 0.01 0.46 0.03 0.00
h????e 1.0 1             0.00                                
h??6 3.0 2           0.02 0.00                 5.04              
h????i 10.0 6           0.00 0.00 0.00   0.00   1.75     0.29 0.00 0.06         21.51 1.67
h??7 8.0 3           0.00 0.00 partial partial partial partial partial 0.31     0.00 partial   partial   partial    
k????d 21.0 21 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
k????n 22.0 20 0.2 0.00 5.24 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.05 0.00 0.00 0.00 0.01 0.00
l??2 7.0 7           0.00 0.00           0.00     0.00 0.00         0.00 0.00
l????2 18.0 12 1.7     0.00   0.00 0.00 0.00 0.49 0.00 0.00 13.39 0.00   0.02 0.00 0.00 31.99 3.12 0.00   24.73 0.00
l????h 0.0 0                                              
l????t 17.0 10           0.00 0.00 0.00 0.60 0.00 0.19 1.85 0.05   0.02 0.00 0.00 4.77 1.54 0.02 1.14 0.24 0.02
l?????3 21.5 20 0.00 0.00 0.67 0.00 0.00 0.00 0.00 partial 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00
l???1 22.0 21 0.00 0.00 0.44 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.03 0.00 0.00 0.00 0.00 0.00
l????m 20.0 14 29.5   11.6 42.3   0.00 0.00 0.03 0.06 0.00 0.03 0.16 0.00   0.00 0.00 0.00 0.26 0.17 0.00 0.03 0.03 0.00
l???8 9.0 9           0.00 0.00       0.00 0.00 0.00     0.00 0.00         0.00 0.00
l???3 23.0 21 0.00 0.41 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 56.79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
l??8 23.0 21 0.00 0.00 0.30 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 7.28 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
l???4 11.0 11     0.00     0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
l?????2 23.0 21 0.00 0.00 0.32 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10.25 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
l???2 21.0 18 0.1 1.2 2.6 0.02   0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.04 0.00 0.00 0.00 0.00 0.00
m????s 20.5 19 0.06 0.00 2.15 0.00 0.00 0.00 0.00 partial 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.02   0.00 0.01 0.01 0.00
m?????3 11.0 9           0.00 0.00     0.00     0.00   0.01 0.00 0.01     0.02 0.10 0.13 0.01
m?????2 23.0 21 0.03 0.00 1.54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 53.20 0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00
m????h 10.0 10           0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
n????a 6.0 6           0.00 0.00 0.00   0.00               0.01   0.00      
o?????4 22.0 18 0.01 20.82 0.31 0.00 0.21 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.17 0.01 0.00 0.02 0.01 0.00
o????e 4.0 4           0.00 0.00           0.00     0.00              
p?????2 21.0 17 0.06 0.10 18.99 5.90   0.00 0.00 0.00 0.02 0.00 0.00 0.01 0.00   0.00 0.00 0.00 0.14 0.00 0.00 0.05 0.01 0.00
p????j 22.0 21 0.05 0.00 1.30 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00
p?????4 17.0 10           0.00 0.00 0.01 2.69 0.00 0.60 9.93 0.04   0.06 0.01 0.05 37.14 10.07 0.05 0.70 0.70 0.06
p????t 22.0 20 0.07 0.00 1.58 0.00 0.22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00
p????g 23.0 21 0.03 0.00 0.80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 28.56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
p????o 16.0 6           0.00 0.00 0.02 1.00 0.00 0.62 13.00 0.10   0.24 0.00 0.02   6.20 0.36 8.79 1.66 0.31
r????c 17.0 9           0.00 0.00 0.04 1.36 0.00 0.58 4.29 0.13   0.05 0.00 0.03 14.49 5.07 0.03 1.56 0.47 0.07
r???2 19.0 17   0.2 0.6 0.00   0.00   0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00 0.02 0.00 0.00 0.00 0.00
r?????4 23.0 19 0.00 0.35 1.00 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.17 0.00 0.00 0.00 0.10 0.00 0.00 0.02 0.01 0.00
s????p 11.0 11     0.00     0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
s?????4 23.0 22 0.00 0.00 0.04 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 45.74 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
s????d 19.0 16     4.1 9.2   0.00 0.00 0.00 0.04 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00 0.31 0.00 0.00 0.05 0.00
s????3 0.0 0                                              
s?????2 22.0 20 0.2 0.00 5.27 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.05 0.00 0.00 0.01 0.01 0.00
s???3 17.0 10           0.00 0.00 0.04 0.47 0.00 0.21 1.38 0.02   0.02 0.00 0.01 3.61 1.36 0.01 0.30 0.16 0.02
s????2 22.0 20 0.1 0.00 3.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.03 0.00 0.00 0.00 0.00 0.00
s????b 22.0 22 0.00 0.00 0.09 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
s?????2 6.0 6       0.00 0.00   0.00 0.00 0.00 0.00                          
s??i 23.0 21 0.00 0.00 0.22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.55 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
s????a 19.0 16     2.2 1.1   0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.00   0.00 0.00 0.00 0.01 0.11 0.00 0.01 0.01 0.00
s????c 23.0 22 0.00 0.00 0.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.16 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
s????5 19.0 12 0.3   2.9     0.00 0.00 0.00 0.65 0.00 0.31 1.22 0.00   0.00 0.00 0.00 2.33 1.74 0.00 0.02 0.00 0.00
s????o 10.0 9           0.00 0.00 0.00   0.00 0.76   0.00   0.00 0.00 0.00           0.04
s????s 22.0 20 0.00 0.21 0.00 0.05   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.25 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
s??d 11.0 11     0.00     0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
t????n 17.0 13           0.00 0.00 0.00 0.11 0.00 0.05 0.28 0.00   0.00 0.00 0.00 0.69 0.31 0.00 0.06 0.06 0.01
t????m 11.0 11     0.00     0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
v????m 19.0 16     11.4 2.3   0.00 0.00 0.00 0.02 0.00 0.00 0.02 0.00   0.00 0.00 0.00 0.01 0.15 0.00 0.04 0.00 0.00
w??l 14.0 6 partial partial 16.1 partial   partial partial partial partial partial partial 0.01 partial   0.00 partial partial 0.09 partial 0.00 0.03 0.00 partial
w????a 20.0 17   15.5 0.5 0.2   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.01 0.02 0.00 0.00 0.00 0.00
w????z 17.0 17     0.00 0.00   0.00 0.00   0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00
w????6 11.0 11     0.00     0.00 0.00       0.00 0.00 0.00   0.00 0.00 0.00         0.00 0.00
w????5 23.0 21 0.04 0.00 1.45 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.16 0.00 0.00 0.00 0.01 0.00 0.00 0.03 0.00 0.00
w??4 15.0 11     18.6     0.00 0.00 partial partial 0.00 partial partial 0.00   0.00 0.00 0.00 partial partial 0.00 0.03 0.01 0.00
w??3 12.0 10 5.1   3.5     0.00 0.00     0.00 0.00   0.00   0.00 0.00 0.00         0.00 0.00
x???0 22.0 22 0.00 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
y??r 23.0 21 0.03 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 27.90 0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00
z??????7 17.0 5           0.00 0.00 0.01 1.97 0.00 0.82 4.57 0.10   0.10 0.02 0.10 8.91 4.36 0.10 1.19 0.96 0.13
z??????0 9.0 9           0.00 0.00       0.00   0.00   0.00 0.00 0.00         0.00 0.00
z????4 15.0 14   0.00   0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00   0.00   0.04 0.00 0.00   0.00       12.71
z??p 23.0 21 0.00 0.00 0.60 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 40.28 0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00
z????f 23.0 21 0.00 0.00 0.19 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.92 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
z????a 17.0 10           0.00 0.00 0.02 0.69 0.00 0.32 1.88 0.06   0.04 0.00 0.03 4.43 1.51 0.04 0.56 0.32 0.06
70 of 99 users were correct on at least 12.00 of the 23 tests.
 
 
 

Student Submitted Puzzles: Single solution on a 8x8 board, allowing piece rotation

  correctness fastest time centod_1.txt cheuns3_2.txt hickea2_1.txt kolosd_2.txt mckere_1.txt menona2_1.txt patsej_1.txt patsej_2.txt reny2_1.txt smithj24_1.txt trujim_1.txt
baslea 3.0 2         0.00   23.78   0.00    
bhatts6 7.0 6   0.00 0.00   0.00   0.00   0.00 82.93 0.00
biletz 3.0 2   34.3 0.01   0.00            
buh 8.0 8 0.00   0.00 0.00 0.00   0.00 0.00 0.00   0.00
centod 6.0 2 2.5   3.1   0.00   1.26   0.01   2.74
cepedd 0.0 0                      
chenc15 1.0 1         0.00            
chend8 1.0 1         0.01            
chenm9 2.0 2     0.00   0.00            
coursb 1.0 0   8.9                  
covelh 1.0 0     23.0                
cutler 10.0 9 0.00 0.00 0.00 0.09 0.00   0.00 0.04 0.00 95.32 0.00
etzinj 3.0 1   3.4 0.00     55.49          
fialac 7.0 6 0.07   0.00   0.00   0.22 0.05 0.00   0.00
foodyc 7.0 6 0.06   0.00   0.00   0.23 0.02 0.00   0.00
freilb 0.0 0                      
fuccij 1.0 0                 3.2    
gregow2 6.0 3 0.6   0.00   0.00   0.00   1.96   0.67
guiler 1.0 0     25.0                
hadlec 0.0 0                      
hammec 1.0 1         0.00            
kolosd 10.0 8 0.03 0.00 0.00 25.59 0.00   0.00 0.64 0.00 0.02 0.03
koulon 7.0 4 0.09   0.00   0.00   4.27 16.05 0.29   0.09
lea2 1.0 1     0.00                
leej42 8.0 5 0.02   8.14 13.50 0.00   0.00 97.13 0.00   0.02
leitet 2.0 1         0.00       16.31    
leunga3 1.0 0     2.1                
lib11 7.0 4 0.1   1.2   0.00   0.00 9.97 0.00   0.00
lindqm 1.0 0     19.2                
linr3 3.0 2   0.01 0.00     37.97          
lit8 6.0 5 0.02   0.00   0.00   0.09   0.35   0.00
lovelk2 8.0 4 0.04   0.00 57.82 0.00   1.98 12.08 0.15   0.04
luoh2 6.0 2 1.0   3.6   0.00   19.55   0.11   0.00
maltbs 7.0 5 0.1   0.00   0.00   0.50 0.07 0.00   0.00
menona2 7.0 4 1.9   0.00   0.00   0.79 19.12 0.00   0.02
norlaa 1.0 1         0.00            
oneilk4 7.0 5 0.01   29.30 36.92 0.00   0.00   0.00   0.01
patrij2 5.0 2 6.9   14.7   0.00       0.17   0.04
patsej 8.0 5 0.00   0.00 42.01 0.00   0.72 3.70 0.03   0.01
patter4 1.0 1         0.04            
piazzt 6.0 3 0.4   0.3   0.00   8.73   0.02   0.00
pierrg 8.0 4 0.6   0.00   0.00 0.00 0.19 14.73 0.00   0.10
pullao 1.0 0     31.1                
raymec 1.0 1         0.00            
reny2 4.0 1 6.1   16.6       0.00       7.83
roberc4 5.0 2         0.00   92.03 36.68 0.01   0.14
schwae4 3.0 2   0.05 0.00     36.41          
serind 2.0 0   4.9 2.4                
shepht2 8.0 4 0.06   0.00 82.38 0.00   2.75 11.62 0.24   0.06
shig3 2.0 1         0.00       116.44    
shina2 3.0 2   5.8 0.00     0.00          
sihsob 3.0 1   0.1 0.00     77.67          
siui 7.0 3 0.7   0.00   0.00   4.26 28.27 0.22   0.08
slansa 5.0 1 80.3   91.9   0.00   41.40   0.17    
slegec 8.0 7 0.01   0.00   0.00 0.00 0.02 0.50 0.00   0.00
songs5 4.0 1     20.4   0.00   61.64   0.14    
suites 7.0 4 0.3   0.06   0.00   0.09 5.96 0.01   0.33
thomsn 1.0 0     27.0                
vrablm 6.0 3 2.1   0.00   0.00   37.22   0.01   29.34
wenl 3.0 1 partial   0.00   partial       partial   partial
wenzea 6.0 2 0.9   1.0   0.00   5.55   0.01   0.91
wimerz 8.0 3 0.5 27.9 0.3   0.00   0.00 46.79 0.00   0.70
woods5 8.0 4 4.2   0.00   0.00 0.00 1.24 84.10 0.01   0.51
wua4 1.0 1     0.00                
wuk3 8.0 8 0.00 0.00 0.00   0.00   0.06 0.09 0.00   0.00
xuy10 4.0 4   0.00     0.00   0.00   0.00    
yaor 8.0 5 0.01   0.00 14.93 0.00   0.45 1.25 0.02   0.01
zhangs17 1.0 1         0.02            
zhaos4 2.0 2     0.00   0.00            
zoup 0.0 0                      
zuppaf 3.0 2   0.4 0.00     0.00          
zyteka 1.0 1         0.00            
45 of 72 users were correct on at least 3.00 of the 11 tests.
 
 
 

Student Submitted Puzzles: All unique solutions on a 6x6 board, allowing piece rotation

  correctness fastest time centod_1.txt fouche2.txt guiler_1.txt lees29_1.txt leunga3_1.txt leunga3_2.txt lib11_1.txt lib11_2.txt lovelk2_1.txt mckere_1.txt patsej_1.txt patsej_2.txt reny2_1.txt reny2_2.txt shig3_1.txt shig3_2.txt trujim_1.txt vrablm_1.txt wenl_1.txt wenl_2.txt wonga6_2.txt wuk3_1.txt
baslea 10.0 2 partial partial 0.00 partial   partial     partial 0.00 476.22   0.64 16.90 partial partial partial   partial     partial
bhatts6 13.0 7   0.00 0.00     partial   partial 0.76 0.00 0.03   0.01 0.13 0.00 partial 2.24   partial partial partial 0.02
biletz 7.0 0   partial partial   partial partial partial partial partial partial       partial partial partial     partial   partial partial
buh 14.0 3 partial 0.00 0.00 partial partial partial partial partial 29.21 0.00 86.71 86.71 partial partial partial partial partial partial partial partial partial partial
centod 16.5 4 partial 0.00 0.00 partial partial partial partial 362.19 15.75 0.00 19.76 494.09 0.05 0.98 partial partial partial partial 0.58 0.58 partial partial
cutler 22.0 5 57.4 0.00 0.00 15.69 84.85 0.06 1.76 482.22 0.93 0.00 3.20 3.20 1.45 8.60 0.09 0.21 61.82 91.11 14.72 12.40 15.89 0.19
etzinj 9.5 3   0.00 0.00 partial partial partial partial partial 0.01         partial partial partial   partial partial partial partial partial
fialac 18.5 6 0.00 0.01 0.00   partial 0.13 partial partial 0.13 0.00 0.00 0.00 13.54 187.28 1.08 14.06 14.06 partial 111.90 111.90 partial 186.44
foodyc 9.5 3   0.02 0.00     0.17       0.00     42.74 568.09 1.50 20.33     partial     335.17
gregow2 14.5 4 partial 0.6 0.09 partial partial partial partial partial 3.41 0.09 0.09 0.09 partial partial 26.18 partial partial partial partial partial partial partial
kolosd 22.0 21 0.05 0.00 0.00 0.00 0.04 0.00 0.01 0.65 0.00 0.00 0.00 1.49 0.00 0.00 0.00 0.00 0.05 0.03 0.02 0.02 0.10 0.00
koulon 11.0 0 partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial
leej42 11.0 0 partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial
lib11 7.0 3   0.00 0.00 partial   partial       0.00     partial partial partial partial     partial     partial
linr3 9.5 3   0.00 0.00 partial partial partial partial partial 0.00         partial partial partial   partial partial partial partial partial
lit8 9.5 4   0.01 0.00 partial   0.07 partial   442.41 0.00     6.94 partial partial partial     partial     partial
lovelk2 5.0 0   partial partial     partial   partial   partial     partial   partial partial       partial   partial
luoh2 10.0 4   0.00 0.00     0.02 partial   228.41 0.00 475.11   3.27 partial partial partial     partial     partial
maltbs 7.5 4   0.00 0.00     0.08       0.00     9.98 partial partial partial     partial     partial
menona2 10.0 3 partial   0.00   partial partial partial   partial 0.00 partial partial partial 0.00 partial partial partial partial   partial   partial
oneilk4 12.0 2 partial partial partial   partial partial partial partial 0.4 partial 0.00 0.00 partial partial partial partial partial partial partial partial partial partial
patrij2 11.0 3   0.01 0.00 1.77   0.19       0.00     28.51 440.22 1.89 25.81     274.82     472.54
patsej 19.0 6 0.00 0.04 0.00   6.37 0.62 0.62 partial 0.62 0.00 0.00 0.00 110.43 110.43 6.50 103.97 103.97   103.97 103.97 partial 103.97
piazzt 15.0 4 partial 0.00 0.00 partial partial 0.00 partial partial 117.80 0.00 187.87 187.87 1.06 partial partial partial partial partial partial partial partial partial
pierrg 11.0 0 partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial partial
reny2 9.5 1 partial 0.00   partial partial partial partial partial partial   partial   partial partial   partial partial partial partial partial partial partial
roberc4 12.0 3 partial 0.01 0.00 partial partial partial partial   partial 0.00 partial partial partial partial partial partial partial partial partial partial partial partial
schwae4 6.5 6   0.00 0.00     0.00     0.00         0.00 partial             0.00
shepht2 3.5 0   partial partial     partial       partial     partial   partial partial            
shina2 8.5 6   0.00 0.00   partial 0.00 partial partial 0.05         0.06 partial     partial       0.07
sihsob 9.5 3   0.00 0.00 partial partial partial partial partial 0.01         partial partial partial   partial partial partial partial partial
siui 4.0 0   partial partial partial   partial       partial     partial   partial partial            
slansa 7.0 0   partial partial     partial partial   partial partial     partial partial partial partial partial   partial   partial partial
slegec 22.0 7 3.8 0.00 0.00 0.00 59.86 0.00 19.96 323.46 4.95 0.00 8.13 188.40 0.08 1.12 0.03 0.36 3.85 18.51 0.69 113.88 56.01 4.64
songs5 5.0 0   partial partial     partial       partial     partial partial partial partial     partial     partial
suites 19.0 5 51.6 0.00 0.00 13.60 66.44 0.07 2.42   0.85 0.00 1.62   1.31 9.89 0.05 0.20 51.27 87.89 15.46 11.97   0.16
vrablm 8.0 4 partial 0.00 0.00     0.00     57.60 0.00 324.35   0.23       partial          
wenl 10.5 1 partial partial partial partial partial partial partial   partial partial partial 0.00 partial partial partial partial partial partial partial   partial partial
wenzea 11.5 3 partial 0.00 0.00 partial partial partial partial   partial 0.00 partial partial partial partial partial partial partial partial partial   partial partial
wimerz 11.0 4 partial 0.00 0.00   partial   partial   12.95 0.00 21.44   0.02 0.75 partial partial partial       partial partial
woods5 5.5 0   partial partial partial   partial       partial     partial partial partial partial     partial     partial
wuk3 9.5 3 12.1 0.00 0.00     partial partial partial   0.00     1.38     partial 11.90       partial 74.91
xuy10 6.5 3   partial 0.00 partial partial partial       0.00 0.02   partial partial partial              
yaor 21.0 5 303.0 0.00 0.00 1.95 1.95 0.14 0.14 partial 0.14 0.00 0.00 0.00 15.89 216.41 0.95 13.76 13.76 13.76 135.90 135.90 partial 184.43
zuppaf 8.0 0   partial partial partial partial partial partial partial partial         partial partial partial   partial partial partial partial partial
20 of 45 users were correct on at least 11.0 of the 22 tests.
 
 
 

HW6 Ricochet Robot Contest Results

 

Original Design: "Blockhead" by Bill Cutler Puzzles, Inc.

 

 

Overall Winner

  • Craig Slegel
    Best overall performance, accuracy & speed, all solutions, all rotations

 

Runner-ups overall contest performance

  • Jonathan Patsenker
    also, interesting test cases!

  • Courtney Fiala

  • Sam Suite

 

Most challenging (moderate size) Carcassonne puzzle

  • Ashwin Menon
    For a puzzle that neither mentor David Koloski nor Professor Cutler could solve (fast enough)

 

Best IClicker performance over entire semester

  • Heather Covello
    Final total: 89.0 / 96.0 possible !!

 

Best (Only) mentor/TA submission

  • David Koloski
    HW6 contest winner, 3 semesters in a row!

 

Honorable Mentions

  • Saswat Bhattacharya

  • Haoyan Bu

  • Connor Foody

  • Milo Trujillo

  • Zachary Wimer

  • Ke Wu

  • Yilan Xu