gitaskhub

This C program solves a 9×9 Sudoku puzzle using the Backtracking Algorithm. It finds empty cells, tries numbers (1-9), and checks their validity before placing them. If a number doesn’t work, it backtracks and tries another. The program prints both the original and solved Sudoku.

Stars · 3
Language · C
License · MIT
Ask anything about this repo to start.

By chatting or signing in you agree to the Terms and chat-message logging (revocable in History).