{"id":22696120,"url":"https://github.com/zdimension/sudoku","last_synced_at":"2025-03-29T18:11:29.188Z","repository":{"id":97140951,"uuid":"275541477","full_name":"zdimension/sudoku","owner":"zdimension","description":"Sudoku solver","archived":false,"fork":false,"pushed_at":"2020-10-14T13:11:00.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T18:52:12.066Z","etag":null,"topics":["cpp","cpp17","solver","sudoku"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zdimension.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-28T08:31:24.000Z","updated_at":"2020-10-14T13:11:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"109bf3bd-6a69-4f4c-80bc-f7de9a927b1b","html_url":"https://github.com/zdimension/sudoku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdimension%2Fsudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdimension%2Fsudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdimension%2Fsudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdimension%2Fsudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdimension","download_url":"https://codeload.github.com/zdimension/sudoku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246223330,"owners_count":20743167,"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":["cpp","cpp17","solver","sudoku"],"created_at":"2024-12-10T04:14:20.268Z","updated_at":"2025-03-29T18:11:29.178Z","avatar_url":"https://github.com/zdimension.png","language":"C++","readme":"# Sudoku\nSudoku solver\n\n## Build\n\n```\ng++ -std=c++17 -O3 sudoku.cpp -o sudoku\n```\n\n## Usage\n\n### Normal Sudoku\n\nPass the grid as a space-separated list of lines. Replace unknowns by any non-numeric symbol.\n\n**NOTE:** Only 9 by 9 grids can be input. Other sizes are currently not implemented. You can hardcode a grid and change the grid size constant for that.\n\n```\n./sudoku 86xxxxx2x xxxx6xxxx xx42x16xx 4xx5xx26x xx61x94xx x13xx6xx9 xx54x39xx xxxx1xxxx x8xxxxx74\n```\n\n### Killer Sudoku\n\nAdd the `-k` switch, assign a symbol to each region (starting at 0, use lowercase letters afterwards) and pass the regions' values as a comma-separated list of numbers.\n\n```\n./sudoku -k 001112345 qqrr22345 qqss2gff5 oppshgfe5 ojjihgee6 njkihcdd6 nkkiacc77 nlmaabb77 nlma99988 3,15,22,4,16,15,12,14,17,13,10,15,20,6,17,20,8,17,20,13,6,8,16,27,6,14,25,17,9\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdimension%2Fsudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdimension%2Fsudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdimension%2Fsudoku/lists"}