{"id":25623491,"url":"https://github.com/albertkarapetyan/leet-code","last_synced_at":"2026-06-20T06:31:45.036Z","repository":{"id":277724735,"uuid":"933295497","full_name":"AlbertKarapetyan/leet-code","owner":"AlbertKarapetyan","description":"The repository 'leet-code' offers solutions to various LeetCode problems, including an optimized algorithm. The project features well-documented code, unit tests for validation, and supports Python 3.6 or higher. Users can clone the repository to explore and utilize the solutions.","archived":false,"fork":false,"pushed_at":"2025-04-06T16:26:26.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:29:02.868Z","etag":null,"topics":["algorithms-and-data-structures","binary-search","collections","combination-sum","combinations","leetcode","leetcode-python","leetcode-solutions","leetcode-solutions-python","max-vowels","merge-two-sorted-arrays","permutations-and-combinations","punishment-number-problem","punishments","roman-numerals","roman-to-integer","rotated-sorted-array","sorted-linked-list","two-sum-problem","unittesting"],"latest_commit_sha":null,"homepage":"","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/AlbertKarapetyan.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-15T16:11:21.000Z","updated_at":"2025-04-06T16:26:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b25ce55-b0c9-409d-b23c-d4f5d4345b3c","html_url":"https://github.com/AlbertKarapetyan/leet-code","commit_stats":null,"previous_names":["albertkarapetyan/leet-code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlbertKarapetyan/leet-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertKarapetyan%2Fleet-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertKarapetyan%2Fleet-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertKarapetyan%2Fleet-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertKarapetyan%2Fleet-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlbertKarapetyan","download_url":"https://codeload.github.com/AlbertKarapetyan/leet-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertKarapetyan%2Fleet-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34560265,"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":["algorithms-and-data-structures","binary-search","collections","combination-sum","combinations","leetcode","leetcode-python","leetcode-solutions","leetcode-solutions-python","max-vowels","merge-two-sorted-arrays","permutations-and-combinations","punishment-number-problem","punishments","roman-numerals","roman-to-integer","rotated-sorted-array","sorted-linked-list","two-sum-problem","unittesting"],"created_at":"2025-02-22T11:38:51.647Z","updated_at":"2026-06-20T06:31:45.022Z","avatar_url":"https://github.com/AlbertKarapetyan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode Solutions\n\nThis repository contains my solutions to various LeetCode problems. Each solution is implemented with a focus on efficiency and clarity. Below are the problems currently included in this repository.\n\n## Problems Solved\n\n- 1. [Two Sum](./two_sum/description.md)\n- 2. [Punishment Number Calculation](./punishment_number/description.md)\n- 3. [Roman to Integer](./roman_to_int/description.md)\n- 4. [Combination Sum](./combination_sum/description.md)\n- 5. [Find Minimum in Rotated Sorted Array](./find_minimum/description.md)\n- 6. [Merge Two Sorted Linked Lists](./merge_two_lists/description.md)\n- 7. [Maximum Number of Vowels in a Substring of Given Length](./max_vowels/description.md)\n- 8. [Letter Tile Possibilities](./num_tile_possibilities/description.md)\n- 9. [Group Anagrams](./group_anagrams/description.md)\n- 10. [Remove Duplicates from Sorted Array](./remove_duplicates/description.md)\n- 11. [Remove Element](./remove_element/description.md)\n- 12. [Search Insert Position](./search_insert/description.md)\n- 13. [Subsets](./sub_sets/description.md)\n- 14. [Bus Routes](./bus_routes/description.md)\n- 15. [Find the Index of the First Occurrence in a String](./find_the_index/description.md)\n- 16. [Length of Last Word](./length_last_word/description.md)\n\n## How to Use\n\n### Clone the repository:\n   ```bash\n   git clone https://github.com/AlbertKarapetyan/leet-code.git\n   cd leet-code\n```\n\n## Unit Tests\n\nEach solution includes `unit tests` to verify correctness. \nYou can run the tests using:\n\n```bash\npython -m unittest\n```\n\n## Stay Updated\n\nI will be adding more and more problem solutions very often. Subscribe to get the latest updates!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertkarapetyan%2Fleet-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertkarapetyan%2Fleet-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertkarapetyan%2Fleet-code/lists"}