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

IndexValue should be named Coordinate #24

Open fiveham opened 7 years ago

fiveham commented 7 years ago

methods and members with corresponding names should have their names changed, too.