Takahashi, Naomi2024-01-042024-01-042010https://hdl.handle.net/10365/33560In this paper, the application called KakuroSolver is presented that solves Kakuro, the popular logical puzzle that combines Sudoku and crossword. The application accepts a Kakuro puzzle with any size; it then either completely solves the puzzle, or lets the user solve it. This paper discusses the algorithms that can be used to solve Kakuro puzzles as well as other logical puzzles such as Sudoku. Kakuro puzzles are NP-complete, where a search is effective to find solutions. Therefore among those algorithms, KakuroSolver employs the backtracking search along with several techniques that minimizes the search to increase the efficiency. The architecture of the application is also described, and the entire application is evaluated including the future enhancements. The paper also contains the user manual of KakuroSolver.NDSU policy 190.6.2https://www.ndsu.edu/fileadmin/policy/190.pdfKakuro -- Data processing.Logic puzzles -- Data processing.Kakuro Solver ApplicationMaster's Paper