Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / ProgrammingMonke / SudokuSolver

Takes an unsolved Sudoku Grid as input, given as a continuous string of 81 characters. Program prints out the final output as a 9x9 grid and uses Constraint Propagation (AC3 Algorithm) and Backtracking Search. In AC3, it checks arc consistency and enforces it by removing values from the domain of unassigned variables.

JSON API: https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammingMonke%2FSudokuSolver

Stars: 0
Forks: 0
Open Issues: 0

License: None
Language: Python
Repo Size: 9.77 KB
Dependencies: 0

Created: over 1 year ago
Updated: 10 months ago
Last pushed: over 1 year ago
Last synced: 10 months ago

Topics: ac3, ai, backtracking-algorithm, sudoku-solver

Files
    Loading...
    Readme
    Loading...

    No dependencies found