{"id":18456750,"url":"https://github.com/alflix/leetcode-swift","last_synced_at":"2026-03-05T21:31:38.465Z","repository":{"id":90074105,"uuid":"164448594","full_name":"alflix/Leetcode-Swift","owner":"alflix","description":null,"archived":false,"fork":false,"pushed_at":"2020-03-15T15:20:11.000Z","size":3294,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T12:12:43.215Z","etag":null,"topics":["leetcode","swift"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/alflix.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":"2019-01-07T14:58:54.000Z","updated_at":"2022-01-28T03:17:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"73e3800f-8b32-454e-9031-01b902313afc","html_url":"https://github.com/alflix/Leetcode-Swift","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alflix/Leetcode-Swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alflix%2FLeetcode-Swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alflix%2FLeetcode-Swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alflix%2FLeetcode-Swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alflix%2FLeetcode-Swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alflix","download_url":"https://codeload.github.com/alflix/Leetcode-Swift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alflix%2FLeetcode-Swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30150410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T21:15:50.531Z","status":"ssl_error","status_checked_at":"2026-03-05T21:15:11.173Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["leetcode","swift"],"created_at":"2024-11-06T08:12:37.854Z","updated_at":"2026-03-05T21:31:38.424Z","avatar_url":"https://github.com/alflix.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## LeetCode-Swift\n\n### Easy 😏\n\n#### [01. 两数之和](https://github.com/alflix/leetcode-swift/tree/master/01-twoSum)\n\n#### [07. 整数反转](https://github.com/alflix/leetcode-swift/tree/master/07-reverseInterger)\n\n#### [09. 回文数](https://github.com/alflix/leetcode-swift/tree/master/09-isPalindrome)\n\n#### [13. 罗马数字转整数](https://github.com/alflix/leetcode-swift/tree/master/13-romanToInt)\n\n#### [14. 最长公共前缀](https://github.com/alflix/leetcode-swift/tree/master/14-longestCommonPrefix)\n\n#### [20. 有效的括号](https://github.com/alflix/leetcode-swift/tree/master/20-validParentheses)\n\n#### [21. 合并两个有序链表](https://github.com/alflix/leetcode-swift/tree/master/21-mergeTwoLists)\n\n#### [26. 删除排序数组中的重复项](https://github.com/alflix/leetcode-swift/tree/master/26-removeDuplicates)\n\n#### [27. 移除元素](https://github.com/alflix/leetcode-swift/tree/master/27-removeElement)\n\n#### [28. 实现strStr()](https://github.com/alflix/leetcode-swift/tree/master/28-strStr)\n\n#### [35. 搜索插入位置](https://github.com/alflix/leetcode-swift/tree/master/35-searchInsert)\n\n#### [38. 报数](https://github.com/alflix/leetcode-swift/tree/master/38-countAndSay)\n\n#### [53. 最大子序列和](https://github.com/alflix/leetcode-swift/tree/master/53-maxSubArray)\n\n#### [58. 最后一个单词的长度](https://github.com/alflix/leetcode-swift/tree/master/58-lengthOfLastWord)\n\n#### [66. 加一](https://github.com/alflix/leetcode-swift/tree/master/66-plusOne)\n\n#### [67. 二进制求和](https://github.com/alflix/leetcode-swift/tree/master/67-addBinary)\n\n#### [69. x 的平方根](https://github.com/alflix/leetcode-swift/tree/master/69-mySqrt)\n\n#### [70. 爬楼梯](https://github.com/alflix/leetcode-swift/tree/master/70-climbStairs)\n\n#### [83. 删除排序链表中的重复元素](https://github.com/alflix/leetcode-swift/tree/master/83-deleteDuplicates)\n\n#### [88. 合并两个有序数组](https://github.com/alflix/leetcode-swift/tree/master/88-merge-sorted-array)\n\n#### [100. 相同的树](https://github.com/alflix/leetcode-swift/tree/master/100-isSameTree)\n\n#### [101. 对称二叉树](https://github.com/alflix/leetcode-swift/tree/master/101-isSymmetric)\n\n#### [104. 二叉树的最大深度](https://github.com/alflix/leetcode-swift/tree/master/104-maxDepth)\n\n#### [107. 二叉树的层次遍历 II](https://github.com/alflix/leetcode-swift/tree/master/107-levelOrderBottom)\n\n#### [108. 将有序数组转换为二叉搜索树](https://github.com/alflix/leetcode-swift/tree/master/108-sortedArrayToBST)\n\n#### [110. 平衡二叉树](https://github.com/alflix/leetcode-swift/tree/master/110-isBalanced)\n\n#### [111. 二叉树的最小深度](https://github.com/alflix/leetcode-swift/tree/master/111-minDepth)\n\n#### [112. 路径总和](https://github.com/alflix/leetcode-swift/tree/master/112-path-sum)\n\n#### [118. 杨辉三角](https://github.com/alflix/leetcode-swift/tree/master/118-pascals-triangle)\n\n#### [121. 买卖股票的最佳时机](https://github.com/alflix/leetcode-swift/tree/master/121-maxProfit)\n\n#### [122. 买卖股票的最佳时机 II](https://github.com/alflix/leetcode-swift/tree/master/122-best-time-to-buy-and-sell-stock-ii)\n\n#### [125. 验证回文串](https://github.com/alflix/leetcode-swift/tree/master/125-valid-palindrome)\n\n#### [136. 只出现一次的数字](https://github.com/alflix/leetcode-swift/tree/master/136-singleNumber)\n\n#### [141. 环形链表](https://github.com/alflix/leetcode-swift/tree/master/141-hasCycle)\n\n#### [155. 最小栈](https://github.com/alflix/leetcode-swift/tree/master/155-MinStack)\n\n#### [169. 求众数](https://github.com/alflix/leetcode-swift/tree/master/169-majority-element)\n\n#### [171. Excel表列序号](https://github.com/alflix/leetcode-swift/tree/master/171-excel-sheet-column-number)\n\n#### [172. 阶乘后的零](https://github.com/alflix/leetcode-swift/tree/master/172-factorial-trailing-zeroes)\n\n#### [189. 旋转数组](https://github.com/alflix/leetcode-swift/tree/master/189-rotate-array)\n\n#### [198. 动态规划](https://github.com/alflix/leetcode-swift/tree/master/198-house-robber)\n\n#### [225. 用队列实现栈](https://github.com/alflix/leetcode-swift/tree/master/225-MyStack)\n\n### Medium 🤔\n\n#### [02. 两数相加](https://github.com/alflix/leetcode-swift/tree/master/02-addTwoNumbers)\n\n#### [03. 无重复字符的最长子串](https://github.com/alflix/leetcode-swift/tree/master/03-lengthOfLongestSubstring)\n\n### Hard 😑\n\n#### [04. 寻找两个有序数组的中位数](https://github.com/alflix/leetcode-swift/tree/master/04-findMedianSortedArrays)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falflix%2Fleetcode-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falflix%2Fleetcode-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falflix%2Fleetcode-swift/lists"}