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

Implement Sudoku puzzle parsing and decoding #37

Merged
merged 3 commits into from
Nov 26, 2023
Merged

Implement Sudoku puzzle parsing and decoding #37

merged 3 commits into from
Nov 26, 2023

Conversation

teogor
Copy link
Owner

@teogor teogor commented Nov 26, 2023

This pull request introduces two new classes, SudokuDecoder and SudokuSolver, to enhance the Sudoku functionality of the application:

  1. SudokuDecoder: Parses Sudoku puzzles from HTML files and converts them into string representations suitable for solving.

  2. SudokuSolver: Solves Sudoku puzzles using the backtracking algorithm.

These additions improve the overall Sudoku handling capabilities and facilitate further development of Sudoku-related features.

@teogor teogor added @priority-medium @feature New feature or request labels Nov 26, 2023
@teogor teogor added this to the 1.0.0-alpha04 milestone Nov 26, 2023
@teogor teogor self-assigned this Nov 26, 2023
@teogor teogor merged commit 7b0a99c into main Nov 26, 2023
4 checks passed
@zeobot zeobot bot deleted the feature/solver branch November 26, 2023 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@feature New feature or request @priority-medium
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant