{"id":27440504,"url":"https://github.com/jay-singhvi/coding-with-leetcode","last_synced_at":"2026-04-27T20:31:51.689Z","repository":{"id":234528882,"uuid":"789085373","full_name":"jay-singhvi/Coding-with-Leetcode","owner":"jay-singhvi","description":"Learning how to solve leetcode problems and preparing for interview questions","archived":false,"fork":false,"pushed_at":"2024-10-21T22:34:49.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T22:56:52.338Z","etag":null,"topics":["leetcode-solutions","pandas","python3","sql"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jay-singhvi.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,"zenodo":null}},"created_at":"2024-04-19T17:09:38.000Z","updated_at":"2024-10-21T22:34:53.000Z","dependencies_parsed_at":"2024-05-14T08:29:09.354Z","dependency_job_id":"7d97cce0-0ede-4fe0-be21-d25140cd6d23","html_url":"https://github.com/jay-singhvi/Coding-with-Leetcode","commit_stats":null,"previous_names":["jay-singhvi/leetcode-problems-practice","jay-singhvi/learning-to-code-with-leetcode","jay-singhvi/coding-with-leetcode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jay-singhvi/Coding-with-Leetcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jay-singhvi%2FCoding-with-Leetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jay-singhvi%2FCoding-with-Leetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jay-singhvi%2FCoding-with-Leetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jay-singhvi%2FCoding-with-Leetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jay-singhvi","download_url":"https://codeload.github.com/jay-singhvi/Coding-with-Leetcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jay-singhvi%2FCoding-with-Leetcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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-solutions","pandas","python3","sql"],"created_at":"2025-04-14T22:56:51.786Z","updated_at":"2026-04-27T20:31:51.662Z","avatar_url":"https://github.com/jay-singhvi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning-to-code-with-Leetcode\n\nLearning how to solve leetcode problems and preparing for interview questions\n\nYou can view the solution code directly by clicking on the link but I will always suggest that you first try to solve the problem on your own for atleast 20-30 mins only then looking at a solution.\n\nThis repository contains my solutions to leetcode problems. Here's a list of problems and solutions:\n\u003c!-- START_SOLUTIONS_TABLE --\u003e\n# Solutions\n\n| Sr. No. | Type | Difficulty | File Name |\n|---------|------|------------|-----------|\n| 1 | Python | Easy | [Two-Sum.py](Solutions\\Easy-1-Two-Sum.py) |\n| 3 | Python | Medium | [Longest-Substring-Without-Repeating-Characters.py](Solutions\\Medium-3-Longest-Substring-Without-Repeating-Characters.py) |\n| 23 | Python | Hard | [Merge-k-Sorted-Lists.py](Solutions\\Hard-23-Merge-k-Sorted-Lists.py) |\n| 26 | Python | Easy | [Remove-Duplicates-from-Sorted-Array.py](Solutions\\Easy-26-Remove-Duplicates-from-Sorted-Array.py) |\n| 27 | Python | Easy | [Remove-Element.py](Solutions\\Easy-27-Remove-Element.py) |\n| 45 | Python | Medium | [Jump-Game-II.py](Solutions\\Medium-45-Jump-Game-II.py) |\n| 55 | Python | Medium | [Jump-Game.py](Solutions\\Medium-55-Jump-Game.py) |\n| 80 | Python | Medium | [Remove-Duplicates-from-Sorted-Array-II.py](Solutions\\Medium-80-Remove-Duplicates-from-Sorted-Array-II.py) |\n| 88 | Python | Easy | [Merge-Sorted-Array.py](Solutions\\Easy-88-Merge-Sorted-Array.py) |\n| 121 | Python | Easy | [Best-Time-to-Buy-and-Sell-Stock.py](Solutions\\Easy-121-Best-Time-to-Buy-and-Sell-Stock.py) |\n| 122 | Python | Medium | [Best-Time-to-Buy-and-Sell-Stock-II.py](Solutions\\Medium-122-Best-Time-to-Buy-and-Sell-Stock-II.py) |\n| 134 | Python | Medium | [Gas-Station.py](Solutions\\Medium-134-Gas-Station.py) |\n| 169 | Python | Easy | [Majority-Element.py](Solutions\\Easy-169-Majority-Element.py) |\n| 185 | SQL | Hard | [Department-Top-Three-Salaries.sql](Solutions\\Hard-185-Department-Top-Three-Salaries.sql) |\n| 189 | Python | Medium | [Rotate-Array.py](Solutions\\Medium-189-Rotate-Array.py) |\n| 200 | Python | Medium | [Number-of-Islands.py](Solutions\\Medium-200-Number-of-Islands.py) |\n| 209 | Python | Medium | [Minimum-Size-Subarray-Sum.py](Solutions\\Medium-209-Minimum-Size-Subarray-Sum.py) |\n| 238 | Python | Medium | [Product-of-Array-Except-Self.py](Solutions\\Medium-238-Product-of-Array-Except-Self.py) |\n| 274 | Python | Medium | [H-lndex.py](Solutions\\Medium-274-H-lndex.py) |\n| 345 | Python | Easy | [Reverse-Vowels-of-a-String.py](Solutions\\Easy-345-Reverse-Vowels-of-a-String.py) |\n| 380 | Python | Medium | [Insert-Delete-GetRandom-O(1).py](Solutions\\Medium-380-Insert-Delete-GetRandom-O(1).py) |\n| 570 | Python | Medium | [Managers-with-at-Least-5-Direct-Reports.py](Solutions\\Medium-570-Managers-with-at-Least-5-Direct-Reports.py) |\n| 570 | SQL | Medium | [Managers-with-at-Least-5-Direct-Reports.sql](Solutions\\Medium-570-Managers-with-at-Least-5-Direct-Reports.sql) |\n| 584 | SQL | Easy | [Find-Customer-Referee.sql](Solutions\\Easy-584-Find-Customer-Referee.sql) |\n| 595 | SQL | Easy | [Big-Countries.sql](Solutions\\Easy-595-Big-Countries.sql) |\n| 620 | Python | Easy | [Not-Boring-Movies.py](Solutions\\Easy-620-Not-Boring-Movies.py) |\n| 620 | SQL | Easy | [Not-Boring-Movies.sql](Solutions\\Easy-620-Not-Boring-Movies.sql) |\n| 692 | Python | Medium | [Top-K-Frequent-Words.py](Solutions\\Medium-692-Top-K-Frequent-Words.py) |\n| 763 | Python | Medium | [Partition-Labels.py](Solutions\\Medium-763-Partition-Labels.py) |\n| 819 | Python | Easy | [Most-Common-Word.py](Solutions\\Easy-819-Most-Common-Word.py) |\n| 937 | Python | Medium | [Reorder-Data-in-Log-Files.py](Solutions\\Medium-937-Reorder-Data-in-Log-Files.py) |\n| 973 | Python | Medium | [K-Closest-Points-to-Origin.py](Solutions\\Medium-973-K-Closest-Points-to-Origin.py) |\n| 994 | Python | Medium | [Rotting-Oranges.py](Solutions\\Medium-994-Rotting-Oranges.py) |\n| 1071 | Python | Easy | [Greatest-Common-Divisor-of-Strings.py](Solutions\\Easy-1071-Greatest-Common-Divisor-of-Strings.py) |\n| 1148 | SQL | Easy | [Article-Views-I.SQL](Solutions\\Easy-1148-Article-Views-I.SQL) |\n| 1378 | Python | Easy | [Replace-Employee-ID-With-The-Unique-Identifier.py](Solutions\\Easy-1378-Replace-Employee-ID-With-The-Unique-Identifier.py) |\n| 1378 | SQL | Easy | [Replace-Employee-ID-With-The-Unique-Identifier.sql](Solutions\\Easy-1378-Replace-Employee-ID-With-The-Unique-Identifier.sql) |\n| 1431 | Python | Easy | [Kids-With-the-Greatest-Number-of-Candies.py](Solutions\\Easy-1431-Kids-With-the-Greatest-Number-of-Candies.py) |\n| 1683 | Python | Easy | [Invalid-Tweets.py](Solutions\\Easy-1683-Invalid-Tweets.py) |\n| 1683 | SQL | Easy | [Invalid-Tweets.sql](Solutions\\Easy-1683-Invalid-Tweets.sql) |\n| 1757 | SQL | Easy | [Recyclable-and-Low-Fat-Products.sql](Solutions\\Easy-1757-Recyclable-and-Low-Fat-Products.sql) |\n\n\u003c!-- END_SOLUTIONS_TABLE --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjay-singhvi%2Fcoding-with-leetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjay-singhvi%2Fcoding-with-leetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjay-singhvi%2Fcoding-with-leetcode/lists"}