Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sudoku-Solver and Tower of Hanoi #73

Open
Shrasht opened this issue Oct 12, 2024 · 0 comments
Open

Add Sudoku-Solver and Tower of Hanoi #73

Shrasht opened this issue Oct 12, 2024 · 0 comments
Assignees

Comments

@Shrasht
Copy link
Contributor

Shrasht commented Oct 12, 2024

Tower of Hanoi Solution:

Recursively solves the Tower of Hanoi problem.
Moves all disks from the source rod to the destination rod using the auxiliary rod, following the rules of the problem.

Sudoku Solver:

Solves any valid 9x9 Sudoku puzzle using backtracking.
Efficiently fills in empty cells while checking constraints for row, column, and subgrid consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant