International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 181 - Number 47 |
Year of Publication: 2019 |
Authors: Onokpasa Eva, Bisandu Desmond, Bakwa Dunka |
10.5120/ijca2019918642 |
Onokpasa Eva, Bisandu Desmond, Bakwa Dunka . A Hybrid Backtracking and Pencil and Paper Sudoku Solver. International Journal of Computer Applications. 181, 47 ( Apr 2019), 39-43. DOI=10.5120/ijca2019918642
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.