{"id":22812175,"url":"https://github.com/pantelwar/daily-practice-color-theorem","last_synced_at":"2025-08-11T02:08:30.910Z","repository":{"id":144311090,"uuid":"217116839","full_name":"Pantelwar/daily-practice-color-theorem","owner":"Pantelwar","description":"Solve for number of possible combinations for color theorem","archived":false,"fork":false,"pushed_at":"2019-10-24T07:22:01.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T21:32:32.505Z","etag":null,"topics":["algorithm-challenges","algorithms","color-theorem"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Pantelwar.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":"2019-10-23T17:37:07.000Z","updated_at":"2019-10-28T11:41:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e4c06b9-e69e-413f-af79-4731f949c9db","html_url":"https://github.com/Pantelwar/daily-practice-color-theorem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pantelwar/daily-practice-color-theorem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pantelwar%2Fdaily-practice-color-theorem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pantelwar%2Fdaily-practice-color-theorem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pantelwar%2Fdaily-practice-color-theorem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pantelwar%2Fdaily-practice-color-theorem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pantelwar","download_url":"https://codeload.github.com/Pantelwar/daily-practice-color-theorem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pantelwar%2Fdaily-practice-color-theorem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269819032,"owners_count":24480087,"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-08-11T02:00:10.019Z","response_time":75,"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-challenges","algorithms","color-theorem"],"created_at":"2024-12-12T12:11:00.773Z","updated_at":"2025-08-11T02:08:30.902Z","avatar_url":"https://github.com/Pantelwar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# daily-practice-color-theorem\n\n\u003ch1\u003eColor Theorem\u003c/h1\u003e\n\n\u003ch4\u003eProblem:\u003c/h4\u003e\n    \u003cp\u003eTo fill the area with the colors in such a way that the adjacent areas should \n    not have the same color using color theorem.\u003c/p\u003e\n\n\u003ch4\u003eInputs:\u003c/h4\u003e\n    \u003cp\u003eAreas = [\"A1\", \"A2\", \"A3\", \"A4\", \"A5\", \"A6\", \"A7\", \"A8\", \"A9\"] // a total of 9 Areas\u003c/p\u003e\n    \u003cp\u003eAdjancentPairs = [\n                    [\"A4\", \"A1\"], [\"A4\", \"A2\"], [\"A4\", \"A7\"], [\"A4\", \"A5\"],\n                    [\"A4\", \"A3\"], [\"A4\", \"A6\"],\n                    [\"A1\", \"A2\"], [\"A1\", \"A6\"],\n                    [\"A5\", \"A6\"], [\"A5\", \"A3\"],\n                    [\"A3\", \"A7\"], [\"A3\", \"A2\"],\n                    [\"A2\", \"A7\"], [\"A2\", \"A6\"],\n                    [\"A8\", \"A2\"], [\"A8\", \"A3\"],\n                    [\"A9\", \"A5\"], [\"A9\", \"A6\"], [\"A9\", \"A2\"], [\"A9\", \"A8\"]\n                ]\u003c/p\u003e\n    \u003cp\u003eColorsUsed = [\"G\", \"Y\", \"B\", \"O\"] //Green, Yellow, Blue, Orange \u003c/p\u003e\n\n\u003ch4\u003eProgramming languages:\u003c/h4\u003e\n    \u003cp\u003ePython, JS, Golang, Java\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpantelwar%2Fdaily-practice-color-theorem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpantelwar%2Fdaily-practice-color-theorem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpantelwar%2Fdaily-practice-color-theorem/lists"}