| z_rahaie
| Joined: 30 Mar 2010 | Posts: 1 | : | | Items |
|
Posted: Tue Mar 30, 2010 4:27 pm Post subject: Sudoku with BFS |
|
|
I was searching the web for Sudoku solving with BFS. I found your site.
I had a question: how can we represent states (nodes) in sudoku such that BFS moves be helpful? If I fill one gap with a number in each level, then it seems that bfs-moves one-level-after-the-other is meaningless. because the test solution is in leaves of the tree. |
|