Sudoku Wizard is an algorithmic project based on Backtracking Algorithm. This project illustrates the operation of the backtracking algorithm, which is used to solve any sudoku puzzle.
- Generate sudoku problem
- Solve existing sudoku problem
- Visualize how the backtracking algorithm works in behind
- HTML
- Tailwind CSS
- JavaScript
- Vite JS
- To create a game centric project
- To apply
Backtracking Algorithm
in a real life scenario