|
You can solve most soduku's with the methods described until now.
After that, you look for a powerful candidate for a cell – mostly one an equal pair. Expand the sudoku after that, according to the methods of this site. However, when you encounter such conflicting candidates, you must return to the copy you made before and try the next candidate. Demo 2 provides an example of a sudoku ending in two paths... In seldom cases, the hypothesis can run into trouble in a similar way and require a next hypothesis until the sudoku is solved.
|