{"id":22613383,"url":"https://github.com/llancelot/leetcode","last_synced_at":"2025-08-21T11:33:47.228Z","repository":{"id":38268415,"uuid":"244511000","full_name":"LLancelot/LeetCode","owner":"LLancelot","description":"✍️ My LeetCode solutions, ideas and templates sharing. (我的LeetCode题解，思路以及各专题的解题模板分享。分专题归纳，见tag)","archived":false,"fork":false,"pushed_at":"2022-10-06T10:11:17.000Z","size":1408,"stargazers_count":165,"open_issues_count":22,"forks_count":41,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-08T17:16:44.536Z","etag":null,"topics":["data-structures-and-algorithms","interview-questions","leetcode","leetcode-solutions","top-100-liked-questions","top-interview-questions"],"latest_commit_sha":null,"homepage":"https://leetcode.com/lancelot_/","language":"Java","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/LLancelot.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}},"created_at":"2020-03-03T01:09:37.000Z","updated_at":"2024-11-27T14:51:35.000Z","dependencies_parsed_at":"2022-07-12T17:15:06.300Z","dependency_job_id":null,"html_url":"https://github.com/LLancelot/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/LLancelot%2FLeetCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLancelot%2FLeetCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLancelot%2FLeetCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLancelot%2FLeetCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLancelot","download_url":"https://codeload.github.com/LLancelot/LeetCode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230511479,"owners_count":18237657,"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":["data-structures-and-algorithms","interview-questions","leetcode","leetcode-solutions","top-100-liked-questions","top-interview-questions"],"created_at":"2024-12-08T17:16:49.293Z","updated_at":"2024-12-19T23:14:24.279Z","avatar_url":"https://github.com/LLancelot.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode\n\u003e 👉 2020 ~ 2022 两周年纪念！已达成 1000+ LeetCode题 \u0026 LeetCode Contest World Rating 前 10% 小成就。\n\u003e\n\u003e 🎉 目前已拿到多家互联网后端/国企/银行软开的21届offer，笔试及面试手撕环节 AC 率 95%。\n\u003e\n\u003e 希望能帮助到还在准备北美SDE、国内秋招\u0026春招技术开发岗的各位，欢迎大家pull request一起完善！\n\u003e\n\u003e 👉 有需要 LeetCode 会员账号、或需要解锁查看内容的、有问题都欢迎私信我，我的会员2022年11月到期。\n\n我的LeetCode刷题、思路和代码总结，以及常见算法模板。欢迎在仓库内搜索题解（since 2020， 目前工作繁忙，更新较慢）. \n\n欢迎各位star！便于日常学习/面试/笔试前复习，重在积累和**思路**，因为题目是做不完！\n\n## 刷题方法\n\n- 初期：题解标题下有原题链接，先自我思考5-10分钟，没有思路的话，立即“抄答案”，备考前期不要贪题量，每周保证每个 Tag 背熟 3 ~ 5 个 Medium 难度的经典题。\n  - **背熟！！**：\u003cu\u003e算法模板代码\u003c/u\u003e👆（[二分查找](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE.md)、[单链表](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/%E5%8D%95%E9%93%BE%E8%A1%A8-%E6%95%B0%E7%BB%84%E5%86%99%E6%B3%95.md)、堆排序、[归并排序](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/%E5%BD%92%E5%B9%B6%E6%8E%92%E5%BA%8F.java)、[快速排序](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/%E5%BF%AB%E9%80%9F%E6%8E%92%E5%BA%8F.java)、[并查集](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/%E5%B9%B6%E6%9F%A5%E9%9B%86.java)、[Trie 前缀树](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/Trie%20%E5%89%8D%E7%BC%80%E6%A0%91.md)等）\n  - **经典模板题！**：Tag 分类👇，以及：\n    - 各种[双指针](https://github.com/LLancelot/LeetCode#two-pointers)问题、栈（Stack/深搜，题号232, 150, 224, 20, 1472, 1249）、队列（Queue/宽搜/二叉树层序遍历，225, 346, 1429, 54）、堆（Heap/Priority Queue/前K最值问题，347, 23, 692, 895, 295, 1438(Google原题)）\n    - [84. 直方图最大矩形](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/%E6%9C%80%E5%A4%A7%E7%9F%A9%E5%BD%A2.java)\n    - [53. 最大连续子数组的和](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/%E6%9C%80%E5%A4%A7%E8%BF%9E%E7%BB%AD%E5%AD%90%E6%95%B0%E7%BB%84%E7%9A%84%E5%92%8C.md)、[300. 最长上升子序列 LIS](https://github.com/LLancelot/LeetCode/issues/14)、[最长上升公共子序列](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/%E6%9C%80%E9%95%BF%E4%B8%8A%E5%8D%87%E5%85%AC%E5%85%B1%E5%AD%90%E5%BA%8F%E5%88%97.md)、[最长连续不重复的子序列](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/%E6%9C%80%E9%95%BF%E8%BF%9E%E7%BB%AD%E4%B8%8D%E9%87%8D%E5%A4%8D%E7%9A%84%E5%AD%90%E5%BA%8F%E5%88%97.md)\n    - [股票买卖系列](https://github.com/LLancelot/LeetCode/blob/master/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF%E4%BB%A3%E7%A0%81/%E8%82%A1%E7%A5%A8%E4%B9%B0%E5%8D%96%E6%B1%87%E6%80%BB.md)\n    - 经典DFS/BFS搜索问题：0/1二维矩阵求岛屿数量(LC 200)，迷宫最短路、太平洋大西洋\n    - 更新中....\n- 中期：能够举一反三，在 LeetCode 搜索类似题目，最好能够一边讲思路、一边写代码。\n- 后期突击：强烈建议大家使用 [codeTop](https://codetop.cc/#/home)。\n\n\n\n## Tag\n\n| Tag                                                          | 题解分类     |\n| :----------------------------------------------------------- | :----------- |\n| [Array](https://github.com/LLancelot/LeetCode#array)         | 数组         |\n| [Two Pointers](https://github.com/LLancelot/LeetCode#two-pointers) | 双指针问题   |\n| [DP](https://github.com/LLancelot/LeetCode#dynamic-programming)               | 动态规划     |\n| [Tree](https://github.com/LLancelot/LeetCode#tree)           | 树           |\n| [Linked List](https://github.com/LLancelot/LeetCode#linked-list) | 链表         |\n| [Subset](https://github.com/LLancelot/LeetCode#subset)       | 子集问题     |\n| [DFS](https://github.com/LLancelot/LeetCode#depth-first-search) | 深度优先搜索 |\n| [BFS](https://github.com/LLancelot/LeetCode#breath-first-search) | 广度优先搜索 |\n| [Binary Search](https://github.com/LLancelot/LeetCode#binary-search) | 二分查找     |\n| [Greedy](https://github.com/LLancelot/LeetCode#greedy)       | 贪心算法     |\n| [Graph](https://github.com/LLancelot/LeetCode#graph)         | 图           |\n| [Sliding Window](https://github.com/LLancelot/LeetCode#sliding-window) | 滑动窗口问题 |\n| [Merge Intervals](https://github.com/LLancelot/LeetCode#merge-intervals) | 区间合并问题 |\n| [BackTracking](https://github.com/LLancelot/LeetCode#backtracking) | 回溯         |\n| [Stack](https://github.com/LLancelot/LeetCode#stack)         | 栈           |\n| [Bit Manipulation](https://github.com/LLancelot/LeetCode/blob/master/bit-manipulation.md) | 位运算       |\n| [Heap](https://github.com/LLancelot/LeetCode#heap--heap-sort) | 堆           |\n| [Design](https://github.com/LLancelot/LeetCode#design)       | 设计题       |\n| [String](https://github.com/LLancelot/LeetCode#string)       | 字符串       |\n| [Palindrome](https://github.com/LLancelot/LeetCode#palindrome) | 回文串       |\n\n  \n\n## 题目列表\n\n### Two Pointers\n\n- [Pair with Target Sum (模板)](https://github.com/LLancelot/LeetCode/blob/master/two-pointers.md#%E6%A8%A1%E6%9D%BF%E9%A2%981-easy---pair-with-target-sum)\n- [Remove Duplicates (模板)](https://github.com/LLancelot/LeetCode/blob/master/two-pointers.md#%E6%A8%A1%E6%9D%BF%E9%A2%982-easy---remove-duplicates)\n- [Triplet Sum to Zero (模板)](https://github.com/LLancelot/LeetCode/blob/master/two-pointers.md#%E6%A8%A1%E6%9D%BF%E9%A2%984-medium---triplet-sum-to-zero)\n  - [Follow up: Triplet Sum Close to Target](https://github.com/LLancelot/LeetCode/blob/master/two-pointers.md#follow-up-triplet-sum-close-to-target-medium)\n- [Subarrays with Product Less than a Target (medium)](https://github.com/LLancelot/LeetCode/blob/master/two-pointers.md#713-subarray-product-less-than-k)\n- [Dutch National Flag Problem (medium) / 三色旗 / 颜色分类](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/%E3%80%90Day%2002%E3%80%91%202020-06-02%20-%2075.%20%E9%A2%9C%E8%89%B2%E5%88%86%E7%B1%BB.md#day-2-2020-06-02---75-%E9%A2%9C%E8%89%B2%E5%88%86%E7%B1%BB)\n- [4Sum](https://github.com/LLancelot/LeetCode/blob/master/two-pointers.md#18-4sum-quadruple-sum-to-target-medium)\n- [1537. Get the Maximum Score (Hard)](https://github.com/LLancelot/LeetCode/blob/709dd61503e93189a45ecce3b4af51b33cdb9fe3/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1537.%20Get%20the%20Maximum%20Score.md#1537-get-the-maximum-score)\n- [42. Trapping Rain Water](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/42.%20Trapping%20Rain%20Water.md#42-trapping-rain-water)\n- [434. Number of Segments in a String](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/434.%20Number%20of%20Segments%20in%20a%20String.md#434-number-of-segments-in-a-string)\n\n### Dynamic Programming\n\n- [10. Regular Expression Matching 字符匹配](https://github.com/LLancelot/LeetCode/blob/master/String.md#10-regular-expression-matching)\n- [45. Jump Game 2](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/45.JumpGameII.md#45-jump-game-ii)\n- [91. Decode Ways](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/91.%20Decode%20Ways.md)\n- [198. House Robber](https://leetcode.com/problems/house-robber/)\n- [337. House Robber III](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/337.%20House%20Robber%20III.md)\n- [256. Paint House](https://github.com/LLancelot/LeetCode/issues)\n- [265. Paint House 2 (Hard)](https://github.com/LLancelot/LeetCode/issues)\n- [221. Maximal Square (Medium)](https://leetcode.com/problems/maximal-square/)\n- [494. Target Sum (Medium)](https://leetcode.com/problems/target-sum/)\n- [746. Min Cost Climbing Stairs](https://leetcode.com/problems/min-cost-climbing-stairs/)\n- [279. Perfect Squares](https://leetcode.com/problems/perfect-squares/)\n- [63. Unique Paths](https://leetcode.com/problems/unique-paths/)\n- [322. Coin Change](https://leetcode.com/problems/coin-change/)\n- [518. Coin Change 2](https://leetcode.com/problems/coin-change-2/)\n- [486. Predict the Winner](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#dp-12-486-predict-the-winner)\n- [377. Combination Sum IV](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#dp-13-377-combination-sum-iv)\n- [131. Palindrome Partitioning 最长回文串划分](https://github.com/LLancelot/LeetCode/blob/32471e93e9fd8e2a3600fe73f02f43c3927f5ccb/LeetCode-Note.md#dp-14-131-palindrome-partitioning)\n- [516. Longest Palindromic Subsequence 最长回文串子序列个数](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/516.%20Longest%20Palindromic%20Subsequence.md#516-longest-palindromic-subsequence)\n- [139. Word Break](https://github.com/LLancelot/LeetCode/blob/ef7768fcdab975d18890a8b45ba2fef39ec3b57d/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/139.%20Word%20Break.md#139-word-break)\n- [1524. Number of Sub-arrays With Odd Sum](https://github.com/LLancelot/LeetCode/blob/c80d74264a7528e5235209bdb8de69a16cb685d1/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1524.%20Number%20of%20Sub-arrays%20With%20Odd%20Sum.md#1524-number-of-sub-arrays-with-odd-sum)\n- [403. Frog Jump](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/403.%20Frog%20Jump%20(Hard).md)\n- [1423. Maximum Points You Can Obtain from Cards](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1423.%20Maximum%20Points%20You%20Can%20Obtain%20from%20Cards.md)\n- [1143. Longest Common Subsequence](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1143.%20Longest%20Common%20Subsequence.md) (经典，模板题)\n- [718. Maximum Length of Repeated Subarray](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/718.%20Maximum%20Length%20of%20Repeated%20Subarray.md) (与上题相似)\n- [1312. Minimum Insertion Steps to Make a String Palindrome](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1312.%20Minimum%20Insertion%20Steps%20to%20Make%20a%20String%20Palindrome.md) (记忆化递归, DP数组)\n- [1155. Number of Dice Rolls With Target Sum](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1155.%20Number%20of%20Dice%20Rolls%20With%20Target%20Sum.md) (记忆化递归, DP数组)\n- [1679. Max Number of K-Sum Pairs](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1679.%20Max%20Number%20of%20K-Sum%20Pairs.md) (HashMap)\n\n### Tree\n\n- [96. Unique Binary Search Tree](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#96-unique-binary-search-trees)\n- [95. Unique Binary Search Trees II](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#95-unique-binary-search-tree-2)\n- [98. Validate a BST](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#98-validate-a-bst)\n- [99. Recover Binary Search Tree (Hard)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/99.%20Recover%20Binary%20Search%20Tree.md#99-recover-binary-search-tree)\n- [100. Same Tree (easy)](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#100-same-tree-easy)\n- [101. Symmetric Tree (easy)](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#101-symmetric-treeeasy)\n- [110. Balanced Binary Tree](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#110-binary-balanced-tree-%E5%B9%B3%E8%A1%A1%E6%A0%91)\n- [111. Minimum Depth of Binary Tree](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#111-minimum-depth-of-binary-tree)\n- [105. Construct Binary Tree from Preorder and Inorder Traversal](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#105-construct-binary-tree-from-preorder-and-inorder-traversal)\n- [108. Convert Sorted Array to Binary Search Tree (Easy)](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#108-convert-sorted-array-to-binary-search-tree-easy)\n- [538. Convert BST to Greater Tree](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#538--1038-convert-bst-to-greater-tree)\n- [1038. Binary Search Tree to Greater Sum Tree (Same as 538)](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#538--1038-convert-bst-to-greater-tree)\n- [107. 层序遍历](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#107-%E5%B1%82%E5%BA%8F%E9%81%8D%E5%8E%86)\n- [112. Path Sum](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#112-path-sum)\n- [113. Path Sum II](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#113-path-sum-ii--medium)\n- [116. Populating Next Right Pointers in Each Node](https://github.com/LLancelot/LeetCode/issues/17)\n- [437. Path Sum III (easy)](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#437-path-sum-iii-easy)\n- [124. Binary Tree Maximum Path Sum](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#124-binary-tree-maximum-path-sum)\n- [306. Find Leaves of Binary Tree](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#306-find-leaves-of-binary-tree)\n- [701. Insert into a BST](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#701-insert-into-a-bst)\n- [572. Subtree of Another Tree](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#572-subtree-of-another-tree)\n- [510. In-order Successor in BST II](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/510.%20In-order%20Successor%20in%20BST%20II.md)\n- [449. Serialize and Deserialize BST](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/449.%20Serialize%20and%20Deserialize%20BST.md) (序列化:Node-\u003eString 和反序列化: String-\u003eNode)\n- [236. Lowest Common Ancestor of a Binary Tree](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#236-lowest-common-ancestor-of-a-binary-tree) (经典, LCA 公共祖先问题)\n- [1302. Deepest Leaves Sum](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1302.%20Deepest%20Leaves%20Sum.md)\n\n\n### Linked List\n\n- [19. Remove Nth Node From End of List](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#19-remove-nth-node-from-end-of-list)\n- [24. Swap Nodes in Pair](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#24-swap-nodes-in-pair)\n- [141. Linked List Cycle](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#141-linked-list-cycle)\n- [147. Insertion Sort List](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/147.%20Insertion%20Sort%20List.md)\n- [160. Intersection of Two Linked Lists](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#160-intersection-of-two-linked-lists)\n- [109. Convert Sorted List to BST](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/%E3%80%90Day%209%E3%80%91%202020-06-09%20-%20109.%20%E6%9C%89%E5%BA%8F%E9%93%BE%E8%A1%A8%E8%BD%AC%E6%8D%A2%E4%BA%8C%E5%8F%89%E6%90%9C%E7%B4%A2%E6%A0%91.md)\n- [206. Reverse Linked List (经典 每日一题)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/%E3%80%90Day%207%E3%80%91%202020-06-07%20-%20206.%20%E5%8F%8D%E8%BD%AC%E9%93%BE%E8%A1%A8.md)\n- [25. Reverse Node in k-Group (经典 Hard)](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#25-reverse-nodes-in-k-group)\n- [92. Reverse Linked List II (经典)](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#92-reverse-linked-list-ii)\n- [328. Odd Even Linked List](https://github.com/LLancelot/LeetCode/blob/32471e93e9fd8e2a3600fe73f02f43c3927f5ccb/LeetCode-Note.md#328-odd-even-linked-list)\n- [82. Remove Duplicates from Sorted List II](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/82.%20Remove%20Duplicates%20from%20Sorted%20List%20II.md#82-remove-duplicates-from-sorted-list-ii)\n\n### Depth-First-Search\n\n- [79. Word Search](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#79-word-search)\n- [130. Surrounded Regions](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#130-surrounded-regions)\n- [200. Numbers of Islands (三种方法, 经典)](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#200-numbers-of-islands-%E7%BB%8F%E5%85%B8)\n- [694. Number of Distinct Islands](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#694-number-of-distinct-islands)\n- [695. Max Area of Island](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#695-max-area-of-island)\n- [547. Friend Circles](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#547-friend-circles)\n- [733. Flood Fill (经典)](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#733-flood-fill)\n- [967. Numbers With Same Consecutive Differences](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/967.%20Numbers%20With%20Same%20Consecutive%20Differences.md#967-numbers-with-same-consecutive-differences)\n- [980. Unique Paths III (Hard)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/980.%20Unique%20Paths%20III%20(Hard).md) \n- [934. Shortest Bridge (BFS + DFS)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/934.%20Shortest%20Bridge.md#934-shortest-bridge)\n- [417. Pacific Atlantic Water Flow](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/417.%20Pacific%20Atlantic%20Water%20Flow.md#417-pacific-atlantic-water-flow) (大平洋大西洋水流, 经典模板题)\n\n### Breath-First-Search\n\n- [207. Course Schedule (经典)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/%E3%80%90Graph%E3%80%91Course%20Schedule.md#207-course-schedule)\n- [210. Course Schedule II (经典)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/%E3%80%90Graph%E3%80%91Course%20Schedule.md#210-course-schedule-ii)\n- [934. Shortest Bridge (BFS + DFS)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/934.%20Shortest%20Bridge.md#934-shortest-bridge)\n- [994. Rotting Oranges](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#994-rotting-oranges)\n- [417. Pacific Atlantic Water Flow](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/417.%20Pacific%20Atlantic%20Water%20Flow.md#417-pacific-atlantic-water-flow) (大平洋大西洋水流, 经典模板题)\n\n### Graph\n\n- [207. Course Schedule (经典)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/%E3%80%90Graph%E3%80%91Course%20Schedule.md#207-course-schedule)\n- [210. Course Schedule II (经典)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/%E3%80%90Graph%E3%80%91Course%20Schedule.md#210-course-schedule-ii)\n- [399. Evaluate Division](https://github.com/LLancelot/LeetCode/blob/master/Graph.md#graph-%E5%9B%BE) (Graph + BFS)\n- [269. Alien Dictionary](https://github.com/LLancelot/LeetCode/blob/master/Graph.md#269-alien-dictionary) (Graph + BFS)\n- [1192. Critical Connections in a Network (Hard)](https://github.com/LLancelot/LeetCode/issues/18)\n- [277. Find the Celebrity](https://github.com/LLancelot/LeetCode/blob/master/Graph.md#277-find-the-celebrity)\n- [133. Clone Graph](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/133.%20Clone%20Graph.md)\n- [863. All Nodes Distance K in Binary Tree](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/863.%20All%20Nodes%20Distance%20K%20in%20Binary%20Tree.md)\n- [1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1334.%20Find%20the%20City%20With%20the%20Smallest%20Number%20of%20Neighbors%20at%20a%20Threshold%20Distance.md) (Floyd-warshall 最短路径)\n- [684. Redundant Connection](https://github.com/LLancelot/LeetCode/blob/941f86f930f2a3c00195ba079fb332669f470883/Graph.md#684-redundant-connection) (DFS, 并查集Union-Find)\n\n### Greedy\n\n- [1029. Two City Scheduling](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1029.%20Two%20City%20Scheduling.md#1029-two-city-scheduling)\n- [406. Queue Reconstruction by Height](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/406.%20Queue%20Reconstruction%20by%20Height.md#406-queue-reconstruction-by-height)\n- [435. Non-overlapping Intervals](https://github.com/LLancelot/LeetCode/blob/dd22b18d96c6de27e05ab63a0c0ab15838e9e3ee/merge-intervals.md#leetcode-435-non-overlapping-intervals)\n\n### Binary Search\n\n- [162. Find Peak Element](https://github.com/LLancelot/LeetCode/blob/master/binary-search.md#162-find-peak-element)\n- [4. Median of Two Sorted Arrays (Hard)](https://github.com/LLancelot/LeetCode/blob/master/binary-search.md#4-median-of-two-sorted-arrays-hard)\n- [729. My Calendar I](https://github.com/LLancelot/LeetCode/blob/master/merge-intervals.md#leetcode-729-my-calendar-i)\n- _33. Search in Rotated Sorted Array_\n- _34. Find First and Last Position of Element in Sorted Array_\n- [74. Search a 2D Matrix](https://github.com/LLancelot/LeetCode/blob/master/binary-search.md#74-search-a-2d-matrix)\n- _153. Find Minimum in Rotated Sorted Array_\n- _209. Minimum Size Subarray Sum_\n- _230. Kth Smallest Element in a BST_\n- _240. Search a 2D Matrix II_\n- _270. Closest Binary Search Tree Value_\n- _287. Find the Duplicate Number_\n- _300. Longest Increasing Subsequence_\n- [315. Count of Smaller Numbers After Self](https://github.com/LLancelot/LeetCode/issues/10)\n- _374. Guess Number Higher or Lower_\n- [410. Split Array Largest Sum](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/410.%20Split%20Array%20Largest%20Sum%20(Hard).md#410-split-array-largest-sum-hard) (经典Hard, 二分+贪心)\n- [_875. Koko Eating Bananas_](https://leetcode.com/problems/koko-eating-bananas/)\n- [1283. Find the Smallest Divisor Given a Threshold](https://github.com/LLancelot/LeetCode/blob/master/binary-search.md#1283-find-the-smallest-divisor-given-a-threshold)\n- _1337. The K Weakest Rows in a Matrix_\n- _1351. Count Negative Numbers in a Sorted Matrix_\n\n### Sliding Window\n\n- [3. Longest Substring Without Repeating Characters](https://github.com/LLancelot/LeetCode/blob/master/sliding-window.md#3-longest-substring-without-repeating-characters)\n- [340. Longest Substring with At Most K Distinct Characters](https://github.com/LLancelot/LeetCode/blob/b389a2b57478bb4f905564aae569b3cfd274724c/sliding-window.md#340-longest-substring-with-at-most-k-distinct-characters)\n- [76. Minimum Window Substring](https://github.com/LLancelot/LeetCode/blob/master/sliding-window.md#sliding-window)\n- [30. Substring with Concatenation of All Words](https://github.com/LLancelot/LeetCode/blob/master/sliding-window.md#30-substring-with-concatenation-of-all-words)\n- [模板题：String Anagrams (hard)](https://www.educative.io/courses/grokking-the-coding-interview/xl2g3vxrMq3)\n- [模板题：Permutation in a String (hard)](https://www.educative.io/courses/grokking-the-coding-interview/N0o9QnPLKNv)\n\n### Merge Intervals (区间问题)\n\n- [模板题: Merge Intervals (合并区间)](https://github.com/LLancelot/LeetCode/blob/master/merge-intervals.md#%E6%A8%A1%E6%9D%BF%E9%A2%981---merge-intervals)\n- [模板题: Insert Interval (插入区间)](https://github.com/LLancelot/LeetCode/blob/master/merge-intervals.md#%E6%A8%A1%E6%9D%BF%E9%A2%982---insert-interval)\n- [模板题: Intervals Intersection (查找交集)](https://github.com/LLancelot/LeetCode/blob/master/merge-intervals.md#%E6%A8%A1%E6%9D%BF%E9%A2%983---interval-intersection)\n- [模板题: Conflicting Appointments (冲突区间)](https://github.com/LLancelot/LeetCode/blob/master/merge-intervals.md#%E6%A8%A1%E6%9D%BF%E9%A2%984---conflicting-appointments)\n- [模板题: Minimum Meeting Rooms (最少的会议室)](https://github.com/LLancelot/LeetCode/blob/master/merge-intervals.md#leetcode-253-meeting-rooms-ii)\n- Maximum CPU Load\n- [Employee Free Time (Hard)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/759.%20Employee%20Free%20Time.md#759-employee-free-time)\n- [729. My Calendar I](https://github.com/LLancelot/LeetCode/blob/master/merge-intervals.md#leetcode-729-my-calendar-i)\n- [435. Non-overlapping Intervals](https://github.com/LLancelot/LeetCode/blob/dd22b18d96c6de27e05ab63a0c0ab15838e9e3ee/merge-intervals.md#leetcode-435-non-overlapping-intervals) (**Greedy** Method)\n- [1272. Remove Interval](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1272.%20Remove%20Interval.md)\n\n### Subset\n\n- [78. Subsets](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#1-78-subset)\n- [90. Subsets II](https://github.com/LLancelot/LeetCode/blob/master/LeetCode-Note.md#2-90-subset)\n\n### BackTracking \n\n- [17. Letter Combinations of a Phone Number](https://github.com/LLancelot/LeetCode/blob/master/recursion-backtracking.md)\n- [22. Generate Parentheses](https://github.com/LLancelot/LeetCode/blob/master/recursion-backtracking.md#median-22-generate-parentheses)\n- [51. N皇后问题](https://github.com/LLancelot/LeetCode/blob/master/recursion-backtracking.md#hard--51-n-queens)\n- [46. Permutation](https://github.com/LLancelot/LeetCode/blob/master/recursion-backtracking.md#46-permutation)\n- [47. Permutations II](https://github.com/LLancelot/LeetCode/blob/master/recursion-backtracking.md#47-permutations-ii)\n- [216. Combination Sum III](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/216.%20Combination%20Sum%20III.md)\n- [1718. Construct the Lexicographically Largest Valid Sequence](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1718.%20Construct%20the%20Lexicographically%20Largest%20Valid%20Sequence.md) (回溯, 暴力搜索)\n\n### Stack\n\n- [84. Largest Rectangle in Histogram 直方图最大面积](https://github.com/LLancelot/LeetCode/blob/master/stack.md#84-largest-rectangle-in-histogram-%E5%8D%95%E8%B0%83%E6%A0%88%E7%B3%BB%E5%88%97)\n- [232. Implement Queue using Stacks 利用栈实现队列](https://github.com/LLancelot/LeetCode/blob/master/stack.md#232-implement-queue-using-stacks)\n- [402. Remove K Digits](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/402.%20Remove%20K%20Digits.md)\n- [946. Validate Stack Sequences](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/946.%20Validate%20Stack%20Sequences.md#946-validate-stack-sequences)\n- [71. Simplify Path](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/71.%20Simplify%20Path.md#71-simplify-path)\n- [739. Daily Temperatures](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/739.%20Daily%20Temperatures.md)\n\n### Heap / Heap Sort\n\n- [973. K Closest Points to Origin (Medium)](https://github.com/LLancelot/LeetCode/blob/master/heap.md#973-k-closest-points-to-origin-medium)\n- [378. Kth Smallest Element in a Sorted Matrix](https://github.com/LLancelot/LeetCode/blob/master/heap.md#378-kth-smallest-element-in-a-sorted-matrix)\n- [295. Find Median from Data Stream (Hard)](https://github.com/LLancelot/LeetCode/blob/8637033cb683b7b718dad7bc51c74c0a58bca0fe/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/295.%20Find%20Median%20from%20Data%20Stream.md#295-find-median-from-data-stream)\n\n### Design\n\n- [146. LRU Cache (每日一题)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/%E3%80%90Day%2012%E3%80%91-%20146.%20LRU%E7%BC%93%E5%AD%98%E6%9C%BA%E5%88%B6.md)\n- [380. Insert Delete GetRandom O(1) (每日一题)](https://github.com/LLancelot/LeetCode/blob/bed167dfe9cd188c99ee76d4d01379d82386eca4/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/%E3%80%90Day%206%E3%80%91%202020-06-06%20-%20380.%20%E5%B8%B8%E6%95%B0%E6%97%B6%E9%97%B4%E6%8F%92%E5%85%A5%E3%80%81%E5%88%A0%E9%99%A4%E5%92%8C%E8%8E%B7%E5%8F%96%E9%9A%8F%E6%9C%BA%E5%85%83%E7%B4%A0.md)\n- [208. Implement Trie (Prefix Tree)](https://github.com/LLancelot/LeetCode/blob/master/Design.md#208-implement-trie-prefix-tree)\n- [212. Word Search II](https://github.com/LLancelot/LeetCode/blob/master/Design.md#212-word-search-ii)\n- [211. Add and Search Word - Data structure design](https://github.com/LLancelot/LeetCode/blob/master/Design.md#211-add-and-search-word---data-structure-design)\n- [1286. Iterator for Combination](https://github.com/LLancelot/LeetCode/blob/master/recursion-backtracking.md#1286-iterator-for-combination) (Google)\n- [1032. Stream of Characters (Use Trie)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1032.%20Stream%20of%20Characters.md)\n- [362. Design Hit Counter](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/362.%20Design%20Hit%20Counter.md#362-design-hit-counter)\n\n### Array\n\n- [41. First Missing Positive](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/41.%20First%20Missing%20Positive.md#41-first-missing-positive)\n- [238. Product of Array Except Self](https://github.com/LLancelot/LeetCode/blob/master/Array.md#238-product-of-array-except-self-medium)\n- [179. Largest Number](https://github.com/LLancelot/LeetCode/blob/cc993b5461a24994e2be233fad8ed8f340135868/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/179.%20Largest%20Number.md#179-largest-number)\n- [498. Diagonal Traverse](https://github.com/LLancelot/LeetCode/blob/b095df0dd886c953108f989520fb52cab6198b21/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/498.%20Diagonal%20Traverse.md#498-diagonal-traverse)\n- [334. Increasing Triplet Subsequence](https://github.com/LLancelot/LeetCode/blob/master/Array.md)\n- [442. Find All Duplicates in an Array](https://github.com/LLancelot/LeetCode/blob/master/Array.md#442-find-all-duplicates-in-an-array)\n- [406. Queue Reconstruction by Height](https://github.com/LLancelot/LeetCode/blob/b95a1b6afe8c201f6d07025da2c4403d43759165/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/406.%20Queue%20Reconstruction%20by%20Height.md#406-queue-reconstruction-by-height)\n- [624. Maximum Distance in Arrays](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/624.%20Maximum%20Distance%20in%20Arrays.md#624-maximum-distance-in-arrays)\n- [910. Smallest Range II](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/910.%20Smallest%20Range%20II.md)\n- [243. Shortest Word Distance](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/243.%20Shortest%20Word%20Distance.md)\n- [153. Find Minimum in Rotated Sorted Array](https://github.com/LLancelot/LeetCode/blob/dd488b78adc1bd9b67433612ade8874778ef3586/binary-search.md#153-find-minimum-in-rotated-sorted-array) (无重复元素)\n- [154. Find Minimum in Rotated Sorted Array II](https://github.com/LLancelot/LeetCode/blob/dd488b78adc1bd9b67433612ade8874778ef3586/binary-search.md#154-find-minimum-in-rotated-sorted-array-ii) (有重复元素)\n- [1413. Minimum Value to Get Positive Step by Step Sum](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1413.%20Minimum%20Value%20to%20Get%20Positive%20Step%20by%20Step%20Sum.md)\n\n### String\n\n- [10. Regular Expression Matching 字符匹配](https://github.com/LLancelot/LeetCode/blob/master/String.md#10-regular-expression-matching)\n- [32. Longest Valid Parentheses (经典)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/32.%20Longest%20Valid%20Parentheses.md#32-longest-valid-parentheses)\n- [38. Count and Say](https://github.com/LLancelot/LeetCode/blob/master/String.md#38-count-and-say)\n- [44. Wildcard Matching 万卡匹配](https://github.com/LLancelot/LeetCode/blob/fb237e22cb32219232def5d98f5db9e674d3ff6a/String.md#44-wildcard-matching)\n- [97. Interleaving String (hard)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/97.%20Interleaving%20String%20(hard).md)\n- [929. Unique Email Addresses](https://github.com/LLancelot/LeetCode/blob/cc993b5461a24994e2be233fad8ed8f340135868/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/929.UniqueEmailAddresses.md)\n- [1041. Robot Bounded In Circle](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1041.%20Robot%20Bounded%20In%20Circle.md#1041-robot-bounded-in-circle)\n- [763. Partition Labels](https://github.com/LLancelot/LeetCode/blob/cc993b5461a24994e2be233fad8ed8f340135868/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/763.%20Partition%20Labels.md)\n- [1505. Minimum Possible Integer After at Most K Adjacent Swaps On Digits](https://github.com/LLancelot/LeetCode/blob/cc993b5461a24994e2be233fad8ed8f340135868/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1505.%20Minimum%20Possible%20Integer%20After%20at%20Most%20K%20Adjacent%20Swaps%20On%20Digits.md#leetcode-1505-minimum-possible-integer-after-at-most-k-adjacent-swaps-on-digits)\n- [1291. Sequential Digits](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1291.%20Sequential%20Digits.md)\n- [468. Validate IP Address](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/468.%20Validate%20IP%20Address.md)\n- [556. Next Greater Element III](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/556.%20Next%20Greater%20Element%20III.md#556-next-greater-element-iii)\n\n### Palindrome\n\n- [5. Longest Palindromic Substring (经典)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/5.%20Longest%20Palindromic%20Substring.md#5-longest-palindromic-substring)\n- [131. Palindrome Partitioning](https://github.com/LLancelot/LeetCode/blob/32471e93e9fd8e2a3600fe73f02f43c3927f5ccb/LeetCode-Note.md#dp-14-131-palindrome-partitioning)\n- *214. Shortest Palindrome (Hard)*\n- *234. Palindrome Linked List (Easy)*\n- *266. Palindrome Permutation (Easy)*\n- *336.Palindrome Pairs (Hard, **Amazon**)*\n- [409. Longest Palindrome](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/409.%20Longest%20Palindrome.md#409-longest-palindrome)\n- [516. Longest Palindromic Subsequence](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/516.%20Longest%20Palindromic%20Subsequence.md#516-longest-palindromic-subsequence)\n- [647. Palindromic Substrings](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/647.%20Palindromic%20Substrings.md#647-palindromic-substrings)\n- [1312. Minimum Insertion Steps to Make a String Palindrome](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/1312.%20Minimum%20Insertion%20Steps%20to%20Make%20a%20String%20Palindrome.md) (记忆化递归, DP数组)\n- [680. Valid Palindrome II](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/680.%20Valid%20Palindrome%20II.md#680-valid-palindrome-ii) (Easy)\n\n### Bit Manipulation\n\n- [421. Maximum XOR of Two Numbers in an Array (Use Trie)](https://github.com/LLancelot/LeetCode/blob/master/%E6%AF%8F%E6%97%A5%E4%B8%80%E9%A2%98/421.%20Maximum%20XOR%20of%20Two%20Numbers%20in%20an%20Array.md)\n- \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllancelot%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllancelot%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllancelot%2Fleetcode/lists"}