{"id":21355823,"url":"https://github.com/typedb/sudoku-solver","last_synced_at":"2025-07-15T13:20:59.320Z","repository":{"id":104907998,"uuid":"332199947","full_name":"typedb/sudoku-solver","owner":"typedb","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-24T09:35:25.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-16T05:26:40.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/typedb.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,"publiccode":null,"codemeta":null}},"created_at":"2021-01-23T12:02:10.000Z","updated_at":"2023-08-02T17:16:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed5e8a06-cf19-40b5-ba63-95ff67fe7ac0","html_url":"https://github.com/typedb/sudoku-solver","commit_stats":null,"previous_names":["typedb/sudoku-solver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/typedb/sudoku-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typedb%2Fsudoku-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typedb%2Fsudoku-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typedb%2Fsudoku-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typedb%2Fsudoku-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typedb","download_url":"https://codeload.github.com/typedb/sudoku-solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typedb%2Fsudoku-solver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265437625,"owners_count":23765124,"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-11-22T04:20:17.965Z","updated_at":"2025-07-15T13:20:59.280Z","avatar_url":"https://github.com/typedb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sudoku-solver\n\n## Solving sudoku\nBuild with maven: \n\n`mvn package`\n\nRun: \n\n`java -jar target/sudoku-solver-0.1.jar [sudoku-path]`\n\nRunning the command will solve the sudoku specified in the `sudoku-path`.\nThe default `sudoku-path` is `src/main/resources/sudoku`. \n\n\n## Defining sudoku\nSudokus need to be defined in the file specified in the `sudoku-path`. A sudoku is specified by providing a space \ndelimited list of cells, with cells to be filled marked using `0`. Sudokus of size 6x6 are supported.\n\nExample:\n\nTo solve:\n\n|   |   | 3 | 6 |   |   |\n|---|---|---|---|---|---|\n|   | 2 |   |   |   | 4 |\n| 5 |   |   |   | 6 |   |\n|   | 3 |   |   |   | 5 |\n| 3 |   |   |   | 1 |   |\n|   |   | 1 | 4 |   |   |\n \nThe sudoku needs to be defined in the following way:\n```\n0 0 3 6 0 0\n0 2 0 0 0 4\n5 0 0 0 6 0\n0 3 0 0 0 5\n3 0 0 0 1 0\n0 0 1 4 0 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypedb%2Fsudoku-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypedb%2Fsudoku-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypedb%2Fsudoku-solver/lists"}