{"id":22056128,"url":"https://github.com/noodleslove/leetcode","last_synced_at":"2025-08-15T21:34:50.391Z","repository":{"id":161136980,"uuid":"618633892","full_name":"noodleslove/leetcode","owner":"noodleslove","description":"My leetcode solutions repository ","archived":false,"fork":false,"pushed_at":"2024-05-31T07:35:50.000Z","size":650,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T16:16:56.214Z","etag":null,"topics":["bfs","dfs","leetcode","leetcode-python","leetcode-solutions","personal","string-manipulation","two-pointers"],"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/noodleslove.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":"2023-03-24T22:59:58.000Z","updated_at":"2024-05-31T07:35:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"4467296e-0968-4b97-82c9-c32eeb3da170","html_url":"https://github.com/noodleslove/leetcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noodleslove/leetcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noodleslove%2Fleetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noodleslove%2Fleetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noodleslove%2Fleetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noodleslove%2Fleetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noodleslove","download_url":"https://codeload.github.com/noodleslove/leetcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noodleslove%2Fleetcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270631863,"owners_count":24619384,"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-08-15T02:00:12.559Z","response_time":110,"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":["bfs","dfs","leetcode","leetcode-python","leetcode-solutions","personal","string-manipulation","two-pointers"],"created_at":"2024-11-30T16:12:41.163Z","updated_at":"2025-08-15T21:34:50.363Z","avatar_url":"https://github.com/noodleslove.png","language":"Python","readme":"My Leetcode Solutions\n===\n\n#### LeetCode Algorithm\n\n|   # | Title                                                   | Link                                                                                   | Language   | File Location                                                            | Difficulty   | Date       |\n|----:|:--------------------------------------------------------|:---------------------------------------------------------------------------------------|:-----------|:-------------------------------------------------------------------------|:-------------|:-----------|\n| 704 | Binary Search                                           | https://leetcode.com/problems/binary-search/                                           | Python     | ./python/0704.binary-search.py                                           | Easy         | 03-24-2023 |\n| 977 | Squares of a Sorted Array                               | https://leetcode.com/problems/squares-of-a-sorted-array/                               | Python     | ./python/0977.squares-of-a-sorted-array.py                               | Easy         | 03-24-2023 |\n| 278 | First Bad Version                                       | https://leetcode.com/problems/first-bad-version/                                       | Python     | ./python/0278.first-bad-version.py                                       | Easy         | 03-24-2023 |\n|  35 | Search Insert Position                                  | https://leetcode.com/problems/search-insert-position/                                  | Python     | ./python/0035.search-insert-position.py                                  | Easy         | 03-24-2023 |\n| 148 | Sort List                                               | https://leetcode.com/problems/sort-list/                                               | Python     | ./python/0148.sort-list.py                                               | Medium       | 03-24-2023 |\n| 189 | Rotate Array                                            | https://leetcode.com/problems/rotate-array/                                            | Python     | ./python/0189.rotate-array.py                                            | Medium       | 03-24-2023 |\n| 283 | Move Zeros                                              | https://leetcode.com/problems/move-zeroes/                                             | Python     | ./python/0283.move-zeroes.py                                             | Easy         | 03-25-2023 |\n| 167 | Two Sum II Input Array is Sorted                        | https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/                        | Python     | ./python/0167.two-sum-ii-input-array-is-sorted.py                        | Medium       | 03-25-2023 |\n| 151 | Reverse Words in a String                               | https://leetcode.com/problems/reverse-words-in-a-string/                               | Python     | ./python/0151.reverse-words-in-a-string.py                               | Medium       | 03-25-2023 |\n| 165 | Compare Version Numbers                                 | https://leetcode.com/problems/compare-version-numbers/                                 | Python     | ./python/0165.compare-version-numbers.py                                 | Medium       | 03-25-2023 |\n| 142 | Linked List Cycle II                                    | https://leetcode.com/problems/linked-list-cycle-ii/                                    | Python     | ./python/0142.linked-list-cycle-ii.py                                    | Medium       | 03-26-2023 |\n| 344 | Reverse String                                          | https://leetcode.com/problems/reverse-string/                                          | Python     | ./python/0344.reverse-string.py                                          | Easy         | 03-28-2023 |\n| 557 | Reverse Words in a String III                           | https://leetcode.com/problems/reverse-words-in-a-string-iii/                           | Python     | ./python/0557.reverse-words-in-a-string-iii.py                           | Easy         | 03-28-2023 |\n|  34 | Find First and Last Position of Element in Sorted Array | https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/ | Python     | ./python/0034.find-first-and-last-position-of-element-in-sorted-array.py | Medium       | 03-28-2023 |\n| 945 | Design a Stack with Increment Operation                 | https://leetcode.com/problems/design-a-stack-with-increment-operation/                 | Python     | ./python/1381.design-a-stack-with-increment-operation.py                 | Medium       | 03-29-2023 |\n|  56 | Merge Intervals                                         | https://leetcode.com/problems/merge-intervals/                                         | Python     | ./python/0056.merge-intervals.py                                         | Medium       | 04-02-2023 |\n|  79 | Word Search                                             | https://leetcode.com/problems/word-search/                                             | Python     | ./python/0079.word-search.py                                             | Medium       | 04-04-2023 |\n|   3 | Longest Substring Without Repeating Characters          | https://leetcode.com/problems/longest-substring-without-repeating-characters/          | Python     | ./python/0003.longest-substring-without-repeating-characters.py          | Medium       | 04-06-2023 |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoodleslove%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoodleslove%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoodleslove%2Fleetcode/lists"}