# leetcodex **Repository Path**: echcz/leetcodex ## Basic Information - **Project Name**: leetcodex - **Description**: leetcode 解题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-24 - **Last Updated**: 2021-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leetcodex [leetcode](https://leetcode-cn.com/) 解题 ## 目录 * [8.字符串转换整数(atoi)](./string-to-integer-atoi.py): https://leetcode-cn.com/problems/string-to-integer-atoi ### 动态规划 * [5.最长回文子串](./dp/longest-palindromic-substring.py): https://leetcode-cn.com/problems/longest-palindromic-substring * [10.正则表达式匹配](./dp/regular-expression-matching.py): https://leetcode-cn.com/problems/regular-expression-matching * [72.编辑距离](./dp/edit-distance.py): https://leetcode-cn.com/problems/edit-distance ### 排除法 * [4.寻找两个正序数组的中位数](./em/median-of-two-sorted-arrays.py): https://leetcode-cn.com/problems/median-of-two-sorted-arrays ### 哈希 * [41.缺失的第一个正数](./hash/first-missing-positive.py): https://leetcode-cn.com/problems/first-missing-positive ### 贪心算法 * [44.通配符匹配](./ga/wildcard-matching.py): https://leetcode-cn.com/problems/wildcard-matching * [135.分发糖果](./ga/candy.py): https://leetcode-cn.com/problems/candy