{"id":28307250,"url":"https://github.com/abdo-essam/sudokucheckerusingtdd","last_synced_at":"2025-07-29T19:34:19.840Z","repository":{"id":285748562,"uuid":"959202147","full_name":"abdo-essam/SudokuCheckerUsingTDD","owner":"abdo-essam","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-04T21:33:35.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T15:53:17.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/abdo-essam.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,"zenodo":null}},"created_at":"2025-04-02T12:27:41.000Z","updated_at":"2025-04-04T21:53:02.000Z","dependencies_parsed_at":"2025-04-02T13:38:04.972Z","dependency_job_id":"c8e646c7-ee0e-4296-be4b-cae66e95dedc","html_url":"https://github.com/abdo-essam/SudokuCheckerUsingTDD","commit_stats":null,"previous_names":["abdo-essam/sudokuchecker","abdo-essam/sudokucheckerusingtdd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abdo-essam/SudokuCheckerUsingTDD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2FSudokuCheckerUsingTDD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2FSudokuCheckerUsingTDD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2FSudokuCheckerUsingTDD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2FSudokuCheckerUsingTDD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdo-essam","download_url":"https://codeload.github.com/abdo-essam/SudokuCheckerUsingTDD/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2FSudokuCheckerUsingTDD/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260944601,"owners_count":23086841,"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":"2025-05-24T05:11:35.056Z","updated_at":"2025-07-29T19:34:19.735Z","avatar_url":"https://github.com/abdo-essam.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku Validator\nA Kotlin implementation of a Sudoku board validator with optimized O(n²) time complexity.\n\n## Overview\nThis validator checks if a given Sudoku board is valid according to standard Sudoku rules. It performs three main validations:\n1. Board dimensions\n2. Character validity\n3. Row, column, and box uniqueness\n\n## Implementation\n\n### Time Complexity\n- Original: O(3n²) - separate passes for rows, columns, and boxes\n- Optimized: O(n²) - single pass combining all checks\n\n| Flowchart |\n|---|\n| \u003cimg src=\"isSudokuValid.drawio.png\"\u003e \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdo-essam%2Fsudokucheckerusingtdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdo-essam%2Fsudokucheckerusingtdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdo-essam%2Fsudokucheckerusingtdd/lists"}