Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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