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 is a command-line Sudoku solver written in Python using the NumPy library. It allows users to input a 9x9 Sudoku puzzle, solves it using a recursive backtracking algorithm, and displays the completed solution in a formatted layout.
About
A Python-based Sudoku Solver that uses the Backtracking Algorithm and NumPy to solve 9x9 Sudoku puzzles entered by the user through a console interface.