{"id":18023194,"url":"https://github.com/sn99/sudoku-solver","last_synced_at":"2025-03-26T23:31:01.882Z","repository":{"id":52171523,"uuid":"171063013","full_name":"sn99/sudoku-solver","owner":"sn99","description":"A sudoku solver","archived":false,"fork":false,"pushed_at":"2021-05-06T12:53:47.000Z","size":10,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T17:22:33.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/sn99.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}},"created_at":"2019-02-16T23:31:17.000Z","updated_at":"2022-10-14T20:56:42.000Z","dependencies_parsed_at":"2022-08-23T21:30:47.692Z","dependency_job_id":null,"html_url":"https://github.com/sn99/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/sn99%2Fsudoku-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sn99%2Fsudoku-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sn99%2Fsudoku-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sn99%2Fsudoku-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sn99","download_url":"https://codeload.github.com/sn99/sudoku-solver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245753876,"owners_count":20666828,"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-30T07:08:23.726Z","updated_at":"2025-03-26T23:31:01.541Z","avatar_url":"https://github.com/sn99.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sudoku-solver\n\n[![Build Status](https://travis-ci.com/sn99/sudoku-solver.svg?branch=master)](https://travis-ci.com/sn99/sudoku-solver)\n\nA sudoku solver in Rust\n\nUsage : `cargo run --release`\n\nUse `0` to show blank spaces in the grid\n\nEg - \n```\n0 0 8 0 0 0 9 0 0\n3 5 0 0 0 0 0 8 6\n0 7 0 9 0 6 0 3 0\n8 0 2 0 9 0 6 0 1\n0 0 0 7 0 8 0 0 0\n7 0 5 0 2 0 4 0 8\n0 2 0 1 0 3 0 6 0\n9 6 0 0 0 0 0 5 2\n0 0 3 0 0 0 7 0 0\n ```\ngives\n```\n6 1 8  5 3 2  9 4 7 \n3 5 9  4 1 7  2 8 6 \n2 7 4  9 8 6  1 3 5 \n\n8 4 2  3 9 5  6 7 1 \n1 9 6  7 4 8  5 2 3 \n7 3 5  6 2 1  4 9 8 \n\n4 2 7  1 5 3  8 6 9 \n9 6 1  8 7 4  3 5 2 \n5 8 3  2 6 9  7 1 4\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsn99%2Fsudoku-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsn99%2Fsudoku-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsn99%2Fsudoku-solver/lists"}