{"id":16590194,"url":"https://github.com/okelleydevelopment/sudokusolver","last_synced_at":"2026-04-20T00:09:08.596Z","repository":{"id":112586501,"uuid":"274557666","full_name":"OkelleyDevelopment/SudokuSolver","owner":"OkelleyDevelopment","description":"Reinforcing Backtracking with the program being completed in C","archived":false,"fork":false,"pushed_at":"2020-07-15T07:06:08.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T23:06:53.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/OkelleyDevelopment.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":"2020-06-24T02:39:03.000Z","updated_at":"2021-04-25T22:41:15.000Z","dependencies_parsed_at":"2023-05-16T18:30:27.437Z","dependency_job_id":null,"html_url":"https://github.com/OkelleyDevelopment/SudokuSolver","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%2FSudokuSolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2FSudokuSolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2FSudokuSolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2FSudokuSolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OkelleyDevelopment","download_url":"https://codeload.github.com/OkelleyDevelopment/SudokuSolver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242213324,"owners_count":20090687,"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:19.087Z","updated_at":"2026-04-20T00:09:08.564Z","avatar_url":"https://github.com/OkelleyDevelopment.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku Solver\n![Program Function](./utils/main.png)\n## Motivation\nTo build a program that can attempt to solve any sudoku board specified \nby the user using a backtracking algorithm and then write the output\nto a specified file. \n\nThis is an implementation of my original python project \nand has helped strengthen my C programming skills \nas well as further reinforcing the process of setting up a backtracking\nalgorithm.\n\n## Program Execution\n1. Clone this repo by running this command in the terminal\n    ```\n    git clone https://github.com/OkelleyDevelopment/SudokuSolver.git\n    ```\n\n2. Compile by running the command\n    ```\n    gcc sudoku.c -o Sudoku\n    ```\n\n3. Run the program by typing this command\n    ```\n    ./Sudoku \u003cinput file\u003e \u003coutput file\u003e\n    ```\n\n## Known errors\nAt the time of pushing these readme changes, the program \nfunctions as exepected.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokelleydevelopment%2Fsudokusolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokelleydevelopment%2Fsudokusolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokelleydevelopment%2Fsudokusolver/lists"}