{"id":49862521,"url":"https://github.com/albersola/sudoku-solver","last_synced_at":"2026-05-14T22:03:08.123Z","repository":{"id":100824941,"uuid":"55362704","full_name":"albersola/sudoku-solver","owner":"albersola","description":"Solve sudokus in Go/C++ using backtracking.","archived":false,"fork":false,"pushed_at":"2021-08-29T11:08:24.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-13T17:28:15.550Z","etag":null,"topics":["cpp","go","golang","programming-challenges","sudoku"],"latest_commit_sha":null,"homepage":"","language":"C++","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/albersola.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-04-03T18:46:22.000Z","updated_at":"2021-08-29T11:12:12.000Z","dependencies_parsed_at":"2023-03-13T15:31:12.121Z","dependency_job_id":null,"html_url":"https://github.com/albersola/sudoku-solver","commit_stats":null,"previous_names":["albersola/sudoku-solver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/albersola/sudoku-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albersola%2Fsudoku-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albersola%2Fsudoku-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albersola%2Fsudoku-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albersola%2Fsudoku-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albersola","download_url":"https://codeload.github.com/albersola/sudoku-solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albersola%2Fsudoku-solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33045145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpp","go","golang","programming-challenges","sudoku"],"created_at":"2026-05-14T22:03:01.183Z","updated_at":"2026-05-14T22:03:08.114Z","avatar_url":"https://github.com/albersola.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sudoku-solver\n\nSimple algorithm for solving sudokus using backtracking.\n\n\u003e I love programming challenges. I developed a C++ version some years ago. Now I've added a Go version just for fun, in order to improve my coding skills.\n\n\n## Usage\n\n### Cpp\n\n```\n$ cd cpp\n$ make\n$ ./sudoku-solver \u003cinput file\u003e\n```\n\n### Go\n\n```\n$ cd go\n$ go run main.go \u003cinput file\u003e\n```\n\nThis version has unit testing, that you can run with the command `go test -v ./...`.\n\n## Input\n\nA text file sudoku where:\n- Each number is a sudoku value [1-9].\n- Nine rows, nine columns.\n- Unkown numbers are represented with 'x'.\n\nExample files:\n  - sudoku_easy.txt\n  - sudoku_hard.txt\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbersola%2Fsudoku-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbersola%2Fsudoku-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbersola%2Fsudoku-solver/lists"}