/Sudoku-Solver-Project

Fun project: Implemented a backtracking algorithm to solve the sudoku puzzle fetched from "https://sugoku.herokuapp.com/board?difficulty=["WriteDifficultyHere"]"

Primary LanguageHTML

Sudoku-Solver-Project

Fun project: Implemented a backtracking algorithm to solve the sudoku puzzle fetched from "https://sugoku.herokuapp.com/board?difficulty=["WriteDifficultyHere"]"


#Image 1. Look of the UI img1

#Image 2. By clicking Get New Puzzle New Sudoku gets loaded img2

Then you can solve that on paper,
#Image 3. By clicking Solve, the backtracking algorithm solves it and present the ans as Green numbers. img3