You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app aims to solve user-inputted Kakuro puzzles via a recursive algorithm that performs a depth-first search with backtracking, using the MRV heurestic instead of making linear passes while solving. A simple form of forward checking has also been used while generating the solution for a clue cell.