{"id":16392104,"url":"https://github.com/imdeepmind/leetcodesolutions","last_synced_at":"2026-06-20T11:32:19.024Z","repository":{"id":111623563,"uuid":"458881682","full_name":"imdeepmind/LeetCodeSolutions","owner":"imdeepmind","description":"Leet Code solutions","archived":false,"fork":false,"pushed_at":"2026-03-30T14:01:11.000Z","size":924,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-30T15:24:59.737Z","etag":null,"topics":[],"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/imdeepmind.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-13T17:32:36.000Z","updated_at":"2026-03-30T14:01:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2a9b495-5fce-4b27-a271-1cd43ce05616","html_url":"https://github.com/imdeepmind/LeetCodeSolutions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imdeepmind/LeetCodeSolutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeepmind%2FLeetCodeSolutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeepmind%2FLeetCodeSolutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeepmind%2FLeetCodeSolutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeepmind%2FLeetCodeSolutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imdeepmind","download_url":"https://codeload.github.com/imdeepmind/LeetCodeSolutions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeepmind%2FLeetCodeSolutions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34568741,"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-20T02:00:06.407Z","response_time":98,"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-10-11T04:48:33.430Z","updated_at":"2026-06-20T11:32:19.018Z","avatar_url":"https://github.com/imdeepmind.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCodeSolutions\nLeet Code solutions\n\n\u003c!---LeetCode Topics Start--\u003e\n# LeetCode Topics\n## Array\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [0001-two-sum](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0001-two-sum/) | Easy |\n| [0217-contains-duplicate](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0217-contains-duplicate/) | Easy |\n| [0463-island-perimeter](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0463-island-perimeter/) | Easy |\n| [0953-verifying-an-alien-dictionary](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0953-verifying-an-alien-dictionary/) | Easy |\n| [0997-find-the-town-judge](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0997-find-the-town-judge/) | Easy |\n| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |\n| [1929-concatenation-of-array](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1929-concatenation-of-array/) | Easy |\n## Simulation\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [1929-concatenation-of-array](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1929-concatenation-of-array/) | Easy |\n## Hash Table\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [0001-two-sum](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0001-two-sum/) | Easy |\n| [0217-contains-duplicate](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0217-contains-duplicate/) | Easy |\n| [0242-valid-anagram](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0242-valid-anagram/) | Easy |\n| [0953-verifying-an-alien-dictionary](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0953-verifying-an-alien-dictionary/) | Easy |\n| [0997-find-the-town-judge](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0997-find-the-town-judge/) | Easy |\n## Sorting\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [0217-contains-duplicate](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0217-contains-duplicate/) | Easy |\n| [0242-valid-anagram](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0242-valid-anagram/) | Easy |\n## String\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [0242-valid-anagram](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0242-valid-anagram/) | Easy |\n| [0953-verifying-an-alien-dictionary](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0953-verifying-an-alien-dictionary/) | Easy |\n## Math\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |\n## Backtracking\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |\n## Bit Manipulation\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |\n## Combinatorics\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |\n## Enumeration\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |\n## Depth-First Search\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [0463-island-perimeter](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0463-island-perimeter/) | Easy |\n## Breadth-First Search\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [0463-island-perimeter](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0463-island-perimeter/) | Easy |\n## Matrix\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [0463-island-perimeter](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0463-island-perimeter/) | Easy |\n## Graph Theory\n| Problem Name | Difficulty |\n| ------- | ------- |\n| [0997-find-the-town-judge](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0997-find-the-town-judge/) | Easy |\n\u003c!---LeetCode Topics End--\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdeepmind%2Fleetcodesolutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimdeepmind%2Fleetcodesolutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdeepmind%2Fleetcodesolutions/lists"}