A Hybrid Backtracking and Pencil and Paper Sudoku Solver
No Thumbnail Available
Date
2019-04
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
International Journal of Computer Applications
Abstract
In an earlier research [1] it was found that based on the
number of iterations taken to solve puzzles from [2] the pencil
and paper (PnP) was the most efficient method for solving
Sudoku puzzles rated easy and medium by [2]. However for
more difficult puzzles this method p*roved ineffective. Next,
the method of alternating projections proved more efficient at
solving all test puzzles compared to the backtracking (BT)
algorithm. In this research work, a hybrid solver is created
using the pencil and paper method and backtracking methods.
This method solves all sample puzzles in finite seconds. The
execution time outperforms the BT method for most of the
sample puzzles.
Description
Keywords
algorithms
