# leetcode **Repository Path**: pengxi92/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: 这里用于记录我的leetcode相关代码 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-10 - **Last Updated**: 2022-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这里用于记录我的leetcode相关代码。 # 数组&遍历 * [两数之和](./arr/two-sum.md) * [两数相加](./arr/add-two-numbers.md) # 滑动窗口 * [无重复字符的最长子串](./string/longest-substring-without-repeating-characters.md) # 中心扩展算法 * [最长回文子串](./string/longest-palindromic-substring.md) # [动态规划](./docs/%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%92.md) * [最长回文子串](./string/longest-palindromic-substring.md) # 双指针 * [盛水最多的容器](./arr/container-with-most-water.md) # 回溯算法 * [电话号码的字母组合](./arr/letter-combinations-of-a-phone-number.md) # 未思考出优化解法 * [括号生成](./other/generate-parentheses.md)