{"id":19440442,"url":"https://github.com/sahasourav17/leetcode","last_synced_at":"2025-10-08T05:09:20.401Z","repository":{"id":63897078,"uuid":"525772586","full_name":"sahasourav17/LeetCode","owner":"sahasourav17","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-11T14:52:04.000Z","size":2385,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T08:43:54.983Z","etag":null,"topics":["array","dynamic-programming","graph","greedy-algorithms","interview-preparation","leetcode-python","leetcode-solutions","linked-list","problem-solving"],"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/sahasourav17.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-08-17T12:04:32.000Z","updated_at":"2025-06-11T14:52:07.000Z","dependencies_parsed_at":"2024-06-15T15:35:17.068Z","dependency_job_id":"bc2a4636-9a07-40f0-bfef-b359af0b255a","html_url":"https://github.com/sahasourav17/LeetCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sahasourav17/LeetCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahasourav17%2FLeetCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahasourav17%2FLeetCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahasourav17%2FLeetCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahasourav17%2FLeetCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahasourav17","download_url":"https://codeload.github.com/sahasourav17/LeetCode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahasourav17%2FLeetCode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891753,"owners_count":26063858,"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-10-08T02:00:06.501Z","response_time":56,"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":["array","dynamic-programming","graph","greedy-algorithms","interview-preparation","leetcode-python","leetcode-solutions","linked-list","problem-solving"],"created_at":"2024-11-10T15:29:21.924Z","updated_at":"2025-10-08T05:09:20.376Z","avatar_url":"https://github.com/sahasourav17.png","language":"Python","readme":"# Solutions of LeetCode Problems\n\n## **Solved Problems of LeetCode Top Interview 150**\n\n- [88. Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/) | [Solution](./Top%20Interview%20150/0088-merge-sorted-array.py)\n\n- [26. Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/) | [Solution](./Top%20Interview%20150/0026-remove-duplicates-from-sorted-array.py)\n\n- [27. Remove Element](https://leetcode.com/problems/remove-element/) | [Solution](./Top%20Interview%20150/0027-remove-element.py)\n\n## **Solved Blind 75 Questions:**\n\n**Array**\n\n- [Two sum](https://leetcode.com/problems/two-sum/)\n- [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)\n- [Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/)\n- [Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/)\n\n**Binary**\n\n- [Sum of Two Intergers](https://leetcode.com/problems/sum-of-two-integers/)\n\n**Dynamic Programming**\n\n- [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/)\n\n**Graph**\n\n- [Number of Islands](https://leetcode.com/problems/number-of-islands/)\n- [Clone Graph](https://leetcode.com/problems/clone-graph/description/)\n- [Course Schedule](https://leetcode.com/problems/course-schedule/description/)\n\n**Linked List**\n\n- [Reverse a Linked List](https://leetcode.com/problems/reverse-linked-list/)\n- [Detect Cycle in a Linked List](https://leetcode.com/problems/linked-list-cycle/)\n- [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/)\n- [Reorder List](https://leetcode.com/problems/reorder-list/)\n- [Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/)\n\n**Matrix**\n\n- [Set Matrix Zeros](https://leetcode.com/problems/set-matrix-zeroes/)\n- [Spiral Matrix](https://leetcode.com/problems/spiral-matrix/)\n- [Rotate Image](https://leetcode.com/problems/rotate-image/)\n- [Word Search](https://leetcode.com/problems/word-search/)\n\n**String**\n\n- [Valid Anagram](https://leetcode.com/problems/valid-anagram/)\n- [Valid Parenthese](https://leetcode.com/problems/valid-parentheses/)\n- [Valid Palindrome](https://leetcode.com/problems/valid-palindrome/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahasourav17%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahasourav17%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahasourav17%2Fleetcode/lists"}