{"id":16184365,"url":"https://github.com/mattmezza/sudokupy","last_synced_at":"2025-04-07T12:46:30.498Z","repository":{"id":79954593,"uuid":"63495591","full_name":"mattmezza/sudokupy","owner":"mattmezza","description":"Solve any sudoku, rapidly with 🐍","archived":false,"fork":false,"pushed_at":"2016-07-16T17:58:00.000Z","size":2978,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T15:36:34.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mattmezza.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":"2016-07-16T17:54:35.000Z","updated_at":"2019-02-05T10:48:42.000Z","dependencies_parsed_at":"2023-05-24T12:45:38.101Z","dependency_job_id":null,"html_url":"https://github.com/mattmezza/sudokupy","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/mattmezza%2Fsudokupy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fsudokupy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fsudokupy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fsudokupy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmezza","download_url":"https://codeload.github.com/mattmezza/sudokupy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247656074,"owners_count":20974292,"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-10T07:09:57.176Z","updated_at":"2025-04-07T12:46:30.477Z","avatar_url":"https://github.com/mattmezza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sudoku solver\n=========\n\nGimme any 81 digits sequence that represents a sudoku and I will solve it!\n\n`python driver.py some_sudokus.txt nakedtriple` is the command to run to start solving every sudoku into `some_sudokus.txt` file. Optionally, you can add a last parameter to the list to obtain a verbose logging (add `True` if you want so).\n\nthe second parameter is the type of solver chosen, you can choose among:\n\n- **standard**: a normal search problem implementation with backtrack;\n- **better**: an improved version of the above method;\n- **minimum**: a solver that implements the above improvements and the minimum value technique;\n- **nakedtwins**: a solver that implements all the above improvements plus the naked twins technique to reduce the number of backtrack call;\n- **nakedtriple**: a faster-super-dupy-fast version using (in addition to the above mentioned techniques) the naked triple method.\n\n### TODOs\n- [ ] improve command line interface\n- [ ] write some info and documentation with regards to the techniques used\n- [ ] packetize the software in a python module to easily install \u0026 import\n- [ ] using multiple thread at sudoku list level and at sudoku level\n- [ ] find the hardest sudoku ever!!!\n\n\nThe repo comes with a `some_sudokus.txt` database of more than 10k sudokus I have taken from the web and around (also on newspaper).\n\nMIT Licensed © Matteo Merola 2016\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Fsudokupy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmezza%2Fsudokupy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Fsudokupy/lists"}