{"id":20790259,"url":"https://github.com/arsenic-atg/sudoku-solver","last_synced_at":"2026-05-25T22:34:36.107Z","repository":{"id":52469731,"uuid":"274299235","full_name":"Arsenic-ATG/Sudoku-Solver","owner":"Arsenic-ATG","description":"Solve Sudoku of any difficulty with just a single click","archived":false,"fork":false,"pushed_at":"2021-04-28T06:08:14.000Z","size":39,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T10:32:00.769Z","etag":null,"topics":["algorithm","backtracking","backtracking-algorithm","c-plus-plus","cpp11","cpp14","cpp17","sudoku-solver"],"latest_commit_sha":null,"homepage":"","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/Arsenic-ATG.png","metadata":{"files":{"readme":"README.md","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":"2020-06-23T03:26:07.000Z","updated_at":"2021-05-02T13:58:10.000Z","dependencies_parsed_at":"2022-08-25T20:40:52.499Z","dependency_job_id":null,"html_url":"https://github.com/Arsenic-ATG/Sudoku-Solver","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/Arsenic-ATG%2FSudoku-Solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsenic-ATG%2FSudoku-Solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsenic-ATG%2FSudoku-Solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsenic-ATG%2FSudoku-Solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arsenic-ATG","download_url":"https://codeload.github.com/Arsenic-ATG/Sudoku-Solver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243136281,"owners_count":20241988,"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":["algorithm","backtracking","backtracking-algorithm","c-plus-plus","cpp11","cpp14","cpp17","sudoku-solver"],"created_at":"2024-11-17T15:33:18.444Z","updated_at":"2025-12-24T22:46:49.005Z","avatar_url":"https://github.com/Arsenic-ATG.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku-Solver (console version)\nprogram that solves [sudoku](https://en.wikipedia.org/wiki/Sudoku) in less than a second\n\n## INPUT INSTRUCTIONS\nInput the sudoku row by row and use 0 at the place of empty box ([sample inputs](https://github.com/Arsenic-ATG/Sudoku-Solver/blob/master/sample%20input.sty) are already attached)\n\n#### algorithm (backtracking) :- \nIt uses recursive calling to find the solution by building a solution step by step increasing values with time. It removes the solutions that doesn't give rise to the solution of the problem based on the constraints given to solve the problem. much better and faster than brute force but still takes a lot of time for larger sudokus.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsenic-atg%2Fsudoku-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsenic-atg%2Fsudoku-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsenic-atg%2Fsudoku-solver/lists"}