{"id":26904614,"url":"https://github.com/shikha-code36/neetcode-150-python","last_synced_at":"2025-08-14T11:39:26.839Z","repository":{"id":283235244,"uuid":"951093489","full_name":"Shikha-code36/neetcode-150-python","owner":"Shikha-code36","description":"This is for learning purpose","archived":false,"fork":false,"pushed_at":"2025-03-22T13:08:29.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T10:54:10.102Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shikha-code36.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-19T06:37:30.000Z","updated_at":"2025-03-22T13:08:33.000Z","dependencies_parsed_at":"2025-03-19T07:40:41.364Z","dependency_job_id":"2e7dcc5a-6cb5-4572-a9b2-f7d326605b40","html_url":"https://github.com/Shikha-code36/neetcode-150-python","commit_stats":null,"previous_names":["shikha-code36/neetcode-150-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shikha-code36/neetcode-150-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shikha-code36%2Fneetcode-150-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shikha-code36%2Fneetcode-150-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shikha-code36%2Fneetcode-150-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shikha-code36%2Fneetcode-150-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shikha-code36","download_url":"https://codeload.github.com/Shikha-code36/neetcode-150-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shikha-code36%2Fneetcode-150-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265742783,"owners_count":23820911,"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-04-01T10:54:13.079Z","updated_at":"2025-07-18T10:34:26.386Z","avatar_url":"https://github.com/Shikha-code36.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeetCode-150-Python\n\n## Notes for Coding Interviews\nYou can implement these solutions in your own favorite programming language.\n[NeetCode Website](https://neetcode.io/)\n\n## Data Structures and Algorithms Problems implemented in Python\nThis repository contains Python solutions to the popular \"NeetCode 150\" algorithm problems.\n\n### Topics covered:\n- [x] [Arrays and Hashing](ArraysAndHashing)\n    - [x] **Easy**\n        - [x] [Two Sum](ArraysAndHashing/Easy/1_Two_Sum.py)\n        - [x] [Contains Duplicate](ArraysAndHashing/Easy/217_Contains_Duplicate.py) \n        - [x] [Valid Anagram](ArraysAndHashing/Easy/242_Valid_Anagram.py)\n    - [x] **Medium**\n        - [x] [Group Anagrams](ArraysAndHashing/Medium/49_Group_Anagrams.py)\n        - [x] [Top K Frequent Elements](ArraysAndHashing/Medium/347_Top_K_Frequent_Elements.py)\n        - [x] [Product of Array Except Self](ArraysAndHashing/Medium/238_Product_of_Array_Except_Self.py)\n        - [x] [Encode and Decode Strings](ArraysAndHashing/Medium/271_Encode_and_Decode_Strings.py)\n        - [x] [Valid Sudoku](ArraysAndHashing/Medium/36_Valid_Sudoku.py)\n        - [x] [Longest Consecutive Sequence](ArraysAndHashing/Medium/128_Longest_Consecutive_Sequence.py)\n- [x] [Two Pointers](TwoPointers)\n    - [x] **Easy**\n        - [x] [Valid Palindrome](TwoPointers/Easy/125_Valid_Palindrome.py)\n    - [x] **Medium**\n        - [x] [Two Sum II - Input Array Is Sorted](TwoPointers/Medium/167_Two_Sum_II_Input_Array_Is_Sorted.py)\n        - [x] [3Sum](TwoPointers/Medium/15_3Sum.py)\n        - [x] [Container With Most Water](TwoPointers/Medium/11_Container_With_Most_Water.py)\n    - [x] **Hard**\n        - [x] [Trapping Rain Water](TwoPointers/Hard/42_Trapping_Rain_Water.py)\n- [x] [Stacks](Stacks)\n    - [x] **Easy**\n        - [x] [Valid Parentheses](Stacks/Easy/20_Valid_Parentheses.py)\n    - [x] **Medium**\n        - [x] [Min Stack](Stacks/Medium/155_Min_Stack.py)\n        - [x] [Evaluate Reverse Polish Notation](Stacks/Medium/150_Evaluate_Reverse_Polish_Notation.py)\n\n\nThis repository is for reference purposes. Anyone is free to use this code under the terms of the MIT License.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikha-code36%2Fneetcode-150-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshikha-code36%2Fneetcode-150-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikha-code36%2Fneetcode-150-python/lists"}