Codename README Solves 4x4 Solves 6x6 Solves 9x9 Solves 12x12 Solves 16x16 Efficiency Code Size Design Workflow Project Raw Project Percentage Date submitted Date Due Days late Bonus   Project Total Curve Comment
  10 10 10 10 10 10 10 10 10 10 90 100       5        
AA MAX                                     10  
apollo 10 7 7 7 7 7 7 10 8 10 70 78 05/02/14 05/01/14 1 5   70 80 Design: loading the program by running ['sudoku'] and then typing solveSudoku. only returns false. The java solver solved every puzzle.
armstrong 10 10 0 0 0 0 6 10 2 8 38 42 05/01/14 05/01/14 0 0   42 52 Design: should be able to handle boards of sizes greater than 4x4, should be able to read input files.
asteroid 10 10 0 0 0 0 8 8 2 8 38 42 05/03/14 05/01/14 2 0   34 44 README: No readme file. Design: inputhelper segfaults on any puzzle greater than 4x4. Workflow: everything in sudoku_solver.sh is hardcoded, easily could have used command line parameters.
comet 10 0 0 8 0 0 5 6 8 8 37 41 05/01/14 05/01/14 0 0   41 51 Puzzles: would either return false or run out of stack with solving 4x4, 6x6, 12x12, 16x16. Would only solve the her example 9x9. Design: should have used command line args for parameters in sudokuinput.py Codesize: alot of switch case like statements could have been removed and made more dynamic.
cosmos 10 10 10 10 10 5 10 6 6 8 77 86 05/01/14 05/01/14 0 0   86 96 Puzzles: only solves 9x9, typing run after loading the program only returns with false. Design: should be general enough to solve all of the puzzle types. should be able to parse input files.
gaia 10 10 5 5 5 5 6 6 4 8 56 62 04/29/14 05/01/14 0 0   62 72 Puzzles: logic to solve puzzles of 6x6 and greater exists but runtime for each is more than 10 minutes. Design: should have had a make file to built your input helper, inputhelper incorrectly parses the input files. Codesize: some hardcode functions.
horizon 10 0 0 10 0 0 10 10 2 10 42 47 05/01/14 05/01/14 0 0   47 57 Puzzles: only solves 9x9. Design: should be general enough to solve all of the puzzle types.
hyakutake 10 0 0 0 0 0 0 10 2 8 22 24 05/04/14 05/01/14 3 0   18 28 Puzzles: only solves 9x9, typing run after loading the program only returns with false. Design: should be general enough to solve all of the puzzle types. should be able to parse input files.
mercury 10 10 10 10 10 10 10 10 10 10 90 100 05/02/14 05/01/14 1 0   90 100  
meteor 10 10 10 10 0 0 8 10 8 8 66 73 05/01/14 05/01/14 0 0   73 83 Puzzles: does not give a solution for puzzles of 12x12 or 16x16. zzWorkflow: project design requires alot of command which could be scripted together.
neptune 0 0 0 0 0 0 0 0 0 0 0 0   05/01/14 0 0   0 0 No project was submitted.
pathfinder 0 0 0 0 0 0 0 0 0 0 0 0   05/01/14 0 0   0 0  
terminus 10 10 10 10 5 5 8 10 10 10 78 87 04/30/14 05/01/14 0 0   87 97 Puzzles: logic to solve 12x12 and 16x16 is there but runtime is more than 10 minutes. Design: Main adds unneeded braces to the end of the list in sudoku.pl
venus 10 0 0 0 0 0 0 6 2 2 18 20 05/05/14 05/01/14 4 0   13 23 Design: code does not work, certain functions have not been implemented, I believe to be copied from elsewhere. Codesize: reading in inputfiles would have reduced the code size.