{"id":28276419,"url":"https://github.com/fuhsnn/c23doku","last_synced_at":"2026-04-26T08:38:50.012Z","repository":{"id":251086000,"uuid":"836312768","full_name":"fuhsnn/c23doku","owner":"fuhsnn","description":"Arbitrary-size Sudoku solver written in C23/C2Y to explore latest C language features","archived":false,"fork":false,"pushed_at":"2025-09-15T16:34:38.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T18:24:51.254Z","etag":null,"topics":["c","c23","c2y","sudoku","sudoku-solver"],"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/fuhsnn.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-31T15:23:18.000Z","updated_at":"2025-09-15T16:34:41.000Z","dependencies_parsed_at":"2025-09-15T18:14:13.690Z","dependency_job_id":"8edea0a4-0fc6-4213-a37f-3f2953089f1d","html_url":"https://github.com/fuhsnn/c23doku","commit_stats":null,"previous_names":["fuhsnn/c23doku"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fuhsnn/c23doku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuhsnn%2Fc23doku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuhsnn%2Fc23doku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuhsnn%2Fc23doku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuhsnn%2Fc23doku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuhsnn","download_url":"https://codeload.github.com/fuhsnn/c23doku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuhsnn%2Fc23doku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32291336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","c23","c2y","sudoku","sudoku-solver"],"created_at":"2025-05-21T05:10:36.093Z","updated_at":"2026-04-26T08:38:50.004Z","avatar_url":"https://github.com/fuhsnn.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"A set of amateur Sudoku solvers implemented with features from C23 and C2Y standard.\n - `brute_force.c`: Use `_BitInt()` to encode constraints of the entire board in a single integer.\n - `graph_color.c`: Use `\u003cstdbit.h\u003e` to decode constraint bitmasks of each cell.\n - `16x16_embed/puzzle.h`: Use `#embed` to load board in a file in compile-time.\n - `_c2y.c` variants: `if` declaration and named loop.\n\nSubgrid can be any rectangular as long as `(X*Y)\u003c=61`, board size is implicitly `(X*Y)*(Y*X)`.\n\n## Building\n\n`cc -O2 -std=c23 {pick-algo}.c -I ./{pick-board} -o out \u0026\u0026 ./out`\n\nCompiler/libc requirements:\n - `\u003cstdbit.h\u003e`: `glibc` v2.39+\n - C23 features: `gcc-14(#embed needs 15)`, `clang-19`, `kefir 0.5`, `slimcc`\n - C2Y `if` declaration and named loop: `gcc-15`, `slimcc`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuhsnn%2Fc23doku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuhsnn%2Fc23doku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuhsnn%2Fc23doku/lists"}