{"id":20619709,"url":"https://github.com/twtrubiks/leetcode-python","last_synced_at":"2025-04-15T11:55:14.194Z","repository":{"id":84518962,"uuid":"55111802","full_name":"twtrubiks/leetcode-python","owner":"twtrubiks","description":"LeetCode use Python  :memo:","archived":false,"fork":false,"pushed_at":"2022-01-10T06:30:27.000Z","size":87,"stargazers_count":24,"open_issues_count":0,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-15T11:55:09.777Z","etag":null,"topics":["leetcode","python"],"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/twtrubiks.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":"2016-03-31T01:55:36.000Z","updated_at":"2022-06-19T20:30:04.000Z","dependencies_parsed_at":"2023-03-02T04:30:27.296Z","dependency_job_id":null,"html_url":"https://github.com/twtrubiks/leetcode-python","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/twtrubiks%2Fleetcode-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twtrubiks%2Fleetcode-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twtrubiks%2Fleetcode-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twtrubiks%2Fleetcode-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twtrubiks","download_url":"https://codeload.github.com/twtrubiks/leetcode-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067775,"owners_count":21207395,"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","python"],"created_at":"2024-11-16T12:12:20.061Z","updated_at":"2025-04-15T11:55:14.189Z","avatar_url":"https://github.com/twtrubiks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# leetcode-python\n\nLeetCode use Python :memo:\n\n## 說明\n\n分享 [LeetCode](https://leetcode.com/) 上練習的題目，在這裡把解出來的題目和大家做分享並且記錄一下，\n\n並不是全部的題目都是自己寫出來的，有些題目是上網參考別人的答案:smile:，\n\n會持續做更新:pencil2:\n\n## 題目\n\n[001-Two Sum](https://github.com/twtrubiks/leetcode-python/blob/master/Two_Sum_001.py) - youtube tutorial [001 Two Sum](https://youtu.be/fo5knjhk-i0)\n\n[007-Reverse Integer](https://github.com/twtrubiks/leetcode-python/blob/master/Reverse_Integer_007.py) - youtube tutorial [007 Reverse Integer](https://youtu.be/sPK7Lw7Ospg)\n\n[009-Palindrome Number](https://github.com/twtrubiks/leetcode-python/blob/master/Palindrome_Number_009.py) - youtube tutorial [009 Palindrome Number](https://youtu.be/B2viRb1aJ7Q)\n\n[013-Roman to Integer](https://github.com/twtrubiks/leetcode-python/blob/master/Roman_to_Integer_013.py) - youtube tutorial [013 Roman to Integer](https://youtu.be/es88R2AYc_0)\n\n[014-Longest Common Prefix](https://github.com/twtrubiks/leetcode-python/blob/master/Longest_Common_Prefix_014.py) - youtube tutorial [014 Longest Common Prefix]( https://youtu.be/t-oA2U27d4w)\n\n[020-Valid Parentheses](https://github.com/twtrubiks/leetcode-python/blob/master/Valid_Parentheses_020.py) - youtube tutorial [020 Valid Parentheses](https://youtu.be/snSaKshK-Ws)\n\n[021-Merge Two Sorted Lists](https://github.com/twtrubiks/leetcode-python/blob/master/Merge_Two_Sorted_Lists_021.py) - youtube tutorial [待新增021 Merge Two Sorted Lists](xxx) - [explanation](https://github.com/twtrubiks/leetcode-python/blob/master/Merge_Two_Sorted_Lists_021_explanation.py)\n\n[026-Remove Duplicates from Sorted Array](https://github.com/twtrubiks/leetcode-python/blob/master/Remove_Duplicates_from_Sorted_Array_026.py) - youtube tutorial [待新增026 Remove Duplicates from Sorted Array](xxx) - [explanation](https://github.com/twtrubiks/leetcode-python/blob/master/Remove_Duplicates_from_Sorted_Array_026_explanation.py)\n\n[027-Remove Element](https://github.com/twtrubiks/leetcode-python/blob/master/Remove_Element_027.py) - youtube tutorial [待新增027Remove Element](xxx) - [explanation](https://github.com/twtrubiks/leetcode-python/blob/master/Remove_Element_027_explanation.py)\n\n[028-Implement strStr()](https://github.com/twtrubiks/leetcode-python/blob/master/Implement_strStr_028.py) - youtube tutorial [待新增028Implement strStr()](xxx)\n\n[035-Search Insert Position](https://github.com/twtrubiks/leetcode-python/blob/master/Search_Insert_Position_035.py) - youtube tutorial [待新增035Search Insert Position](xxx)\n\n[038-Count and Say](https://github.com/twtrubiks/leetcode-python/blob/master/Count_and_Say_038.py) - youtube tutorial [待新增038Count and Say](xxx)\n\n[053-Maximum Subarray](https://github.com/twtrubiks/leetcode-python/blob/master/Maximum_Subarray_053.py) - youtube tutorial [待新增053Maximum Subarray](xxx)\n\n[058-Length of Last Word](https://github.com/twtrubiks/leetcode-python/blob/master/Length_of_Last_Word_058.py) - youtube tutorial [待新增058Length of Last Word](xxx)\n\n[066-Plus One](https://github.com/twtrubiks/leetcode-python/blob/master/Plus_One_066.py) - youtube tutorial [待新增066Plus One](xxx)\n\n[067-Add Binary](https://github.com/twtrubiks/leetcode-python/blob/master/Add_Binary_067.py) - youtube tutorial [待新增067Add Binary](xxx)\n\n[069-Sqrt(x)](https://github.com/twtrubiks/leetcode-python/blob/master/Sqrtx_069.py) - youtube tutorial [待新增069Sqrt(x)](xxx)\n\n[070-Climbing Stairs](https://github.com/twtrubiks/leetcode-python/blob/master/Climbing_Stairs_070.py) - youtube tutorial [待新增070Climbing Stairs](xxx)\n\n[080-Remove Duplicates from Sorted Array II](https://github.com/twtrubiks/leetcode-python/blob/master/Remove_Duplicates_from_Sorted_Array_II_080.py) - youtube tutorial [待新增](xxx)\n\n## 執行環境\n\n* Python 3.6.6\n\n## Donation\n\n文章都是我自己研究內化後原創，如果有幫助到您，也想鼓勵我的話，歡迎請我喝一杯咖啡:laughing:\n\n![alt tag](https://i.imgur.com/LRct9xa.png)\n\n[贊助者付款](https://payment.opay.tw/Broadcaster/Donate/9E47FDEF85ABE383A0F5FC6A218606F8)\n\n## License\n\nMIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwtrubiks%2Fleetcode-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwtrubiks%2Fleetcode-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwtrubiks%2Fleetcode-python/lists"}