{"id":22873369,"url":"https://github.com/ibz-04/sudoku-solver","last_synced_at":"2025-03-31T12:23:02.704Z","repository":{"id":233305163,"uuid":"786964488","full_name":"iBz-04/Sudoku-Solver","owner":"iBz-04","description":"Solving the sudoku arithmetic game with python algorithms","archived":false,"fork":false,"pushed_at":"2024-04-15T16:31:23.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T18:03:51.690Z","etag":null,"topics":["algorithm-challenges","data-structures","sudoku-solver"],"latest_commit_sha":null,"homepage":"","language":"Python","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/iBz-04.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-15T16:24:58.000Z","updated_at":"2024-12-04T12:11:50.000Z","dependencies_parsed_at":"2024-04-15T17:47:53.446Z","dependency_job_id":"a0a05a42-0add-43f3-95ec-30b30e2b759a","html_url":"https://github.com/iBz-04/Sudoku-Solver","commit_stats":null,"previous_names":["ibz-04/sudoku-solver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBz-04%2FSudoku-Solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBz-04%2FSudoku-Solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBz-04%2FSudoku-Solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBz-04%2FSudoku-Solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iBz-04","download_url":"https://codeload.github.com/iBz-04/Sudoku-Solver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465909,"owners_count":20782053,"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-challenges","data-structures","sudoku-solver"],"created_at":"2024-12-13T14:18:40.802Z","updated_at":"2025-03-31T12:23:02.685Z","avatar_url":"https://github.com/iBz-04.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku-Solver\nThis code solves the famous sudoku game\n\nA sudoku solution must satisfy all of the following rules:\n\nNB:\nEach of the digits 1-9 must occur exactly once in each row.\nEach of the digits 1-9 must occur exactly once in each column.\nEach of the digits 1-9 must occur exactly once in each of the 9 3x3 sub-boxes of the grid.\nThe '.' character indicates empty cells.\n\nConstraints:\n\nboard.length == 9\nboard[i].length == 9\nboard[i][j] is a digit or '.'.\nIt is guaranteed that the input board has only one solution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibz-04%2Fsudoku-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibz-04%2Fsudoku-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibz-04%2Fsudoku-solver/lists"}