{"id":26844836,"url":"https://github.com/muhammadabdi42/sudoku-solver-with-backtracking-algorithm","last_synced_at":"2025-07-25T14:15:49.436Z","repository":{"id":276550199,"uuid":"929600896","full_name":"MuhammadAbdi42/Sudoku-Solver-With-Backtracking-Algorithm","owner":"MuhammadAbdi42","description":"A simple console app written with C# for solving 9x9 and 16x16 sudokus using backtracking algorithm","archived":false,"fork":false,"pushed_at":"2025-02-19T16:38:48.000Z","size":343,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T19:36:33.483Z","etag":null,"topics":["algorithm","console","csharp"],"latest_commit_sha":null,"homepage":"","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/MuhammadAbdi42.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":"2025-02-08T23:21:06.000Z","updated_at":"2025-02-27T10:43:04.000Z","dependencies_parsed_at":"2025-03-30T19:31:39.482Z","dependency_job_id":"cbf3301d-ae8d-48f4-9753-7fafc1c2c611","html_url":"https://github.com/MuhammadAbdi42/Sudoku-Solver-With-Backtracking-Algorithm","commit_stats":null,"previous_names":["muhammadabdi42/sudoku-solver-with-backtracking-algorithm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuhammadAbdi42/Sudoku-Solver-With-Backtracking-Algorithm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadAbdi42%2FSudoku-Solver-With-Backtracking-Algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadAbdi42%2FSudoku-Solver-With-Backtracking-Algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadAbdi42%2FSudoku-Solver-With-Backtracking-Algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadAbdi42%2FSudoku-Solver-With-Backtracking-Algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhammadAbdi42","download_url":"https://codeload.github.com/MuhammadAbdi42/Sudoku-Solver-With-Backtracking-Algorithm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadAbdi42%2FSudoku-Solver-With-Backtracking-Algorithm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267018784,"owners_count":24022327,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"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":["algorithm","console","csharp"],"created_at":"2025-03-30T19:31:33.116Z","updated_at":"2025-07-25T14:15:49.396Z","avatar_url":"https://github.com/MuhammadAbdi42.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/MuhammadAbdi42/Sudoku-Solver-With-Backtracking-Algorithm/blob/main/Showcase%20Gif.gif\" alt=\"Sudoku Solver Showcase Gif\"/\u003e\n\u003c/p\u003e\n\n# Sudoku Solver\n\nA C# implementation of a Sudoku solver using the **Backtracking Algorithm**. This solver supports both **9x9** and **16x16** Sudoku puzzles.\n\n## Features\n- Solves standard **9x9** and extended **16x16** Sudoku puzzles.\n- Implements **Backtracking Algorithm** for efficient solving.\n- Written in **C#** with a clean and simple structure.\n\n## Installation\n1. Clone the repository:\n   ```\n   git clone https://github.com/MuhammadAbdi42/Sudoku-Solver-With-Backtracking-Algorithm\n   ```\n2. Open the project in **Visual Studio** or any C# IDE of your choice.\n3. Build and run the application.\n\n## Usage\n- Provide an input Sudoku puzzle (9x9 or 16x16) with the sudoku editor inside the app.\n- The solver will find and display the solution if it exists.\n\n## How It Works\n1. The **Backtracking Algorithm** recursively places numbers in empty cells.\n2. It ensures that each placed number follows Sudoku rules:\n   - Each row must contain unique numbers.\n   - Each column must contain unique numbers.\n   - Each sub-grid must contain unique numbers.\n3. If a number placement is invalid, it backtracks and tries a different number.\n4. The process continues until the board is solved.\n\n## Contributing\nFeel free to fork the repository, create a new branch, and submit a pull request with improvements or new features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadabdi42%2Fsudoku-solver-with-backtracking-algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammadabdi42%2Fsudoku-solver-with-backtracking-algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadabdi42%2Fsudoku-solver-with-backtracking-algorithm/lists"}