{"id":24829191,"url":"https://github.com/yashitanamdeo/leetcode","last_synced_at":"2026-03-04T21:34:46.477Z","repository":{"id":41863152,"uuid":"408927712","full_name":"yashitanamdeo/leetcode","owner":"yashitanamdeo","description":"My leetcode solutions","archived":false,"fork":false,"pushed_at":"2023-01-11T17:34:38.000Z","size":266,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T02:33:02.408Z","etag":null,"topics":["leetcode","leetcode-practice","leetcode-preparation","leetcode-python","leetcode-python-solutions","leetcode-solutions","python","python3"],"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/yashitanamdeo.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}},"created_at":"2021-09-21T18:15:23.000Z","updated_at":"2025-01-17T08:06:32.000Z","dependencies_parsed_at":"2023-02-09T04:00:39.061Z","dependency_job_id":null,"html_url":"https://github.com/yashitanamdeo/leetcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yashitanamdeo/leetcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashitanamdeo%2Fleetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashitanamdeo%2Fleetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashitanamdeo%2Fleetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashitanamdeo%2Fleetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yashitanamdeo","download_url":"https://codeload.github.com/yashitanamdeo/leetcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashitanamdeo%2Fleetcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30094000,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T20:42:30.420Z","status":"ssl_error","status_checked_at":"2026-03-04T20:42:30.057Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["leetcode","leetcode-practice","leetcode-preparation","leetcode-python","leetcode-python-solutions","leetcode-solutions","python","python3"],"created_at":"2025-01-30T23:04:28.943Z","updated_at":"2026-03-04T21:34:46.444Z","avatar_url":"https://github.com/yashitanamdeo.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e \n\u003ca href= \"https://leetcode.com/yashitanamdeo/\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/49322948/150185385-9e463109-24ef-4c01-9ebf-7b7d57d8cf18.png\" width=\"450\" height=\"auto/\"/\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n\n[![Solved](https://img.shields.io/badge/Solved-191/2255-337ab7.svg?style=flat)](https://github.com/yashitanamdeo/leetcode)\n[![Easy](https://img.shields.io/badge/Easy-80-5cb85c.svg?style=flat)](https://github.com/yashitanamdeo/leetcode/tree/main/Easy)\n[![Medium](https://img.shields.io/badge/Medium-56-f0ad4e.svg?style=flat)](https://github.com/yashitanamdeo/leetcode/tree/main/Medium)\n[![Hard](https://img.shields.io/badge/Hard-12-d9534f.svg?style=flat)](https://github.com/yashitanamdeo/leetcode/tree/main/Hard)\n\u003c/br\u003e\n[![Languages](https://img.shields.io/badge/Languages-Python-red.svg?style=flat)](https://github.com/yashitanamdeo/leetcode)\n[![Author](https://img.shields.io/badge/Author-Yashita%20Namdeo-blue.svg?style=flat)](https://leetcode.com/yashitanamdeo/)\n\n\u003cbr\u003e\u003cbr\u003e\n[Python](https://github.com/yashitanamdeo/leetcode) full list to be updated...(Readme is in progress) + SQL/Database questions\n\n| #   | Title                                                                                                     | Solution                                                                                                                 | Difficulty |\n| --- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ---------- |\n| 1   | [Two Sum](https://leetcode.com/problems/two-sum/)                                                         | [Python](https://github.com/yashitanamdeo/leetcode/blob/main/Easy/1.%20Two%20Sum.py)                                     | Easy       |\n| 2   | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers)                                          | [Python]()                                                                                                               | Medium     |\n| 26  | [Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/) | [Python](https://github.com/yashitanamdeo/leetcode/blob/main/Easy/26.%20Remove%20Duplicates%20from%20Sorted%20Array.py)  | Easy       |\n| 27  | [Remove Element](https://leetcode.com/problems/remove-element/)                                           | [Python](https://github.com/yashitanamdeo/leetcode/blob/main/Easy/27.%20Remove%20Element.py)                             | Easy       |\n| 35  | [Search Insert Position](https://leetcode.com/problems/search-insert-position/)                           | [Python](https://github.com/yashitanamdeo/leetcode/blob/main/Easy/35.%20Search%20Insert%20Position.py)                   | Easy       |\n| 53  | [Maximum Subarray](https://leetcode.com/problems/maximum-subarray/)                                       | [Python](https://github.com/yashitanamdeo/leetcode/blob/main/Easy/53.%20Maximum%20Subarray.py)                           | Easy       |\n| 67  | [Add Binary](https://leetcode.com/problems/add-binary/)                                                   | [Python](https://github.com/yashitanamdeo/leetcode/blob/main/Easy/67.%20Add%20Binary.py)                                 | Easy       |\n| 121 | [Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/)         | [Python](https://github.com/yashitanamdeo/leetcode/blob/main/Easy/121.%20Best%20Time%20to%20Buy%20and%20Sell%20Stock.py) | Easy       |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n|     | []()                                                                                                      | []()                                                                                                                     |            |\n\n  \u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashitanamdeo%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashitanamdeo%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashitanamdeo%2Fleetcode/lists"}