{"id":16499405,"url":"https://github.com/expander/sudoku_solver","last_synced_at":"2025-10-05T09:24:22.263Z","repository":{"id":4187745,"uuid":"5305468","full_name":"Expander/sudoku_solver","owner":"Expander","description":"A sudoku solver","archived":false,"fork":false,"pushed_at":"2015-07-19T12:01:29.000Z","size":216,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T09:22:41.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Expander.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-05T17:28:47.000Z","updated_at":"2015-05-06T10:51:05.000Z","dependencies_parsed_at":"2022-08-25T20:41:00.723Z","dependency_job_id":null,"html_url":"https://github.com/Expander/sudoku_solver","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Expander%2Fsudoku_solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Expander%2Fsudoku_solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Expander%2Fsudoku_solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Expander%2Fsudoku_solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Expander","download_url":"https://codeload.github.com/Expander/sudoku_solver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241405057,"owners_count":19957757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T14:52:29.840Z","updated_at":"2025-10-05T09:24:17.224Z","avatar_url":"https://github.com/Expander.png","language":"C++","readme":"Sudoku solver\n=============\n\nThis is a simple sudoku solver, which (until now) uses a backtracking\nalgorithm.\n\nCompilation\n-----------\n\nTo compile the program run the command `make'\n\n   $ make\n\nExecution\n---------\n\nThe sudokus are stored in .txt files in the sudokus/ directory.  To\nsolve one run\n\n   $ ./sudoku_solver -f sudokus/s1.txt\n\nSudoku text files\n-----------------\n\nThe sudoku solver input files are simple text files, where the sudoku\nis stored in a table format where the columns are separated by\nwhitespace.  Newlines and lines that begin with `#' are ignored.  See\nsudokus/s1.txt for an example.\n\nHelp\n----\n\nTo get help run\n\n  $ ./sudoku_solver --help\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpander%2Fsudoku_solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpander%2Fsudoku_solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpander%2Fsudoku_solver/lists"}