{"id":19151132,"url":"https://github.com/ahmed7am1d/sudokupuzzlesolver","last_synced_at":"2026-06-23T05:31:38.135Z","repository":{"id":152095737,"uuid":"458648000","full_name":"ahmed7am1d/SudokuPuzzleSolver","owner":"ahmed7am1d","description":"(Interview task) C# Windows Form Application that solves the Sudoku Puzzle using the backtrack algorithm ","archived":false,"fork":false,"pushed_at":"2022-02-13T03:28:47.000Z","size":1601,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T20:47:39.801Z","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/ahmed7am1d.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":"2022-02-12T21:52:31.000Z","updated_at":"2022-02-12T22:06:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"44ce2ede-cd3a-4526-96b3-5f5d7b9b65c4","html_url":"https://github.com/ahmed7am1d/SudokuPuzzleSolver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmed7am1d/SudokuPuzzleSolver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed7am1d%2FSudokuPuzzleSolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed7am1d%2FSudokuPuzzleSolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed7am1d%2FSudokuPuzzleSolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed7am1d%2FSudokuPuzzleSolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmed7am1d","download_url":"https://codeload.github.com/ahmed7am1d/SudokuPuzzleSolver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed7am1d%2FSudokuPuzzleSolver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34677382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2024-11-09T08:13:56.765Z","updated_at":"2026-06-23T05:31:38.118Z","avatar_url":"https://github.com/ahmed7am1d.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"SudokuPuzzleSolver\n![GitHub all releases](https://img.shields.io/github/downloads/ahmed7am1d/SudokuPuzzleSolver/total?logo=GitHub\u0026style=flat-square)\n### \u003cspan style=\"color:blue\"\u003eDescription of the App:\u003c/span\u003e\nI was asked to code a Windows form app that solves the Sudoku Puzzle.\nIn Other word it is C# Windows Form Application that solves the Sudoku Puzzle using the backtrack algorithm.\n\n* **Description of the main functionality:**\n  * Uploading a sudoku puzzle txt file (9 x 9)\n  * Solve the puzzle in a small amount of time using Backtrack algorithm instead of naive algorithm\n  * Greate time complexity because we are avoiding the worst case of naive algroithm which is 9^81 (all possible solutions)\n  \n* **What is used in the app ? **\n  * Simple OOP Principle as Services for solving the Puzzle\n  * Concept of Dependency injection between the Form and Services  \n  * .NET Windows Form\n  * MetroModernUI Library for nice UI  \n  \n  \n* **Condtions for a proprer solution:**\n  * Upload a file from the puzzl files where:\n \t * Empty spaces (puzzle square) represtented by 0  \n  \t * each 9 numbers in one line represent a row\n  \t * we should have 9 lines (each line contain 9 numbers) (so we get 9 x 9)\n  * Direct Executable file is inside the bin folder in the source code or at the root of the folder \n  \n* **Screenshot of the internal app after building:**\n\u003cimg src=\"ApplicationScreenShots/BeforeSolving.png\" width=\"700\"\u003e\u003c/img\u003e\n\u003cimg src=\"ApplicationScreenShots/AfterSolving.png\" width=\"700\"\u003e\u003c/img\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed7am1d%2Fsudokupuzzlesolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmed7am1d%2Fsudokupuzzlesolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed7am1d%2Fsudokupuzzlesolver/lists"}