{"id":44198697,"url":"https://github.com/iceopen/leetcode","last_synced_at":"2026-02-09T20:55:02.604Z","repository":{"id":57573558,"uuid":"172519860","full_name":"iceopen/leetcode","owner":"iceopen","description":"力扣 (LeetCode) - 全球极客挚爱的技术成长平台","archived":false,"fork":false,"pushed_at":"2022-03-11T05:55:07.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T10:14:55.823Z","etag":null,"topics":["go","leetcode"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iceopen.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}},"created_at":"2019-02-25T14:20:26.000Z","updated_at":"2022-03-06T23:54:34.000Z","dependencies_parsed_at":"2022-09-26T19:01:25.206Z","dependency_job_id":null,"html_url":"https://github.com/iceopen/leetcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iceopen/leetcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iceopen%2Fleetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iceopen%2Fleetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iceopen%2Fleetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iceopen%2Fleetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iceopen","download_url":"https://codeload.github.com/iceopen/leetcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iceopen%2Fleetcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29280682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"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":["go","leetcode"],"created_at":"2026-02-09T20:55:01.988Z","updated_at":"2026-02-09T20:55:02.600Z","avatar_url":"https://github.com/iceopen.png","language":"Go","readme":"# leetcode\n\n力扣 (LeetCode) - 全球极客挚爱的技术成长平台\n\n[![Build Status](https://cloud.drone.io/api/badges/iceopen/leetcode/status.svg)](https://cloud.drone.io/iceopen/leetcode)\n[![Go Report Card](https://goreportcard.com/badge/github.com/iceopen/leetcode)](https://goreportcard.com/report/github.com/iceopen/leetcode)\n\n## 题目列表\n\n|题号|题目|难度|\n| --- | --- | --- |\n|[1](https://leetcode-cn.com/problems/two-sum/)|[两数之和](./algorithms/1-two-sum)|简单|\n|[2](https://leetcode-cn.com/problems/add-two-numbers/)|[两数相加](./algorithms/1-add-two-numbers)|中等|\n|[3](https://leetcode-cn.com/problems/longest-substring-without-repeating-characters)|[无重复字符的最长子串](./algorithms/3-longest-substring-without-repeating-characters)|中等|\n|[4](https://leetcode-cn.com/problems/median-of-two-sorted-arrays/)|[寻找两个有序数组的中位数](./algorithms/4-median-of-two-sorted-arrays)|困难|\n|[5](https://leetcode-cn.com/problems/longest-palindromic-substring/)|[最长回文子串](./algorithms/5-longest-palindromic-substring/)|中等|\n|[6](https://leetcode-cn.com/problems/zigzag-conversion/)|[Z 字形变换](./algorithms/6-zigzag-conversion)|中等|\n|[7](https://leetcode-cn.com/problems/reverse-integer/)|[整数反转](./algorithms/2-reverse-integer)|简单|\n|[9](https://leetcode-cn.com/problems/palindrome-number/)|[回文数](./algorithms/9-palindrome-number)|简单|\n|[13](https://leetcode-cn.com/problems/roman-to-integer/)|[罗马数字转整数](./algorithms/13-roman-to-integer)|简单|\n|[14](https://leetcode-cn.com/problems/longest-common-prefix/)|[回文数](./algorithms/14-longest-common-prefix)|简单|\n|[36](https://leetcode-cn.com/problems/valid-sudoku/)|[有效的数独](./algorithms/36-valid-sudoku)|中等|\n|[20](https://leetcode-cn.com/problems/valid-parentheses/)|[有效的括号](./algorithms/20-vvalid-parentheses)|简单|\n|[283](https://leetcode-cn.com/problems/move-zeroes/)|[移动零](./algorithms/283-move-zeroes)|简单|\n|[344](https://leetcode-cn.com/problems/reverse-string/)|[反转字符串](./algorithms/344-reverse-string)|简单|\n|[387](https://leetcode-cn.com/problems/first-unique-character-in-a-string/)|[字符串中的第一个唯一字符](./algorithms/387-first-unique-character-in-a-string)|简单|\n|[665](https://leetcode-cn.com/problems/non-decreasing-array/)|[非递减数列](./algorithms/665-non-decreasing-array)|简单|\n|[976](https://leetcode-cn.com/problems/largest-perimeter-triangle/)|[整数反转](./algorithms/976-largest-perimeter-triangle)|简单|\n\n## 参考资料\n\n- [时间复杂度](https://zh.wikipedia.org/wiki/%E6%97%B6%E9%97%B4%E5%A4%8D%E6%9D%82%E5%BA%A6)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficeopen%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficeopen%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficeopen%2Fleetcode/lists"}