{"id":19141626,"url":"https://github.com/ricky9667/leetcode-solutions","last_synced_at":"2025-08-28T12:06:20.316Z","repository":{"id":251586881,"uuid":"833484809","full_name":"ricky9667/Leetcode-Solutions","owner":"ricky9667","description":"My Leetcode Solutions.","archived":false,"fork":false,"pushed_at":"2025-02-20T09:25:47.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-20T10:29:09.275Z","etag":null,"topics":["algorithms","leetcode","leetcode-solutions"],"latest_commit_sha":null,"homepage":"http://leetcode.ricky-hu.com/","language":"Shell","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/ricky9667.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":"2024-07-25T06:40:09.000Z","updated_at":"2025-02-20T09:25:51.000Z","dependencies_parsed_at":"2024-11-24T11:17:29.146Z","dependency_job_id":"7eae7b33-7620-463a-ab6b-4a2b576f98c1","html_url":"https://github.com/ricky9667/Leetcode-Solutions","commit_stats":null,"previous_names":["ricky9667/leetcode-solutions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ricky9667/Leetcode-Solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricky9667%2FLeetcode-Solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricky9667%2FLeetcode-Solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricky9667%2FLeetcode-Solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricky9667%2FLeetcode-Solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricky9667","download_url":"https://codeload.github.com/ricky9667/Leetcode-Solutions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricky9667%2FLeetcode-Solutions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272495643,"owners_count":24944353,"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-28T02:00:10.768Z","response_time":74,"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":["algorithms","leetcode","leetcode-solutions"],"created_at":"2024-11-09T07:24:06.133Z","updated_at":"2025-08-28T12:06:20.084Z","avatar_url":"https://github.com/ricky9667.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leetcode-Solutions\n\n[My Leetcode Profile](https://leetcode.com/u/ricky9667/)\n\n## Problems\n\n- [1. Two Sum](./1/)\n- [2. Add Two Numbers](./2/)\n- [3. Longest Substring Without Repeating Characters](./3/)\n- [6. Zigzag Conversion](./6/)\n- [11. Container With Most Water](./11/)\n- [12. Integer to Roman](./12/)\n- [13. Roman to Integer](./13/)\n- [14. Longest Common Prefix](./14/)\n- [15. 3Sum](./15/)\n- [26. Remove Duplicates from Sorted Array](./26/)\n- [27. Remove Element](./27/)\n- [28. Find the Index of the First Occurrence in a String](./28/)\n- [30. Substring with Concatenation of All Words](./30/)\n- [33. Search in Rotated Sorted Array](./33/)\n- [36. Valid Sudoku](./36/)\n- [45. Jump Game II](./45/)\n- [48. Rotate Image](./48/)\n- [54. Spiral Matrix](./54/)\n- [55. Jump Game](./55/)\n- [56. Merge Intervals](./56/)\n- [57. Insert Intervals](./57/)\n- [58. Length of Last Word](./58/)\n- [71. Simplify Path](./71/)\n- [73. Set Matrix Zeroes](./73/)\n- [76. Minimum Window Substring](./76/)\n- [80. Remove Duplicates from Sorted Array](./80/)\n- [88. Merge Sorted Array](./88/)\n- [92. Reverse Linked List II](./92/)\n- [104. Maximum Depth of Binary Tree](./104/)\n- [105. Construct Binary Tree from Preorder and Inorder Traversal](./105/)\n- [121. Best Time to Buy and Sell Stock](./121/)\n- [122. Best Time to Buy and Sell Stock II](./122/)\n- [125. Valid Palindrome](./125/)\n- [128. Longest Consecutive Sequence](./128/)\n- [141. Linked List Cycle](./141/)\n- [146. LRU Cache](./146/)\n- [153. Find Minimum in Rotated Sorted Array](./153/)\n- [155. Min Stack](./155/)\n- [167. Two Sum II - Input Array Is Sorted](./167/)\n- [169. Majority Element](./169/)\n- [189. Rotate Array](./189/)\n- [205. Isomorphic Strings](./205/)\n- [209. Minimum Size Subarray Sum](./209/)\n- [289. Game of Life](./289/)\n- [383. Ransom Note](./383/)\n- [392. Is Subsequence](./392/)\n- [452. Minimum Number of Arrows to Burst Balloons](./452/)\n- [1768. Merge Strings Alternately](./1768/)\n- [2825. Make String a Subsequence Using Cyclic Increments](./2825/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricky9667%2Fleetcode-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricky9667%2Fleetcode-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricky9667%2Fleetcode-solutions/lists"}