Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agentender/sudokusolver
Classes responsible for the creation of and storage of Sudoku problems
https://github.com/agentender/sudokusolver
Last synced: about 1 month ago
JSON representation
Classes responsible for the creation of and storage of Sudoku problems
- Host: GitHub
- URL: https://github.com/agentender/sudokusolver
- Owner: AgentEnder
- Created: 2019-02-10T22:51:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T17:23:58.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T17:13:16.775Z (3 months ago)
- Language: C++
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SudokuSolver
Classes responsible for the creation of and storage of Sudoku problems## Sudoku
This is the base class used to create, store, display, and solve sudoku puzzles.## SudokuPuzzle
This is a struct that wraps a short[81]. This is used to ensure that the puzzles are passed by value.## StateList
This is a simple linkedlist node type used to traverse the solutions after solving the sudoku puzzle