{"id":16590205,"url":"https://github.com/okelleydevelopment/rusty_sudoku","last_synced_at":"2025-10-16T14:25:12.238Z","repository":{"id":112586322,"uuid":"283838275","full_name":"OkelleyDevelopment/rusty_sudoku","owner":"OkelleyDevelopment","description":"A Sudoku solver that is a little rusty","archived":false,"fork":false,"pushed_at":"2021-04-27T17:37:11.000Z","size":43,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T23:06:53.892Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OkelleyDevelopment.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}},"created_at":"2020-07-30T17:35:55.000Z","updated_at":"2021-10-28T04:33:19.000Z","dependencies_parsed_at":"2023-05-16T18:15:48.554Z","dependency_job_id":null,"html_url":"https://github.com/OkelleyDevelopment/rusty_sudoku","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/OkelleyDevelopment%2Frusty_sudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2Frusty_sudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2Frusty_sudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2Frusty_sudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OkelleyDevelopment","download_url":"https://codeload.github.com/OkelleyDevelopment/rusty_sudoku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242213326,"owners_count":20090688,"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-11T23:11:26.101Z","updated_at":"2025-10-16T14:25:07.210Z","avatar_url":"https://github.com/OkelleyDevelopment.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Rusty Sudoku Solver\n\n![Project Title](./utils/project_title.png)\n\n## Motivation\n\nHaving a decent understanding of backtracking algorithms, I wanted to revisit\nthis project with the more secure systems language.  \nThis project allowed me to gain more experience with file I/O, gathering user\ninput, and handling backtracking algorithms.\n\n## Prerequisites\n\n1. Have GIT version control installed\n2. Have Rust installed, can install [here](https://doc.rust-lang.org/book/ch01-01-installation.html)\n3. Clone this repo\n\n```bash\ngit clone https://github.com/OkelleyDevelopment/rusty_sudoku.git\n```\n\n## Program Compilation and Execution\n\n1. Inside the project `src/` directory, run the command:\n\n```bash\ncargo run\n```\n\n2. Input the name of a sudoku board found in `./src/unsolved`\n3. If possible to be solved, the user will be prompted for an output file.\n   `\u003cyour file name here\u003e.txt`. Make sure to include the file extension.\n\n## Known Bugs\n\nAt this time, no known bugs are present.\n\n## Future Goals\n\n- Revisit to optimize\n- Improved backtracking algorithm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokelleydevelopment%2Frusty_sudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokelleydevelopment%2Frusty_sudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokelleydevelopment%2Frusty_sudoku/lists"}