{"id":23235761,"url":"https://github.com/billmeyer/solve-sudoku","last_synced_at":"2025-04-05T20:34:50.814Z","repository":{"id":255809032,"uuid":"831411544","full_name":"billmeyer/solve-sudoku","owner":"billmeyer","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-20T13:24:15.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T20:57:27.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/billmeyer.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":"2024-07-20T13:23:56.000Z","updated_at":"2024-07-20T13:24:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e3820f4-bc6d-4ae8-a161-63152d894afb","html_url":"https://github.com/billmeyer/solve-sudoku","commit_stats":null,"previous_names":["billmeyer/solve-sudoku"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billmeyer%2Fsolve-sudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billmeyer%2Fsolve-sudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billmeyer%2Fsolve-sudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billmeyer%2Fsolve-sudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billmeyer","download_url":"https://codeload.github.com/billmeyer/solve-sudoku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399889,"owners_count":20932876,"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-12-19T03:29:29.315Z","updated_at":"2025-04-05T20:34:50.794Z","avatar_url":"https://github.com/billmeyer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Puzzle 8: You Won't Want to Play Sudoku Again\n\nProgram to solve a Sudoku puzzle.\n\nAdopted original program from **Programming For The Puzzled** by Prof. Srini Devadas rewritten in [**Go**](https://go.dev/).\n\nSee https://ocw.mit.edu/courses/6-s095-programming-for-the-puzzled-january-iap-2018/pages/puzzle-8-you-wont-want-to-play-sudoku-again/ for original Python code.\n\nRun using:\n\n```bash\ngo run cmd/solve-sudoku.go\n```\n\nOutput:\n\n```bash\nStarting Puzzle\n===============\n[0 0 6] [7 8 0] [0 0 0]\n[0 8 5] [0 0 4] [0 0 0]\n[0 0 0] [0 0 0] [8 0 9]\n\n[6 0 0] [3 0 2] [4 0 0]\n[3 5 0] [0 1 0] [0 2 7]\n[0 0 1] [6 0 7] [0 0 5]\n\n[9 0 2] [0 0 0] [0 0 0]\n[0 0 0] [4 0 0] [2 1 0]\n[0 0 0] [0 7 1] [9 0 0]\n\nSolution\n===============\n[1 9 6] [7 8 3] [5 4 2]\n[7 8 5] [9 2 4] [1 3 6]\n[2 4 3] [1 6 5] [8 7 9]\n\n[6 7 9] [3 5 2] [4 8 1]\n[3 5 4] [8 1 9] [6 2 7]\n[8 2 1] [6 4 7] [3 9 5]\n\n[9 1 2] [5 3 8] [7 6 4]\n[5 3 7] [4 9 6] [2 1 8]\n[4 6 8] [2 7 1] [9 5 3]\nBacktracks = 1211\ncpu time: 163.292µs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillmeyer%2Fsolve-sudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillmeyer%2Fsolve-sudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillmeyer%2Fsolve-sudoku/lists"}