fiveham / Sudoku_Solver

Solve sudoku puzzles by representing the puzzle as a bipartite graph of truth-claims about cells' values and rule-statements that have exactly one true neighbor and removing edges as information is added
MIT License
0 stars 0 forks source link

PuzzleVizApp.treeSize() is unnecessary and hard to read #7

Closed fiveham closed 8 years ago

fiveham commented 8 years ago

Removed method.