{"id":21056125,"url":"https://github.com/217heidai/leetcode","last_synced_at":"2025-12-29T11:21:23.386Z","repository":{"id":122365708,"uuid":"162255655","full_name":"217heidai/leetcode","owner":"217heidai","description":"leetcode","archived":false,"fork":false,"pushed_at":"2020-01-16T06:53:51.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-08T12:35:23.714Z","etag":null,"topics":["leetcode"],"latest_commit_sha":null,"homepage":"https://leetcode-cn.com/problemset/algorithms/","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/217heidai.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":"2018-12-18T08:30:38.000Z","updated_at":"2020-09-28T10:08:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"61cfabd8-a4c8-4de3-b8e5-bbcb886217a0","html_url":"https://github.com/217heidai/leetcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/217heidai%2Fleetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/217heidai%2Fleetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/217heidai%2Fleetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/217heidai%2Fleetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/217heidai","download_url":"https://codeload.github.com/217heidai/leetcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500787,"owners_count":20300775,"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","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"],"created_at":"2024-11-19T16:48:58.811Z","updated_at":"2025-12-29T11:21:23.345Z","avatar_url":"https://github.com/217heidai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode算法题库练习\n[LeetCode中国](https://leetcode-cn.com/problemset/algorithms/)\n# 语言\nPython\n# 题库\n| 序号 | LeetCode题号 | 题目 | 难度 | 代码 |\n| :------: | :------: | --- | :------: | :------: |\n| 1 | 2 | [两数相加](https://leetcode-cn.com/problems/add-two-numbers/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0002.py) |\n| 2 | 3 | [无重复字符的最长子串](https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0003.py)|\n| 3 | 4 | [寻找两个有序数组的中位数](https://leetcode-cn.com/problems/median-of-two-sorted-arrays/) | 困难 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0004.py) |\n| 4 | 5 | [最长回文子串](https://leetcode-cn.com/problems/longest-palindromic-substring/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0005.py) |\n| 5 | 6 | [Z字形变换](https://leetcode-cn.com/problems/zigzag-conversion/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0006.py) |\n| 6 | 8 | [字符串转换整数 (atoi)](https://leetcode-cn.com/problems/string-to-integer-atoi/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0008.py) |\n| 7 | 10 | [正则表达式匹配](https://leetcode-cn.com/problems/regular-expression-matching/) | 困难 | 待处理 |\n| 8 | 11 | [盛最多水的容器](https://leetcode-cn.com/problems/container-with-most-water/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0011.py) |\n| 9 | 12 | [整数转罗马数字](https://leetcode-cn.com/problems/integer-to-roman/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0012.py) |\n| 10 | 15 | [三数之和](https://leetcode-cn.com/problems/3sum/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0015.py) |\n| 11 | 16 | [最接近的三数之和](https://leetcode-cn.com/problems/3sum-closest/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0016.py) |\n| 12 | 17 | [电话号码的字母组合](https://leetcode-cn.com/problems/letter-combinations-of-a-phone-number/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0017.py) |\n| 13 | 18 | [四数之和](https://leetcode-cn.com/problems/4sum/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0018.py) |\n| 14 | 19 | [删除链表的倒数第N个节点](https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0019.py) |\n| 15 | 22 | [括号生成](https://leetcode-cn.com/problems/generate-parentheses/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0022.py) |\n| 16 | 23 | [合并K个排序链表](https://leetcode-cn.com/problems/merge-k-sorted-lists/) | 困难 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0023.py) |\n| 17 | 24 | [两两交换链表中的节点](https://leetcode-cn.com/problems/swap-nodes-in-pairs/) | 中等 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0024.py) |\n| 18 | 25 | [k个一组翻转链表](https://leetcode-cn.com/problems/reverse-nodes-in-k-group/) | 困难 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0025.py) |\n| 19 | 29 | [两数相除](https://leetcode-cn.com/problems/divide-two-integers/) | 困难 | [点这里](https://github.com/217heidai/leetcode/blob/master/Python/leetcode0029.py) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F217heidai%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F217heidai%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F217heidai%2Fleetcode/lists"}