{"id":51185893,"url":"https://github.com/vevdokimovm/sudoku-solver-cpp","last_synced_at":"2026-06-27T10:02:16.972Z","repository":{"id":115799155,"uuid":"252838425","full_name":"vevdokimovm/sudoku-solver-cpp","owner":"vevdokimovm","description":"C++ Sudoku solver using backtracking — fills any valid 9×9 board","archived":false,"fork":false,"pushed_at":"2026-04-20T20:34:33.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-20T22:28:02.061Z","etag":null,"topics":["backtracking","cpp","puzzle","sudoku"],"latest_commit_sha":null,"homepage":null,"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/vevdokimovm.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-03T20:49:43.000Z","updated_at":"2026-04-20T20:44:09.000Z","dependencies_parsed_at":"2023-11-16T22:08:53.108Z","dependency_job_id":null,"html_url":"https://github.com/vevdokimovm/sudoku-solver-cpp","commit_stats":null,"previous_names":["vevdokimovm/sudokusolver","vevdokimovm/sudoku-solver-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vevdokimovm/sudoku-solver-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fsudoku-solver-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fsudoku-solver-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fsudoku-solver-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fsudoku-solver-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vevdokimovm","download_url":"https://codeload.github.com/vevdokimovm/sudoku-solver-cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fsudoku-solver-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34848932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["backtracking","cpp","puzzle","sudoku"],"created_at":"2026-06-27T10:02:15.821Z","updated_at":"2026-06-27T10:02:16.967Z","avatar_url":"https://github.com/vevdokimovm.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sudoku-solver-cpp\n\nA C++ Sudoku solver using **backtracking**. Takes an unsolved 9×9 board and fills in all valid solutions.\n\n## How It Works\n\n1. Find the next empty cell\n2. Try digits 1–9\n3. Check row, column, and 3×3 box constraints\n4. Recurse — backtrack if stuck\n\n## Build \u0026 Run\n\n```bash\nmake\n./sudoku\n```\n\nOr compile manually:\n\n```bash\ng++ -std=c++17 -O2 -o sudoku \"Sudoku Solver.cpp\"\n./sudoku\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvevdokimovm%2Fsudoku-solver-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvevdokimovm%2Fsudoku-solver-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvevdokimovm%2Fsudoku-solver-cpp/lists"}