├── LICENSE ├── README.md ├── array ├── LeetCode 第 240 题:“搜索二维矩阵 II”题解配图(起点:右上角).pptx ├── LeetCode 第 240 题:“搜索二维矩阵 II”题解配图(起点:左下角).pptx ├── LeetCode 第 283 题:“移动零”题解配图的副本.pptx ├── LeetCode 第 75 题:“颜色分类”题解配图.pptx ├── LeetCode 第 75 题:“颜色分类”题解配图 │ ├── 0075-1.png │ ├── 0075-10.png │ ├── 0075-11.png │ ├── 0075-12.png │ ├── 0075-13.png │ ├── 0075-14.png │ ├── 0075-2.png │ ├── 0075-3.png │ ├── 0075-4.png │ ├── 0075-5.png │ ├── 0075-6.png │ ├── 0075-7.png │ ├── 0075-8.png │ └── 0075-9.png ├── LeetCode 第 75 题:“颜色分类”题解配图的副本.pptx ├── LeetCode 第 88 题:“合并两个有序数组”题解配图(1-从前向后归并).pptx ├── LeetCode 第 88 题:“合并两个有序数组”题解配图(2-从后向前归并).pptx ├── 「力扣」第 8 题:字符串转换整数.pptx └── 「力扣」第 8 题:字符串转换整数 │ └── 「力扣」第 8 题:字符串转换整数.png ├── backtracking ├── LeetCode 第 51 题:“N 皇后”题解配图.pptx ├── LeetCode 第 1079 题:“活字印刷”题解配图.png ├── LeetCode 第 1079 题:“活字印刷”题解配图.pptx ├── LeetCode 第 200 题:“岛屿数量”题解配图(并查集).pptx ├── LeetCode 第 200 题:“岛屿数量”题解配图(广度优先遍历).pptx ├── LeetCode 第 200 题:“岛屿数量”题解配图(深度优先遍历).pptx ├── LeetCode 第 22 题:“括号生出”题解配图.pptx ├── LeetCode 第 39 题:“组合总和”题解配图.pptx ├── LeetCode 第 40 题:“组合总和 II”题解配图.pptx ├── LeetCode 第 46 题:“全排列”题解配图.pptx ├── LeetCode 第 47 题:“全排列 II”题解配图.png ├── LeetCode 第 47 题:“全排列 II”题解配图.pptx ├── LeetCode 第 60 题:“第 k 个排列”题解配图-new.pptx ├── LeetCode 第 60 题:“第 k 个排列”题解配图.pptx ├── LeetCode 第 60 题:第 k 个排列.pptx ├── LeetCode 第 77 题:“组合”题解配图.pptx ├── LeetCode 第 78 题:“子集”题解配图(位掩码).pptx ├── LeetCode 第 78 题:“子集”题解配图(递归回溯).pptx ├── LeetCode 第 784 题:“字母大小写全排列”题解配图.pptx ├── LeetCode 第 79 题:“单词搜索”题解配图.pptx ├── 「力扣」第 46、47 题:全排列(回溯算法)题解.pptx ├── 「力扣」第 46、47 题:全排列(回溯算法)题解 │ ├── 「力扣」第 46、47 题:全排列(回溯算法)题解-1.png │ ├── 「力扣」第 46、47 题:全排列(回溯算法)题解-2.png │ ├── 「力扣」第 46、47 题:全排列(回溯算法)题解-3.png │ └── 「力扣」第 46、47 题:全排列(回溯算法)题解.png ├── 「力扣」第 78、90 题:子集(回溯算法)题解.pptx ├── 「力扣」第 78、90 题:子集(回溯算法)题解 │ ├── 「力扣」第 78 题:子集(回溯算法)题解-1.png │ ├── 「力扣」第 78 题:子集(回溯算法)题解-2.png │ ├── 「力扣」第 78 题:子集(回溯算法)题解-3.png │ ├── 「力扣」第 78 题:子集(回溯算法)题解-4.png │ ├── 「力扣」第 78 题:子集(回溯算法)题解.png │ ├── 「力扣」第 90 题:子集 II(回溯算法)题解-1.png │ ├── 「力扣」第 90 题:子集 II(回溯算法)题解-2.png │ └── 幻灯片8.png ├── 「力扣」第 93 题:复原 IP 地址.pptx └── 「力扣」第 93 题:复原 IP 地址 │ ├── 「力扣」第 93 题:复原 IP 地址-1.png │ └── 「力扣」第 93 题:复原 IP 地址.png ├── binary-search ├── LeetCode 第 287 题题解示意图:“寻找重复数 ”题解示意图.pptx ├── LeetCode 第 287 题:“寻找重复数”题解配图.pptx ├── LeetCode 第 35 题:“搜索插入位置”.png ├── LeetCode 第 35 题:“搜索插入位置”.pptx ├── LeetCode 第 4 题:“寻找两个有序数组的中位数”题解配图.pptx ├── LeetCode 第 611 题:“有效三角形的个数”题解配图.pptx └── LeetCode 第 658 题:“找到 K 个最接近的元素”题解配图.pptx ├── bit-manipulation ├── LeetCode 第 421 题题解示意图:“数组中两个数的最大异或值”题解示意图.pptx └── LeetCode 第 421 题:“数组中两个数的最大异或值”题解配图.pptx ├── breadth-first-search ├── LeetCode 第 207 题:“课程表”题解配图.pptx └── 「力扣」第 127 题:单词接龙.pptx ├── divide-and-conquer ├── LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图.pptx ├── LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图(归并排序).pptx ├── LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图(树状数组).pptx └── LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图(逆序数).pptx ├── dynamic-programming ├── LeetCode 第 139 题:“单词拆分”题解配图.pptx ├── LeetCode 第 140 题:“单词拆分”题解配图.pptx ├── LeetCode 第 300 题:“最长上升子序列”题解示意图-动态规划(旧).pptx ├── LeetCode 第 300 题:“最长上升子序列”题解示意图-贪心算法(旧).pptx ├── LeetCode 第 300 题:“最长上升子序列”题解配图(动态规划)-2.pptx ├── LeetCode 第 300 题:“最长上升子序列”题解配图(动态规划).pptx ├── LeetCode 第 300 题:“最长上升子序列”题解配图(贪心算法)-2.pptx ├── LeetCode 第 300 题:“最长上升子序列”题解配图(贪心算法).pptx ├── LeetCode 第 300 题:最长上升子序列.pptx ├── LeetCode 第 304 题:“ 二维区域和检索 - 矩阵不可变”题解配图.pptx ├── LeetCode 第 343题:“整数拆分”题解配图.pptx ├── LeetCode 第 377 题:“组合问题 IV”题解配图.pptx ├── LeetCode 第 416 题:“分割等和子集”题解配图.pptx └── (模板)LeetCode 第 53 题:“最大子序和”题解配图.pptx ├── greedy ├── LeetCode 第 945 题:“.使数组唯一的最小增量”题解配图.pptx └── LeetCode 第 452 题:“用最少数量的箭引爆气球”题解配图.pptx ├── hash-table ├── LeetCode 第 41 题:“缺失的第一个正数 ”题解示意图.pptx ├── LeetCode 第 41 题:“缺失的第一个正数”题解配图.pptx ├── 「力扣」第 41 题:缺失的第一个正数(哈希表)题解.pptx ├── 「力扣」第 41 题:缺失的第一个正数(哈希表)题解 │ ├── 0041-1.png │ ├── 0041-10.png │ ├── 0041-11.png │ ├── 0041-12.png │ ├── 0041-13.png │ ├── 0041-14.png │ ├── 0041-2.png │ ├── 0041-3.png │ ├── 0041-4.png │ ├── 0041-5.png │ ├── 0041-6.png │ ├── 0041-7.png │ ├── 0041-8.png │ └── 0041-9.png └── 「力扣」第 466 题.pptx ├── heap └── LeetCode 第 295 题:“数据流的中位数”题解配图.pptx ├── linked-list ├── LeetCode 图-单链表自底向上的归并排序示意图.pptx ├── LeetCode 第 142 题:“环形链表 II”题解配图.pptx ├── LeetCode 第 146 题:“LRU缓存”题解配图.pptx ├── LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解.pptx ├── LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解配图.png ├── LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解配图.pptx ├── LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解(第 2 版).pptx ├── LeetCode 第 21 题:“合并两个有序链表”题解配图.pptx ├── LeetCode 第 23 题题解示意图.pptx ├── LeetCode 第 23 题:“合并 K 个排序链表”题解配图.pptx ├── LeetCode 第 23 题:“合并 K 个排序链表”题解配图(旧).pptx ├── LeetCode 第 460 题:“LFU缓存”题解配图.pptx └── LeetCode 第 876 题:“链表的中间结点”题解配图.pptx ├── monotonous-stack ├── LeetCode 第 84 题:「柱状图中最大的矩形」题解配图.pptx ├── LeetCode 第 1081 题:“不同字符的最小子序列”题解示意图.pptx ├── LeetCode 第 1081 题:“不同字符的最小子序列”题解配图.pptx └── LeetCode 第 1081 题:“不同字符的最小子序列”题解配图的副本.pptx ├── queue ├── LeetCode 第 239 题:“滑动窗口的最大值”题解配图.pptx ├── LeetCode 第 622 题:“设计循环队列”题解配图.pptx └── LeetCode 第 641 题:“设计循环双端队列”题解配图的.pptx ├── sliding-window ├── 「力扣」第 220 题:存在重复元素 III.pptx └── 「力扣」第 220 题:存在重复元素 III │ └── 「力扣」第 220 题:存在重复元素 III.png ├── stack ├── LeetCode 第 232 题:“用栈实现队列”题解配图.pptx └── LeetCode 第 225 题:“用队列实现栈”题解配图.pptx ├── tree ├── LeetCode 第 105 题:“从前序与中序遍历序列构造二叉树”题解配图.pptx ├── LeetCode 第 106 题:“从中序与后序遍历序列构造二叉树”题解配图.pptx ├── LeetCode 第 1080 题:“根到叶路径上的不足节点”题解示意图.pptx └── LeetCode 第 1080 题:“根到叶路径上的不足节点”题解配图.pptx ├── two-pointers └── LeetCode 第 42 题:“接雨水”题解配图.pptx ├── union-find └── LeetCode 第 952 题:“按公因数计算最大组件大小”题解配图.pptx └── 模板 └── (模板)LeetCode 第 题:“”题解配图.pptx /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright [yyyy] [name of copyright owner] 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LeetCode-Solution-PPT 2 | 3 | ## 刷题过程中在 LeetCode 中文版提交的题解和动画 4 | 5 | 6 | ### LeetCode 第 23 题:合并 K 个排序链表 7 | 8 | ![LeetCode 第 23 题:合并 K 个排序链表](https://liweiwei1419.github.io/images/leetcode-solution-new/0023/0023.gif) 9 | 10 | 题解地址:https://leetcode-cn.com/problems/merge-k-sorted-lists/solution/tan-xin-suan-fa-you-xian-dui-lie-fen-zhi-fa-python/。 11 | 12 | ### LeetCode 第 41 题:缺失的第一个正数 13 | 14 | ![LeetCode 第 41 题:缺失的第一个正数](https://liweiwei1419.github.io/images/leetcode-solution-new/0041/0041.gif) 15 | 16 | 题解地址:https://leetcode-cn.com/problems/first-missing-positive/solution/tong-pai-xu-python-dai-ma-by-liweiwei1419/。 17 | 18 | ### LeetCode 第 60 题:第 k 个排列 19 | 20 | ![LeetCode 第 60 题:第 k 个排列](https://liweiwei1419.github.io/images/leetcode-solution-new/0060/0060.gif) 21 | 22 | 题解地址:https://leetcode-cn.com/problems/permutation-sequence/solution/hui-su-jian-zhi-python-dai-ma-java-dai-ma-by-liwei/。 23 | 24 | ### LeetCode 第 148 题:单链表自底向上的“归并排序” 25 | 26 | ![LeetCode 第 148 题:单链表自底向上的“归并排序”](https://liweiwei1419.github.io/images/leetcode-solution-new/0148/0148.gif) 27 | 28 | 题解地址:https://leetcode-cn.com/problems/sort-list/solution/zi-di-xiang-shang-de-gui-bing-pai-xu-java-dai-ma-b/。 29 | 30 | ### LeetCode 第 287 题:寻找重复数 31 | 32 | ![LeetCode 第 287 题:寻找重复数](https://liweiwei1419.github.io/images/leetcode-solution-new/0287/0287.gif) 33 | 34 | 题解地址:https://leetcode-cn.com/problems/find-the-duplicate-number/solution/er-fen-fa-si-lu-ji-dai-ma-python-by-liweiwei1419/。 35 | 36 | ### LeetCode 第 300 题:最长上升子序列 37 | 38 | ![LeetCode 第 300 题:最长上升子序列-二分法](https://liweiwei1419.github.io/images/leetcode-solution-new/0300/0300-greed-binary-search.gif) 39 | 40 | ![LeetCode 第 300 题:最长上升子序列-动态规划](https://liweiwei1419.github.io/images/leetcode-solution-new/0300/0300-dp.gif) 41 | 42 | 题解地址:https://leetcode-cn.com/problems/longest-increasing-subsequence/solution/dong-tai-gui-hua-er-fen-cha-zhao-tan-xin-suan-fa-p/。 43 | 44 | ### LeetCode 第 315 题:计算右侧小于当前元素的个数 45 | 46 | ![归并排序](https://liweiwei1419.github.io/images/leetcode-solution-new/0315/merge-sort.gif) 47 | 48 | ![树状数组](https://liweiwei1419.github.io/images/leetcode-solution-new/0315/fenwick-tree.gif) 49 | 50 | 51 | ### LeetCode 第 421 题:数组中两个数的最大异或值 52 | 53 | ![LeetCode 第 421 题:数组中两个数的最大异或值](https://liweiwei1419.github.io/images/leetcode-solution-new/0421/0421.gif) 54 | 55 | 题解地址:https://leetcode-cn.com/problems/maximum-xor-of-two-numbers-in-an-array/solution/li-yong-yi-huo-yun-suan-de-xing-zhi-tan-xin-suan-f/。 56 | 57 | ### LeetCode 第 1079 题:活字印刷 58 | 59 | ![LeetCode 第 1079 题:活字印刷](https://liweiwei1419.github.io/images/leetcode-solution-new/1079/1079.gif) 60 | 61 | 题解地址:https://leetcode-cn.com/problems/letter-tile-possibilities/solution/hui-su-suan-fa-python-dai-ma-by-liweiwei1419/。 62 | 63 | ### LeetCode 第 1080 题:根到叶路径上的不足节点 64 | 65 | ![LeetCode 第 1080 题:根到叶路径上的不足节点](https://liweiwei1419.github.io/images/leetcode-solution-new/1080/1080.gif) 66 | 67 | 题解地址:https://leetcode-cn.com/problems/insufficient-nodes-in-root-to-leaf-paths/solution/hou-xu-bian-li-python-dai-ma-java-dai-ma-by-liweiw/。 68 | 69 | ### LeetCode 第 1081 题:不同字符的最小子序列 70 | 71 | ![LeetCode 第 1081 题:不同字符的最小子序列](https://liweiwei1419.github.io/images/leetcode-solution-new/1081/1081.gif) 72 | 73 | 题解地址:https://leetcode-cn.com/problems/smallest-subsequence-of-distinct-characters/solution/tan-xin-suan-fa-zhan-wei-yan-ma-python-dai-ma-java/。 74 | 75 | -------------------------------------------------------------------------------- /array/LeetCode 第 240 题:“搜索二维矩阵 II”题解配图(起点:右上角).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 240 题:“搜索二维矩阵 II”题解配图(起点:右上角).pptx -------------------------------------------------------------------------------- /array/LeetCode 第 240 题:“搜索二维矩阵 II”题解配图(起点:左下角).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 240 题:“搜索二维矩阵 II”题解配图(起点:左下角).pptx -------------------------------------------------------------------------------- /array/LeetCode 第 283 题:“移动零”题解配图的副本.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 283 题:“移动零”题解配图的副本.pptx -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图.pptx -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-1.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-10.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-11.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-12.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-13.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-14.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-2.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-3.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-4.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-5.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-6.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-7.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-8.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图/0075-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图/0075-9.png -------------------------------------------------------------------------------- /array/LeetCode 第 75 题:“颜色分类”题解配图的副本.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 75 题:“颜色分类”题解配图的副本.pptx -------------------------------------------------------------------------------- /array/LeetCode 第 88 题:“合并两个有序数组”题解配图(1-从前向后归并).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 88 题:“合并两个有序数组”题解配图(1-从前向后归并).pptx -------------------------------------------------------------------------------- /array/LeetCode 第 88 题:“合并两个有序数组”题解配图(2-从后向前归并).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/LeetCode 第 88 题:“合并两个有序数组”题解配图(2-从后向前归并).pptx -------------------------------------------------------------------------------- /array/「力扣」第 8 题:字符串转换整数.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/「力扣」第 8 题:字符串转换整数.pptx -------------------------------------------------------------------------------- /array/「力扣」第 8 题:字符串转换整数/「力扣」第 8 题:字符串转换整数.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/array/「力扣」第 8 题:字符串转换整数/「力扣」第 8 题:字符串转换整数.png -------------------------------------------------------------------------------- /backtracking/LeetCode 第 51 题:“N 皇后”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 51 题:“N 皇后”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 1079 题:“活字印刷”题解配图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 1079 题:“活字印刷”题解配图.png -------------------------------------------------------------------------------- /backtracking/LeetCode 第 1079 题:“活字印刷”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 1079 题:“活字印刷”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 200 题:“岛屿数量”题解配图(并查集).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 200 题:“岛屿数量”题解配图(并查集).pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 200 题:“岛屿数量”题解配图(广度优先遍历).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 200 题:“岛屿数量”题解配图(广度优先遍历).pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 200 题:“岛屿数量”题解配图(深度优先遍历).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 200 题:“岛屿数量”题解配图(深度优先遍历).pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 22 题:“括号生出”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 22 题:“括号生出”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 39 题:“组合总和”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 39 题:“组合总和”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 40 题:“组合总和 II”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 40 题:“组合总和 II”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 46 题:“全排列”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 46 题:“全排列”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 47 题:“全排列 II”题解配图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 47 题:“全排列 II”题解配图.png -------------------------------------------------------------------------------- /backtracking/LeetCode 第 47 题:“全排列 II”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 47 题:“全排列 II”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 60 题:“第 k 个排列”题解配图-new.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 60 题:“第 k 个排列”题解配图-new.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 60 题:“第 k 个排列”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 60 题:“第 k 个排列”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 60 题:第 k 个排列.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 60 题:第 k 个排列.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 77 题:“组合”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 77 题:“组合”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 78 题:“子集”题解配图(位掩码).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 78 题:“子集”题解配图(位掩码).pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 78 题:“子集”题解配图(递归回溯).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 78 题:“子集”题解配图(递归回溯).pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 784 题:“字母大小写全排列”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 784 题:“字母大小写全排列”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/LeetCode 第 79 题:“单词搜索”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/LeetCode 第 79 题:“单词搜索”题解配图.pptx -------------------------------------------------------------------------------- /backtracking/「力扣」第 46、47 题:全排列(回溯算法)题解.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 46、47 题:全排列(回溯算法)题解.pptx -------------------------------------------------------------------------------- /backtracking/「力扣」第 46、47 题:全排列(回溯算法)题解/「力扣」第 46、47 题:全排列(回溯算法)题解-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 46、47 题:全排列(回溯算法)题解/「力扣」第 46、47 题:全排列(回溯算法)题解-1.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 46、47 题:全排列(回溯算法)题解/「力扣」第 46、47 题:全排列(回溯算法)题解-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 46、47 题:全排列(回溯算法)题解/「力扣」第 46、47 题:全排列(回溯算法)题解-2.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 46、47 题:全排列(回溯算法)题解/「力扣」第 46、47 题:全排列(回溯算法)题解-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 46、47 题:全排列(回溯算法)题解/「力扣」第 46、47 题:全排列(回溯算法)题解-3.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 46、47 题:全排列(回溯算法)题解/「力扣」第 46、47 题:全排列(回溯算法)题解.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 46、47 题:全排列(回溯算法)题解/「力扣」第 46、47 题:全排列(回溯算法)题解.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 78、90 题:子集(回溯算法)题解.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 78、90 题:子集(回溯算法)题解.pptx -------------------------------------------------------------------------------- /backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 78 题:子集(回溯算法)题解-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 78 题:子集(回溯算法)题解-1.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 78 题:子集(回溯算法)题解-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 78 题:子集(回溯算法)题解-2.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 78 题:子集(回溯算法)题解-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 78 题:子集(回溯算法)题解-3.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 78 题:子集(回溯算法)题解-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 78 题:子集(回溯算法)题解-4.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 78 题:子集(回溯算法)题解.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 78 题:子集(回溯算法)题解.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 90 题:子集 II(回溯算法)题解-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 90 题:子集 II(回溯算法)题解-1.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 90 题:子集 II(回溯算法)题解-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/「力扣」第 90 题:子集 II(回溯算法)题解-2.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/幻灯片8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 78、90 题:子集(回溯算法)题解/幻灯片8.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 93 题:复原 IP 地址.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 93 题:复原 IP 地址.pptx -------------------------------------------------------------------------------- /backtracking/「力扣」第 93 题:复原 IP 地址/「力扣」第 93 题:复原 IP 地址-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 93 题:复原 IP 地址/「力扣」第 93 题:复原 IP 地址-1.png -------------------------------------------------------------------------------- /backtracking/「力扣」第 93 题:复原 IP 地址/「力扣」第 93 题:复原 IP 地址.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/backtracking/「力扣」第 93 题:复原 IP 地址/「力扣」第 93 题:复原 IP 地址.png -------------------------------------------------------------------------------- /binary-search/LeetCode 第 287 题题解示意图:“寻找重复数 ”题解示意图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/binary-search/LeetCode 第 287 题题解示意图:“寻找重复数 ”题解示意图.pptx -------------------------------------------------------------------------------- /binary-search/LeetCode 第 287 题:“寻找重复数”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/binary-search/LeetCode 第 287 题:“寻找重复数”题解配图.pptx -------------------------------------------------------------------------------- /binary-search/LeetCode 第 35 题:“搜索插入位置”.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/binary-search/LeetCode 第 35 题:“搜索插入位置”.png -------------------------------------------------------------------------------- /binary-search/LeetCode 第 35 题:“搜索插入位置”.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/binary-search/LeetCode 第 35 题:“搜索插入位置”.pptx -------------------------------------------------------------------------------- /binary-search/LeetCode 第 4 题:“寻找两个有序数组的中位数”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/binary-search/LeetCode 第 4 题:“寻找两个有序数组的中位数”题解配图.pptx -------------------------------------------------------------------------------- /binary-search/LeetCode 第 611 题:“有效三角形的个数”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/binary-search/LeetCode 第 611 题:“有效三角形的个数”题解配图.pptx -------------------------------------------------------------------------------- /binary-search/LeetCode 第 658 题:“找到 K 个最接近的元素”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/binary-search/LeetCode 第 658 题:“找到 K 个最接近的元素”题解配图.pptx -------------------------------------------------------------------------------- /bit-manipulation/LeetCode 第 421 题题解示意图:“数组中两个数的最大异或值”题解示意图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/bit-manipulation/LeetCode 第 421 题题解示意图:“数组中两个数的最大异或值”题解示意图.pptx -------------------------------------------------------------------------------- /bit-manipulation/LeetCode 第 421 题:“数组中两个数的最大异或值”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/bit-manipulation/LeetCode 第 421 题:“数组中两个数的最大异或值”题解配图.pptx -------------------------------------------------------------------------------- /breadth-first-search/LeetCode 第 207 题:“课程表”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/breadth-first-search/LeetCode 第 207 题:“课程表”题解配图.pptx -------------------------------------------------------------------------------- /breadth-first-search/「力扣」第 127 题:单词接龙.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/breadth-first-search/「力扣」第 127 题:单词接龙.pptx -------------------------------------------------------------------------------- /divide-and-conquer/LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/divide-and-conquer/LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图.pptx -------------------------------------------------------------------------------- /divide-and-conquer/LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图(归并排序).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/divide-and-conquer/LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图(归并排序).pptx -------------------------------------------------------------------------------- /divide-and-conquer/LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图(树状数组).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/divide-and-conquer/LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图(树状数组).pptx -------------------------------------------------------------------------------- /divide-and-conquer/LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图(逆序数).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/divide-and-conquer/LeetCode 第 315 题:“计算右侧小于当前元素的个数”题解配图(逆序数).pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 139 题:“单词拆分”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 139 题:“单词拆分”题解配图.pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 140 题:“单词拆分”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 140 题:“单词拆分”题解配图.pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解示意图-动态规划(旧).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解示意图-动态规划(旧).pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解示意图-贪心算法(旧).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解示意图-贪心算法(旧).pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解配图(动态规划)-2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解配图(动态规划)-2.pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解配图(动态规划).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解配图(动态规划).pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解配图(贪心算法)-2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解配图(贪心算法)-2.pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解配图(贪心算法).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 300 题:“最长上升子序列”题解配图(贪心算法).pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 300 题:最长上升子序列.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 300 题:最长上升子序列.pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 304 题:“ 二维区域和检索 - 矩阵不可变”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 304 题:“ 二维区域和检索 - 矩阵不可变”题解配图.pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 343题:“整数拆分”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 343题:“整数拆分”题解配图.pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 377 题:“组合问题 IV”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 377 题:“组合问题 IV”题解配图.pptx -------------------------------------------------------------------------------- /dynamic-programming/LeetCode 第 416 题:“分割等和子集”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/LeetCode 第 416 题:“分割等和子集”题解配图.pptx -------------------------------------------------------------------------------- /dynamic-programming/(模板)LeetCode 第 53 题:“最大子序和”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/dynamic-programming/(模板)LeetCode 第 53 题:“最大子序和”题解配图.pptx -------------------------------------------------------------------------------- /greedy/LeetCode 第 945 题:“.使数组唯一的最小增量”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/greedy/LeetCode 第 945 题:“.使数组唯一的最小增量”题解配图.pptx -------------------------------------------------------------------------------- /greedy/LeetCode 第 452 题:“用最少数量的箭引爆气球”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/greedy/LeetCode 第 452 题:“用最少数量的箭引爆气球”题解配图.pptx -------------------------------------------------------------------------------- /hash-table/LeetCode 第 41 题:“缺失的第一个正数 ”题解示意图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/LeetCode 第 41 题:“缺失的第一个正数 ”题解示意图.pptx -------------------------------------------------------------------------------- /hash-table/LeetCode 第 41 题:“缺失的第一个正数”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/LeetCode 第 41 题:“缺失的第一个正数”题解配图.pptx -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解.pptx -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-1.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-10.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-11.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-12.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-13.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-14.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-2.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-3.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-4.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-5.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-6.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-7.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-8.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 41 题:缺失的第一个正数(哈希表)题解/0041-9.png -------------------------------------------------------------------------------- /hash-table/「力扣」第 466 题.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/hash-table/「力扣」第 466 题.pptx -------------------------------------------------------------------------------- /heap/LeetCode 第 295 题:“数据流的中位数”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/heap/LeetCode 第 295 题:“数据流的中位数”题解配图.pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 图-单链表自底向上的归并排序示意图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 图-单链表自底向上的归并排序示意图.pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 142 题:“环形链表 II”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 142 题:“环形链表 II”题解配图.pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 146 题:“LRU缓存”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 146 题:“LRU缓存”题解配图.pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解.pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解配图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解配图.png -------------------------------------------------------------------------------- /linked-list/LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解配图.pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解(第 2 版).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 148 题:“单链表”自底向上实现“归并排序”题解(第 2 版).pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 21 题:“合并两个有序链表”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 21 题:“合并两个有序链表”题解配图.pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 23 题题解示意图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 23 题题解示意图.pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 23 题:“合并 K 个排序链表”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 23 题:“合并 K 个排序链表”题解配图.pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 23 题:“合并 K 个排序链表”题解配图(旧).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 23 题:“合并 K 个排序链表”题解配图(旧).pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 460 题:“LFU缓存”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 460 题:“LFU缓存”题解配图.pptx -------------------------------------------------------------------------------- /linked-list/LeetCode 第 876 题:“链表的中间结点”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/linked-list/LeetCode 第 876 题:“链表的中间结点”题解配图.pptx -------------------------------------------------------------------------------- /monotonous-stack/LeetCode 第 84 题:「柱状图中最大的矩形」题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/monotonous-stack/LeetCode 第 84 题:「柱状图中最大的矩形」题解配图.pptx -------------------------------------------------------------------------------- /monotonous-stack/LeetCode 第 1081 题:“不同字符的最小子序列”题解示意图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/monotonous-stack/LeetCode 第 1081 题:“不同字符的最小子序列”题解示意图.pptx -------------------------------------------------------------------------------- /monotonous-stack/LeetCode 第 1081 题:“不同字符的最小子序列”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/monotonous-stack/LeetCode 第 1081 题:“不同字符的最小子序列”题解配图.pptx -------------------------------------------------------------------------------- /monotonous-stack/LeetCode 第 1081 题:“不同字符的最小子序列”题解配图的副本.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/monotonous-stack/LeetCode 第 1081 题:“不同字符的最小子序列”题解配图的副本.pptx -------------------------------------------------------------------------------- /queue/LeetCode 第 239 题:“滑动窗口的最大值”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/queue/LeetCode 第 239 题:“滑动窗口的最大值”题解配图.pptx -------------------------------------------------------------------------------- /queue/LeetCode 第 622 题:“设计循环队列”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/queue/LeetCode 第 622 题:“设计循环队列”题解配图.pptx -------------------------------------------------------------------------------- /queue/LeetCode 第 641 题:“设计循环双端队列”题解配图的.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/queue/LeetCode 第 641 题:“设计循环双端队列”题解配图的.pptx -------------------------------------------------------------------------------- /sliding-window/「力扣」第 220 题:存在重复元素 III.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/sliding-window/「力扣」第 220 题:存在重复元素 III.pptx -------------------------------------------------------------------------------- /sliding-window/「力扣」第 220 题:存在重复元素 III/「力扣」第 220 题:存在重复元素 III.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/sliding-window/「力扣」第 220 题:存在重复元素 III/「力扣」第 220 题:存在重复元素 III.png -------------------------------------------------------------------------------- /stack/LeetCode 第 232 题:“用栈实现队列”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/stack/LeetCode 第 232 题:“用栈实现队列”题解配图.pptx -------------------------------------------------------------------------------- /stack/LeetCode 第 225 题:“用队列实现栈”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/stack/LeetCode 第 225 题:“用队列实现栈”题解配图.pptx -------------------------------------------------------------------------------- /tree/LeetCode 第 105 题:“从前序与中序遍历序列构造二叉树”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/tree/LeetCode 第 105 题:“从前序与中序遍历序列构造二叉树”题解配图.pptx -------------------------------------------------------------------------------- /tree/LeetCode 第 106 题:“从中序与后序遍历序列构造二叉树”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/tree/LeetCode 第 106 题:“从中序与后序遍历序列构造二叉树”题解配图.pptx -------------------------------------------------------------------------------- /tree/LeetCode 第 1080 题:“根到叶路径上的不足节点”题解示意图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/tree/LeetCode 第 1080 题:“根到叶路径上的不足节点”题解示意图.pptx -------------------------------------------------------------------------------- /tree/LeetCode 第 1080 题:“根到叶路径上的不足节点”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/tree/LeetCode 第 1080 题:“根到叶路径上的不足节点”题解配图.pptx -------------------------------------------------------------------------------- /two-pointers/LeetCode 第 42 题:“接雨水”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/two-pointers/LeetCode 第 42 题:“接雨水”题解配图.pptx -------------------------------------------------------------------------------- /union-find/LeetCode 第 952 题:“按公因数计算最大组件大小”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/union-find/LeetCode 第 952 题:“按公因数计算最大组件大小”题解配图.pptx -------------------------------------------------------------------------------- /模板/(模板)LeetCode 第 题:“”题解配图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liweiwei1419/LeetCode-Solution-PPT/bb670e6d8385a02959017646970c782d948088aa/模板/(模板)LeetCode 第 题:“”题解配图.pptx --------------------------------------------------------------------------------