实例介绍
截止2019.1 LeetCode完整题目,总计809题,已按照题目标签和难易程度分类,非常棒的资源,题目均为.md格式,便于使用Markdown模式查看,也可手动改为html格式。
【实例截图】
【核心代码】
leetcode
└── questions
├── 二分查找Binary Search
│ ├── 中等
│ │ ├── 153.find-minimum-in-rotated-sorted-array(寻找旋转排序数组中的最小值)(中等).md
│ │ ├── 162.find-peak-element(寻找峰值)(中等).md
│ │ ├── 222.count-complete-tree-nodes(完全二叉树的节点个数)(中等).md
│ │ ├── 230.kth-smallest-element-in-a-bst(二叉搜索树中第K小的元素)(中等).md
│ │ ├── 240.search-a-2d-matrix-ii(搜索二维矩阵 II)(中等).md
│ │ ├── 275.h-index-ii(H指数 II)(中等).md
│ │ ├── 287.find-the-duplicate-number(寻找重复数)(中等).md
│ │ ├── 29.divide-two-integers(两数相除)(中等).md
│ │ ├── 300.longest-increasing-subsequence(最长上升子序列)(中等).md
│ │ ├── 33.search-in-rotated-sorted-array(搜索旋转排序数组)(中等).md
│ │ ├── 34.find-first-and-last-position-of-element-in-sorted-array(在排序数组中查找元素的第一个和最后一个位置)(中等).md
│ │ ├── 378.kth-smallest-element-in-a-sorted-matrix(有序矩阵中第K小的元素)(中等).md
│ │ ├── 392.is-subsequence(判断子序列)(中等).md
│ │ ├── 436.find-right-interval(寻找右区间)(中等).md
│ │ ├── 454.4sum-ii(四数相加 II)(中等).md
│ │ ├── 50.powx-n(Pow(x, n))(中等).md
│ │ ├── 658.find-k-closest-elements(找到 K 个最接近的元素)(中等).md
│ │ ├── 74.search-a-2d-matrix(搜索二维矩阵)(中等).md
│ │ ├── 81.search-in-rotated-sorted-array-ii(搜索旋转排序数组 II)(中等).md
│ │ ├── 914.random-point-in-non-overlapping-rectangles(非重叠矩形中的随机点)(中等).md
│ │ └── 947.online-election(在线选举)(中等).md
│ ├── 困难
│ │ ├── 154.find-minimum-in-rotated-sorted-array-ii(寻找旋转排序数组中的最小值 II)(困难).md
│ │ ├── 174.dungeon-game(地下城游戏)(困难).md
│ │ ├── 354.russian-doll-envelopes(俄罗斯套娃信封问题)(困难).md
│ │ ├── 363.max-sum-of-rectangle-no-larger-than-k(矩形区域不超过 K 的最大数值和)(困难).md
│ │ ├── 410.split-array-largest-sum(分割数组的最大值)(困难).md
│ │ ├── 483.smallest-good-base(最小好进制)(困难).md
│ │ ├── 4.median-of-two-sorted-arrays(寻找两个有序数组的中位数)(困难).md
│ │ ├── 668.kth-smallest-number-in-multiplication-table(乘法表中第k小的数)(困难).md
│ │ ├── 719.find-k-th-smallest-pair-distance(找出第 k 小的距离对)(困难).md
│ │ ├── 794.swim-in-rising-water(水位上升的泳池中游泳)(困难).md
│ │ ├── 802.k-th-smallest-prime-fraction(第 K 个最小的素数分数)(困难).md
│ │ ├── 892.shortest-subarray-with-sum-at-least-k(和至少为 K 的最短子数组)(困难).md
│ │ ├── 894.random-pick-with-blacklist(黑名单中的随机数)(困难).md
│ │ ├── 910.nth-magical-number(第 N 个神奇数字)(困难).md
│ │ └── 963.three-equal-parts(三等分)(困难).md
│ └── 简单
│ ├── 167.two-sum-ii-input-array-is-sorted(两数之和 II - 输入有序数组)(简单).md
│ ├── 278.first-bad-version(第一个错误的版本)(简单).md
│ ├── 349.intersection-of-two-arrays(两个数组的交集)(简单).md
│ ├── 350.intersection-of-two-arrays-ii(两个数组的交集 II)(简单).md
│ ├── 35.search-insert-position(搜索插入位置)(简单).md
│ ├── 367.valid-perfect-square(有效的完全平方数)(简单).md
│ ├── 374.guess-number-higher-or-lower(猜数字大小)(简单).md
│ ├── 441.arranging-coins(排列硬币)(简单).md
│ ├── 475.heaters(供暖器)(简单).md
│ ├── 69.sqrtx(x 的平方根)(简单).md
│ ├── 745.find-smallest-letter-greater-than-target(寻找比目标字母大的最小字母)(简单).md
│ └── 882.peak-index-in-a-mountain-array(山脉数组的峰顶索引)(简单).md
├── 二叉搜索树Binary Search Tree
│ ├── 中等
│ │ ├── 220.contains-duplicate-iii(存在重复元素 III)(中等).md
│ │ ├── 731.my-calendar-ii(我的日程安排表 II)(中等).md
│ │ └── 975.range-sum-of-bst(二叉搜索树的范围和)(中等).md
│ ├── 困难
│ │ ├── 315.count-of-smaller-numbers-after-self(计算右侧小于当前元素的个数)(困难).md
│ │ ├── 327.count-of-range-sum(区间和的个数)(困难).md
│ │ ├── 352.data-stream-as-disjoint-intervals(将数据流变为多个不相交间隔)(困难).md
│ │ ├── 493.reverse-pairs(翻转对)(困难).md
│ │ ├── 699.falling-squares(掉落的方块)(困难).md
│ │ ├── 715.range-module(Range 模块)(困难).md
│ │ └── 732.my-calendar-iii(我的日程安排表 III)(困难).md
│ └── 简单
│ ├── 530.minimum-absolute-difference-in-bst(二叉搜索树的最小绝对差)(简单).md
│ └── 799.minimum-distance-between-bst-nodes(二叉搜索树结点最小距离)(简单).md
├── 位运算Bit Manipulation
│ ├── 中等
│ │ ├── 137.single-number-ii(只出现一次的数字 II)(中等).md
│ │ ├── 187.repeated-dna-sequences(重复的DNA序列)(中等).md
│ │ ├── 201.bitwise-and-of-numbers-range(数字范围按位与)(中等).md
│ │ ├── 260.single-number-iii(只出现一次的数字 III)(中等).md
│ │ ├── 318.maximum-product-of-word-lengths(最大单词长度乘积)(中等).md
│ │ ├── 338.counting-bits(比特位计数)(中等).md
│ │ ├── 393.utf-8-validation(UTF-8 编码验证)(中等).md
│ │ ├── 397.integer-replacement(整数替换)(中等).md
│ │ ├── 421.maximum-xor-of-two-numbers-in-an-array(数组中两个数的最大异或值)(中等).md
│ │ ├── 477.total-hamming-distance(汉明距离总和)(中等).md
│ │ ├── 757.pyramid-transition-matrix(金字塔转换矩阵)(中等).md
│ │ ├── 78.subsets(子集)(中等).md
│ │ └── 934.bitwise-ors-of-subarrays(子数组按位或操作)(中等).md
│ └── 简单
│ ├── 136.single-number(只出现一次的数字)(简单).md
│ ├── 190.reverse-bits(颠倒二进制位)(简单).md
│ ├── 191.number-of-1-bits(位1的个数)(简单).md
│ ├── 231.power-of-two(2的幂)(简单).md
│ ├── 268.missing-number(缺失数字)(简单).md
│ ├── 342.power-of-four(4的幂)(简单).md
│ ├── 371.sum-of-two-integers(两整数之和)(简单).md
│ ├── 389.find-the-difference(找不同)(简单).md
│ ├── 401.binary-watch(二进制手表)(简单).md
│ ├── 405.convert-a-number-to-hexadecimal(数字转换为十六进制数)(简单).md
│ ├── 461.hamming-distance(汉明距离)(简单).md
│ ├── 476.number-complement(数字的补数)(简单).md
│ ├── 693.binary-number-with-alternating-bits(交替位二进制数)(简单).md
│ └── 800.letter-case-permutation(字母大小写全排列)(简单).md
├── 几何Geometry
│ ├── 中等
│ │ └── 1003.minimum-area-rectangle-ii(最小面积矩形 II)(中等).md
│ ├── 困难
│ │ └── 587.erect-the-fence(安装栅栏)(困难).md
│ └── 简单
│ └── 928.surface-area-of-3d-shapes(三维形体的表面积)(简单).md
├── 分治算法Divide and Conquer
│ ├── 中等
│ │ ├── 215.kth-largest-element-in-an-array(数组中的第K个最大元素)(中等).md
│ │ ├── 240.search-a-2d-matrix-ii(搜索二维矩阵 II)(中等).md
│ │ ├── 241.different-ways-to-add-parentheses(为运算表达式设计优先级)(中等).md
│ │ └── 968.beautiful-array(漂亮数组)(中等).md
│ ├── 困难
│ │ ├── 218.the-skyline-problem(天际线问题)(困难).md
│ │ ├── 23.merge-k-sorted-lists(合并K个排序链表)(困难).md
│ │ ├── 282.expression-add-operators(给表达式添加运算符)(困难).md
│ │ ├── 312.burst-balloons(戳气球)(困难).md
│ │ ├── 315.count-of-smaller-numbers-after-self(计算右侧小于当前元素的个数)(困难).md
│ │ ├── 327.count-of-range-sum(区间和的个数)(困难).md
│ │ ├── 493.reverse-pairs(翻转对)(困难).md
│ │ ├── 4.median-of-two-sorted-arrays(寻找两个有序数组的中位数)(困难).md
│ │ ├── 514.freedom-trail(自由之路)(困难).md
│ │ └── 939.valid-permutations-for-di-sequence(DI 序列的有效排列)(困难).md
│ └── 简单
│ ├── 169.majority-element(求众数)(简单).md
│ └── 53.maximum-subarray(最大子序和)(简单).md
├── 动态规划Dynamic Programming
│ ├── 中等
│ │ ├── 1007.numbers-with-same-consecutive-differences(连续差相同的数字)(中等).md
│ │ ├── 120.triangle(三角形最小路径和)(中等).md
│ │ ├── 139.word-break(单词拆分)(中等).md
│ │ ├── 152.maximum-product-subarray(乘积最大子序列)(中等).md
│ │ ├── 213.house-robber-ii(打家劫舍 II)(中等).md
│ │ ├── 221.maximal-square(最大正方形)(中等).md
│ │ ├── 264.ugly-number-ii(丑数 II)(中等).md
│ │ ├── 279.perfect-squares(完全平方数)(中等).md
│ │ ├── 300.longest-increasing-subsequence(最长上升子序列)(中等).md
│ │ ├── 304.range-sum-query-2d-immutable(二维区域和检索 - 矩阵不可变)(中等).md
│ │ ├── 309.best-time-to-buy-and-sell-stock-with-cooldown(最佳买卖股票时机含冷冻期)(中等).md
│ │ ├── 322.coin-change(零钱兑换)(中等).md
│ │ ├── 338.counting-bits(比特位计数)(中等).md
│ │ ├── 343.integer-break(整数拆分)(中等).md
│ │ ├── 357.count-numbers-with-unique-digits(计算各个位数不同的数字个数)(中等).md
│ │ ├── 368.largest-divisible-subset(最大整除子集)(中等).md
│ │ ├── 375.guess-number-higher-or-lower-ii(猜数字大小 II)(中等).md
│ │ ├── 376.wiggle-subsequence(摆动序列)(中等).md
│ │ ├── 377.combination-sum-iv(组合总和 Ⅳ)(中等).md
│ │ ├── 392.is-subsequence(判断子序列)(中等).md
│ │ ├── 413.arithmetic-slices(等差数列划分)(中等).md
│ │ ├── 467.unique-substrings-in-wraparound-string(环绕字符串中唯一的子字符串)(中等).md
│ │ ├── 474.ones-and-zeroes(一和零)(中等).md
│ │ ├── 486.predict-the-winner(预测赢家)(中等).md
│ │ ├── 494.target-sum(目标和)(中等).md
│ │ ├── 516.longest-palindromic-subsequence(最长回文子序列)(中等).md
│ │ ├── 523.continuous-subarray-sum(连续的子数组和)(中等).md
│ │ ├── 576.out-of-boundary-paths(出界的路径数)(中等).md
│ │ ├── 5.longest-palindromic-substring(最长回文子串)(中等).md
│ │ ├── 62.unique-paths(不同路径)(中等).md
│ │ ├── 638.shopping-offers(大礼包)(中等).md
│ │ ├── 63.unique-paths-ii(不同路径 II)(中等).md
│ │ ├── 646.maximum-length-of-pair-chain(最长数对链)(中等).md
│ │ ├── 647.palindromic-substrings(回文子串)(中等).md
│ │ ├── 64.minimum-path-sum(最小路径和)(中等).md
│ │ ├── 650.2-keys-keyboard(只有两个键的键盘)(中等).md
│ │ ├── 673.number-of-longest-increasing-subsequence(最长递增子序列的个数)(中等).md
│ │ ├── 688.knight-probability-in-chessboard(“马”在棋盘上的概率)(中等).md
│ │ ├── 698.partition-to-k-equal-sum-subsets(划分为k个相等的子集)(中等).md
│ │ ├── 712.minimum-ascii-delete-sum-for-two-strings(两个字符串的最小ASCII删除和)(中等).md
│ │ ├── 714.best-time-to-buy-and-sell-stock-with-transaction-fee(买卖股票的最佳时机含手续费)(中等).md
│ │ ├── 718.maximum-length-of-repeated-subarray(最长重复子数组)(中等).md
│ │ ├── 740.delete-and-earn(删除与获得点数)(中等).md
│ │ ├── 769.largest-plus-sign(最大加号标志)(中等).md
│ │ ├── 803.cheapest-flights-within-k-stops(K 站中转内最便宜的航班)(中等).md
│ │ ├── 806.domino-and-tromino-tiling(多米诺和托米诺平铺)(中等).md
│ │ ├── 819.minimum-swaps-to-make-sequences-increasing(使序列递增的最小交换次数)(中等).md
│ │ ├── 826.soup-servings(分汤)(中等).md
│ │ ├── 831.largest-sum-of-averages(最大平均值和的分组)(中等).md
│ │ ├── 867.new-21-game(新21点)(中等).md
│ │ ├── 868.push-dominoes(推多米诺)(中等).md
│ │ ├── 905.length-of-longest-fibonacci-subsequence(最长的斐波那契子序列的长度)(中等).md
│ │ ├── 909.stone-game(石子游戏)(中等).md
│ │ ├── 91.decode-ways(解码方法)(中等).md
│ │ ├── 934.bitwise-ors-of-subarrays(子数组按位或操作)(中等).md
│ │ ├── 95.unique-binary-search-trees-ii(不同的二叉搜索树 II)(中等).md
│ │ ├── 967.minimum-falling-path-sum(下降路径最小和)(中等).md
│ │ ├── 96.unique-binary-search-trees(不同的二叉搜索树)(中等).md
│ │ └── 972.knight-dialer(骑士拨号器)(中等).md
│ ├── 困难
│ │ ├── 1000.delete-columns-to-make-sorted-iii(删列造序 III)(困难).md
│ │ ├── 1004.least-operators-to-express-number(表示数字的最少运算符)(困难).md
│ │ ├── 1008.binary-tree-cameras(监控二叉树)(困难).md
│ │ ├── 1017.odd-even-jump(奇偶跳)(困难).md
│ │ ├── 10.regular-expression-matching(正则表达式匹配)(困难).md
│ │ ├── 115.distinct-subsequences(不同的子序列)(困难).md
│ │ ├── 123.best-time-to-buy-and-sell-stock-iii(买卖股票的最佳时机 III)(困难).md
│ │ ├── 132.palindrome-partitioning-ii(分割回文串 II)(困难).md
│ │ ├── 140.word-break-ii(单词拆分 II)(困难).md
│ │ ├── 174.dungeon-game(地下城游戏)(困难).md
│ │ ├── 188.best-time-to-buy-and-sell-stock-iv(买卖股票的最佳时机 IV)(困难).md
│ │ ├── 312.burst-balloons(戳气球)(困难).md
│ │ ├── 321.create-maximum-number(拼接最大数)(困难).md
│ │ ├── 32.longest-valid-parentheses(最长有效括号)(困难).md
│ │ ├── 354.russian-doll-envelopes(俄罗斯套娃信封问题)(困难).md
│ │ ├── 363.max-sum-of-rectangle-no-larger-than-k(矩形区域不超过 K 的最大数值和)(困难).md
│ │ ├── 403.frog-jump(青蛙过河)(困难).md
│ │ ├── 410.split-array-largest-sum(分割数组的最大值)(困难).md
│ │ ├── 446.arithmetic-slices-ii-subsequence(等差数列划分 II - 子序列)(困难).md
│ │ ├── 44.wildcard-matching(通配符匹配)(困难).md
│ │ ├── 466.count-the-repetitions(统计重复个数)(困难).md
│ │ ├── 472.concatenated-words(连接词)(困难).md
│ │ ├── 514.freedom-trail(自由之路)(困难).md
│ │ ├── 517.super-washing-machines(超级洗衣机)(困难).md
│ │ ├── 546.remove-boxes(移除盒子)(困难).md
│ │ ├── 552.student-attendance-record-ii(学生出勤记录 II)(困难).md
│ │ ├── 600.non-negative-integers-without-consecutive-ones(不含连续1的非负整数)(困难).md
│ │ ├── 629.k-inverse-pairs-array(K个逆序对数组)(困难).md
│ │ ├── 639.decode-ways-ii(解码方法 2)(困难).md
│ │ ├── 664.strange-printer(奇怪的打印机)(困难).md
│ │ ├── 689.maximum-sum-of-3-non-overlapping-subarrays(三个无重叠子数组的最大和)(困难).md
│ │ ├── 691.stickers-to-spell-word(贴纸拼词)(困难).md
│ │ ├── 72.edit-distance(编辑距离)(困难).md
│ │ ├── 730.count-different-palindromic-subsequences(统计不同回文子字符串)(困难).md
│ │ ├── 741.cherry-pickup(摘樱桃)(困难).md
│ │ ├── 836.race-car(赛车)(困难).md
│ │ ├── 85.maximal-rectangle(最大矩形)(困难).md
│ │ ├── 877.shortest-path-visiting-all-nodes(访问所有节点的最短路径)(困难).md
│ │ ├── 87.scramble-string(扰乱字符串)(困难).md
│ │ ├── 902.minimum-number-of-refueling-stops(最低加油次数)(困难).md
│ │ ├── 911.profitable-schemes(盈利计划)(困难).md
│ │ ├── 923.super-egg-drop(鸡蛋掉落)(困难).md
│ │ ├── 938.numbers-at-most-n-given-digit-set(最大为 N 的数字组合)(困难).md
│ │ ├── 939.valid-permutations-for-di-sequence(DI 序列的有效排列)(困难).md
│ │ ├── 956.number-of-music-playlists(播放列表的数量)(困难).md
│ │ ├── 977.distinct-subsequences-ii(不同的子序列 II)(困难).md
│ │ ├── 97.interleaving-string(交错字符串)(困难).md
│ │ ├── 980.find-the-shortest-superstring(最短超级串)(困难).md
│ │ └── 993.tallest-billboard(最高的广告牌)(困难).md
│ └── 简单
│ ├── 121.best-time-to-buy-and-sell-stock(买卖股票的最佳时机)(简单).md
│ ├── 198.house-robber(打家劫舍)(简单).md
│ ├── 303.range-sum-query-immutable(区域和检索 - 数组不可变)(简单).md
│ ├── 53.maximum-subarray(最大子序和)(简单).md
│ ├── 70.climbing-stairs(爬楼梯)(简单).md
│ └── 747.min-cost-climbing-stairs(使用最小花费爬楼梯)(简单).md
├── 双指针Two Pointers
│ ├── 中等
│ │ ├── 11.container-with-most-water(盛最多水的容器)(中等).md
│ │ ├── 142.linked-list-cycle-ii(环形链表 II)(中等).md
│ │ ├── 15.3sum(三数之和)(中等).md
│ │ ├── 16.3sum-closest(最接近的三数之和)(中等).md
│ │ ├── 18.4sum(四数之和)(中等).md
│ │ ├── 19.remove-nth-node-from-end-of-list(删除链表的倒数第N个节点)(中等).md
│ │ ├── 209.minimum-size-subarray-sum(长度最小的子数组)(中等).md
│ │ ├── 287.find-the-duplicate-number(寻找重复数)(中等).md
│ │ ├── 3.longest-substring-without-repeating-characters(无重复字符的最长子串)(中等).md
│ │ ├── 524.longest-word-in-dictionary-through-deleting(通过删除字母匹配到字典里最长单词)(中等).md
│ │ ├── 567.permutation-in-string(字符串的排列)(中等).md
│ │ ├── 61.rotate-list(旋转链表)(中等).md
│ │ ├── 713.subarray-product-less-than-k(乘积小于K的子数组)(中等).md
│ │ ├── 75.sort-colors(颜色分类)(中等).md
│ │ ├── 768.partition-labels(划分字母区间)(中等).md
│ │ ├── 80.remove-duplicates-from-sorted-array-ii(删除排序数组中的重复项 II)(中等).md
│ │ ├── 853.most-profit-assigning-work(安排工作以达到最大收益)(中等).md
│ │ ├── 868.push-dominoes(推多米诺)(中等).md
│ │ ├── 86.partition-list(分隔链表)(中等).md
│ │ ├── 875.longest-mountain-in-array(数组中的最长山脉)(中等).md
│ │ ├── 917.boats-to-save-people(救生艇)(中等).md
│ │ ├── 940.fruit-into-baskets(水果成篮)(中等).md
│ │ ├── 959.3sum-with-multiplicity(三数之和的多种可能)(中等).md
│ │ └── 966.binary-subarrays-with-sum(和相同的二元子数组)(中等).md
│ ├── 困难
│ │ ├── 30.substring-with-concatenation-of-all-words(串联所有单词的子串)(困难).md
│ │ ├── 42.trapping-rain-water(接雨水)(困难).md
│ │ └── 76.minimum-window-substring(最小覆盖子串)(困难).md
│ └── 简单
│ ├── 125.valid-palindrome(验证回文串)(简单).md
│ ├── 141.linked-list-cycle(环形链表)(简单).md
│ ├── 167.two-sum-ii-input-array-is-sorted(两数之和 II - 输入有序数组)(简单).md
│ ├── 234.palindrome-linked-list(回文链表)(简单).md
│ ├── 26.remove-duplicates-from-sorted-array(删除排序数组中的重复项)(简单).md
│ ├── 27.remove-element(移除元素)(简单).md
│ ├── 283.move-zeroes(移动零)(简单).md
│ ├── 28.implement-strstr(实现strStr())(简单).md
│ ├── 345.reverse-vowels-of-a-string(反转字符串中的元音字母)(简单).md
│ ├── 349.intersection-of-two-arrays(两个数组的交集)(简单).md
│ ├── 350.intersection-of-two-arrays-ii(两个数组的交集 II)(简单).md
│ ├── 532.k-diff-pairs-in-an-array(数组中的K-diff数对)(简单).md
│ ├── 88.merge-sorted-array(合并两个有序数组)(简单).md
│ └── 961.long-pressed-name(长按键入)(简单).md
├── 哈希表Hash Table
│ ├── 中等
│ │ ├── 1006.vowel-spellchecker(元音拼写检查器)(中等).md
│ │ ├── 166.fraction-to-recurring-decimal(分数到小数)(中等).md
│ │ ├── 18.4sum(四数之和)(中等).md
│ │ ├── 187.repeated-dna-sequences(重复的DNA序列)(中等).md
│ │ ├── 274.h-index(H指数)(中等).md
│ │ ├── 299.bulls-and-cows(猜数字游戏)(中等).md
│ │ ├── 347.top-k-frequent-elements(前K个高频元素)(中等).md
│ │ ├── 355.design-twitter(设计推特)(中等).md
│ │ ├── 36.valid-sudoku(有效的数独)(中等).md
│ │ ├── 380.insert-delete-getrandom-o1(常数时间插入、删除和获取随机元素)(中等).md
│ │ ├── 3.longest-substring-without-repeating-characters(无重复字符的最长子串)(中等).md
│ │ ├── 451.sort-characters-by-frequency(根据字符出现频率排序)(中等).md
│ │ ├── 454.4sum-ii(四数相加 II)(中等).md
│ │ ├── 49.group-anagrams(字母异位词分组)(中等).md
│ │ ├── 508.most-frequent-subtree-sum(出现次数最多的子树元素和)(中等).md
│ │ ├── 525.contiguous-array(连续数组)(中等).md
│ │ ├── 535.encode-and-decode-tinyurl(TinyURL 的加密与解密)(中等).md
│ │ ├── 554.brick-wall(砖墙)(中等).md
│ │ ├── 560.subarray-sum-equals-k(和为K的子数组)(中等).md
│ │ ├── 609.find-duplicate-file-in-system(在系统中查找重复文件)(中等).md
│ │ ├── 648.replace-words(单词替换)(中等).md
│ │ ├── 676.implement-magic-dictionary(实现一个魔法字典)(中等).md
│ │ ├── 692.top-k-frequent-words(前K个高频单词)(中等).md
│ │ ├── 718.maximum-length-of-repeated-subarray(最长重复子数组)(中等).md
│ │ ├── 739.daily-temperatures(每日温度)(中等).md
│ │ ├── 797.rabbits-in-forest(森林中的兔子)(中等).md
│ │ ├── 94.binary-tree-inorder-traversal(二叉树的中序遍历)(中等).md
│ │ ├── 966.binary-subarrays-with-sum(和相同的二元子数组)(中等).md
│ │ ├── 976.minimum-area-rectangle(最小面积矩形)(中等).md
│ │ ├── 991.array-of-doubled-pairs(二倍数对数组)(中等).md
│ │ └── 994.prison-cells-after-n-days(N 天后的牢房)(中等).md
│ ├── 困难
│ │ ├── 149.max-points-on-a-line(直线上最多的点数)(困难).md
│ │ ├── 30.substring-with-concatenation-of-all-words(串联所有单词的子串)(困难).md
│ │ ├── 336.palindrome-pairs(回文对)(困难).md
│ │ ├── 37.sudoku-solver(解数独)(困难).md
│ │ ├── 381.insert-delete-getrandom-o1-duplicates-allowed(O(1) 时间插入、删除和获取随机元素 - 允许重复)(困难).md
│ │ ├── 632.smallest-range(最小区间)(困难).md
│ │ ├── 726.number-of-atoms(原子的数量)(困难).md
│ │ ├── 76.minimum-window-substring(最小覆盖子串)(困难).md
│ │ ├── 781.basic-calculator-iv(基本计算器 IV)(困难).md
│ │ ├── 85.maximal-rectangle(最大矩形)(困难).md
│ │ ├── 894.random-pick-with-blacklist(黑名单中的随机数)(困难).md
│ │ └── 931.maximum-frequency-stack(最大频率栈)(困难).md
│ └── 简单
│ ├── 1001.n-repeated-element-in-size-2n-array(重复 N 次的元素)(简单).md
│ ├── 136.single-number(只出现一次的数字)(简单).md
│ ├── 1.two-sum(两数之和)(简单).md
│ ├── 202.happy-number(快乐数)(简单).md
│ ├── 204.count-primes(计数质数)(简单).md
│ ├── 205.isomorphic-strings(同构字符串)(简单).md
│ ├── 217.contains-duplicate(存在重复元素)(简单).md
│ ├── 219.contains-duplicate-ii(存在重复元素 II)(简单).md
│ ├── 242.valid-anagram(有效的字母异位词)(简单).md
│ ├── 290.word-pattern(单词模式)(简单).md
│ ├── 349.intersection-of-two-arrays(两个数组的交集)(简单).md
│ ├── 350.intersection-of-two-arrays-ii(两个数组的交集 II)(简单).md
│ ├── 387.first-unique-character-in-a-string(字符串中的第一个唯一字符)(简单).md
│ ├── 409.longest-palindrome(最长回文串)(简单).md
│ ├── 438.find-all-anagrams-in-a-string(找到字符串中所有字母异位词)(简单).md
│ ├── 447.number-of-boomerangs(回旋镖的数量)(简单).md
│ ├── 463.island-perimeter(岛屿的周长)(简单).md
│ ├── 500.keyboard-row(键盘行)(简单).md
│ ├── 575.distribute-candies(分糖果)(简单).md
│ ├── 594.longest-harmonious-subsequence(最长和谐子序列)(简单).md
│ ├── 599.minimum-index-sum-of-two-lists(两个列表的最小索引总和)(简单).md
│ ├── 645.set-mismatch(错误的集合)(简单).md
│ ├── 690.employee-importance(员工的重要性)(简单).md
│ ├── 720.longest-word-in-dictionary(词典中最长的单词)(简单).md
│ ├── 749.shortest-completing-word(最短完整词)(简单).md
│ ├── 782.jewels-and-stones(宝石与石头)(简单).md
│ ├── 816.design-hashset(设计哈希集合)(简单).md
│ ├── 817.design-hashmap(设计哈希映射)(简单).md
│ ├── 829.subdomain-visit-count(子域名访问计数)(简单).md
│ ├── 920.uncommon-words-from-two-sentences(两句话中的不常见单词)(简单).md
│ └── 990.verifying-an-alien-dictionary(验证外星语词典)(简单).md
├── 回溯算法Backtracking
│ ├── 中等
│ │ ├── 131.palindrome-partitioning(分割回文串)(中等).md
│ │ ├── 17.letter-combinations-of-a-phone-number(电话号码的字母组合)(中等).md
│ │ ├── 211.add-and-search-word-data-structure-design(添加与搜索单词 - 数据结构设计)(中等).md
│ │ ├── 216.combination-sum-iii(组合总和 III)(中等).md
│ │ ├── 22.generate-parentheses(括号生成)(中等).md
│ │ ├── 357.count-numbers-with-unique-digits(计算各个位数不同的数字个数)(中等).md
│ │ ├── 39.combination-sum(组合总和)(中等).md
│ │ ├── 40.combination-sum-ii(组合总和 II)(中等).md
│ │ ├── 46.permutations(全排列)(中等).md
│ │ ├── 47.permutations-ii(全排列 II)(中等).md
│ │ ├── 60.permutation-sequence(第k个排列)(中等).md
│ │ ├── 77.combinations(组合)(中等).md
│ │ ├── 78.subsets(子集)(中等).md
│ │ ├── 79.word-search(单词搜索)(中等).md
│ │ ├── 872.split-array-into-fibonacci-sequence(将数组拆分成斐波那契序列)(中等).md
│ │ ├── 89.gray-code(格雷编码)(中等).md
│ │ ├── 90.subsets-ii(子集 II)(中等).md
│ │ └── 93.restore-ip-addresses(复原IP地址)(中等).md
│ ├── 困难
│ │ ├── 10.regular-expression-matching(正则表达式匹配)(困难).md
│ │ ├── 126.word-ladder-ii(单词接龙 II)(困难).md
│ │ ├── 212.word-search-ii(单词搜索 II)(困难).md
│ │ ├── 37.sudoku-solver(解数独)(困难).md
│ │ ├── 44.wildcard-matching(通配符匹配)(困难).md
│ │ ├── 51.n-queens(N皇后)(困难).md
│ │ └── 691.stickers-to-spell-word(贴纸拼词)(困难).md
│ └── 简单
│ └── 800.letter-case-permutation(字母大小写全排列)(简单).md
├── 图Graph
│ ├── 中等
│ │ ├── 133.clone-graph(克隆图)(中等).md
│ │ ├── 207.course-schedule(课程表)(中等).md
│ │ ├── 210.course-schedule-ii(课程表 II)(中等).md
│ │ ├── 310.minimum-height-trees(最小高度树)(中等).md
│ │ ├── 332.reconstruct-itinerary(重新安排行程)(中等).md
│ │ ├── 399.evaluate-division(除法求值)(中等).md
│ │ ├── 684.redundant-connection(冗余连接)(中等).md
│ │ ├── 801.is-graph-bipartite(判断二分图)(中等).md
│ │ └── 820.find-eventual-safe-states(找到最终的安全状态)(中等).md
│ ├── 困难
│ │ ├── 685.redundant-connection-ii(冗余连接 II)(困难).md
│ │ ├── 770.couples-holding-hands(情侣牵手)(困难).md
│ │ ├── 869.similar-string-groups(相似字符串组)(困难).md
│ │ ├── 884.k-similar-strings(相似度为 K 的字符串)(困难).md
│ │ └── 964.minimize-malware-spread-ii(尽量减少恶意软件的传播 II)(困难).md
│ └── 简单
│ └── 744.network-delay-time(网络延迟时间)(简单).md
├── 堆Heap
│ ├── 中等
│ │ ├── 215.kth-largest-element-in-an-array(数组中的第K个最大元素)(中等).md
│ │ ├── 313.super-ugly-number(超级丑数)(中等).md
│ │ ├── 347.top-k-frequent-elements(前K个高频元素)(中等).md
│ │ ├── 355.design-twitter(设计推特)(中等).md
│ │ ├── 373.find-k-pairs-with-smallest-sums(查找和最小的K对数字)(中等).md
│ │ ├── 378.kth-smallest-element-in-a-sorted-matrix(有序矩阵中第K小的元素)(中等).md
│ │ ├── 451.sort-characters-by-frequency(根据字符出现频率排序)(中等).md
│ │ ├── 659.split-array-into-consecutive-subsequences(分割数组为连续子序列)(中等).md
│ │ ├── 692.top-k-frequent-words(前K个高频单词)(中等).md
│ │ ├── 778.reorganize-string(重构字符串)(中等).md
│ │ └── 803.cheapest-flights-within-k-stops(K 站中转内最便宜的航班)(中等).md
│ ├── 困难
│ │ ├── 218.the-skyline-problem(天际线问题)(困难).md
│ │ ├── 239.sliding-window-maximum(滑动窗口最大值)(困难).md
│ │ ├── 23.merge-k-sorted-lists(合并K个排序链表)(困难).md
│ │ ├── 295.find-median-from-data-stream(数据流的中位数)(困难).md
│ │ ├── 407.trapping-rain-water-ii(接雨水 II)(困难).md
│ │ ├── 502.ipo(IPO)(困难).md
│ │ ├── 719.find-k-th-smallest-pair-distance(找出第 k 小的距离对)(困难).md
│ │ ├── 794.swim-in-rising-water(水位上升的泳池中游泳)(困难).md
│ │ ├── 802.k-th-smallest-prime-fraction(第 K 个最小的素数分数)(困难).md
│ │ ├── 836.race-car(赛车)(困难).md
│ │ ├── 887.minimum-cost-to-hire-k-workers(雇佣 K 名工人的最低成本)(困难).md
│ │ ├── 895.shortest-path-to-get-all-keys(获取所有钥匙的最短路径)(困难).md
│ │ ├── 902.minimum-number-of-refueling-stops(最低加油次数)(困难).md
│ │ └── 918.reachable-nodes-in-subdivided-graph(细分图中的可到达结点)(困难).md
│ └── 简单
│ └── 744.network-delay-time(网络延迟时间)(简单).md
├── 字典树Trie
│ ├── 中等
│ │ ├── 208.implement-trie-prefix-tree(实现 Trie (前缀树))(中等).md
│ │ ├── 211.add-and-search-word-data-structure-design(添加与搜索单词 - 数据结构设计)(中等).md
│ │ ├── 421.maximum-xor-of-two-numbers-in-an-array(数组中两个数的最大异或值)(中等).md
│ │ ├── 676.implement-magic-dictionary(实现一个魔法字典)(中等).md
│ │ └── 692.top-k-frequent-words(前K个高频单词)(中等).md
│ ├── 困难
│ │ ├── 212.word-search-ii(单词搜索 II)(困难).md
│ │ ├── 336.palindrome-pairs(回文对)(困难).md
│ │ ├── 472.concatenated-words(连接词)(困难).md
│ │ └── 746.prefix-and-suffix-search(前缀和后缀搜索)(困难).md
│ └── 简单
│ └── 720.longest-word-in-dictionary(词典中最长的单词)(简单).md
├── 字符串String
│ ├── 中等
│ │ ├── 1006.vowel-spellchecker(元音拼写检查器)(中等).md
│ │ ├── 12.integer-to-roman(整数转罗马数字)(中等).md
│ │ ├── 151.reverse-words-in-a-string(翻转字符串里的单词)(中等).md
│ │ ├── 165.compare-version-numbers(比较版本号)(中等).md
│ │ ├── 17.letter-combinations-of-a-phone-number(电话号码的字母组合)(中等).md
│ │ ├── 227.basic-calculator-ii(基本计算器 II)(中等).md
│ │ ├── 22.generate-parentheses(括号生成)(中等).md
│ │ ├── 385.mini-parser(迷你语法分析器)(中等).md
│ │ ├── 3.longest-substring-without-repeating-characters(无重复字符的最长子串)(中等).md
│ │ ├── 43.multiply-strings(字符串相乘)(中等).md
│ │ ├── 468.validate-ip-address(验证IP地址)(中等).md
│ │ ├── 49.group-anagrams(字母异位词分组)(中等).md
│ │ ├── 537.complex-number-multiplication(复数乘法)(中等).md
│ │ ├── 539.minimum-time-difference(最小时间差)(中等).md
│ │ ├── 553.optimal-division(最优除法)(中等).md
│ │ ├── 556.next-greater-element-iii(下一个更大元素 III)(中等).md
│ │ ├── 583.delete-operation-for-two-strings(两个字符串的删除操作)(中等).md
│ │ ├── 5.longest-palindromic-substring(最长回文子串)(中等).md
│ │ ├── 609.find-duplicate-file-in-system(在系统中查找重复文件)(中等).md
│ │ ├── 647.palindromic-substrings(回文子串)(中等).md
│ │ ├── 678.valid-parenthesis-string(有效的括号字符串)(中等).md
│ │ ├── 6.zigzag-conversion(Z 字形变换)(中等).md
│ │ ├── 71.simplify-path(简化路径)(中等).md
│ │ ├── 722.remove-comments(删除注释)(中等).md
│ │ ├── 778.reorganize-string(重构字符串)(中等).md
│ │ ├── 807.custom-sort-string(自定义字符串排序)(中等).md
│ │ ├── 827.expressive-words(情感丰富的文字)(中等).md
│ │ ├── 834.ambiguous-coordinates(模糊坐标)(中等).md
│ │ ├── 858.masking-personal-information(隐藏个人信息)(中等).md
│ │ ├── 862.find-and-replace-in-string(字符串中的查找与替换)(中等).md
│ │ ├── 872.split-array-into-fibonacci-sequence(将数组拆分成斐波那契序列)(中等).md
│ │ ├── 878.shifting-letters(字母移位)(中等).md
│ │ ├── 886.score-of-parentheses(括号的分数)(中等).md
│ │ ├── 8.string-to-integer-atoi(字符串转换整数 (atoi))(中等).md
│ │ ├── 91.decode-ways(解码方法)(中等).md
│ │ ├── 926.find-and-replace-pattern(查找和替换模式)(中等).md
│ │ ├── 93.restore-ip-addresses(复原IP地址)(中等).md
│ │ └── 952.word-subsets(单词子集)(中等).md
│ ├── 困难
│ │ ├── 10.regular-expression-matching(正则表达式匹配)(困难).md
│ │ ├── 115.distinct-subsequences(不同的子序列)(困难).md
│ │ ├── 126.word-ladder-ii(单词接龙 II)(困难).md
│ │ ├── 214.shortest-palindrome(最短回文串)(困难).md
│ │ ├── 273.integer-to-english-words(整数转换英文表示)(困难).md
│ │ ├── 30.substring-with-concatenation-of-all-words(串联所有单词的子串)(困难).md
│ │ ├── 32.longest-valid-parentheses(最长有效括号)(困难).md
│ │ ├── 336.palindrome-pairs(回文对)(困难).md
│ │ ├── 44.wildcard-matching(通配符匹配)(困难).md
│ │ ├── 564.find-the-closest-palindrome(寻找最近的回文数)(困难).md
│ │ ├── 591.tag-validator(标签验证器)(困难).md
│ │ ├── 632.smallest-range(最小区间)(困难).md
│ │ ├── 65.valid-number(有效数字)(困难).md
│ │ ├── 68.text-justification(文本左右对齐)(困难).md
│ │ ├── 72.edit-distance(编辑距离)(困难).md
│ │ ├── 730.count-different-palindromic-subsequences(统计不同回文子字符串)(困难).md
│ │ ├── 736.parse-lisp-expression(Lisp 语法解析)(困难).md
│ │ ├── 763.special-binary-string(特殊的二进制序列)(困难).md
│ │ ├── 76.minimum-window-substring(最小覆盖子串)(困难).md
│ │ ├── 781.basic-calculator-iv(基本计算器 IV)(困难).md
│ │ ├── 87.scramble-string(扰乱字符串)(困难).md
│ │ ├── 935.orderly-queue(有序队列)(困难).md
│ │ ├── 973.stamping-the-sequence(戳印序列)(困难).md
│ │ └── 97.interleaving-string(交错字符串)(困难).md
│ └── 简单
│ ├── 125.valid-palindrome(验证回文串)(简单).md
│ ├── 13.roman-to-integer(罗马数字转整数)(简单).md
│ ├── 14.longest-common-prefix(最长公共前缀)(简单).md
│ ├── 20.valid-parentheses(有效的括号)(简单).md
│ ├── 28.implement-strstr(实现strStr())(简单).md
│ ├── 344.reverse-string(反转字符串)(简单).md
│ ├── 345.reverse-vowels-of-a-string(反转字符串中的元音字母)(简单).md
│ ├── 383.ransom-note(赎金信)(简单).md
│ ├── 387.first-unique-character-in-a-string(字符串中的第一个唯一字符)(简单).md
│ ├── 38.count-and-say(报数)(简单).md
│ ├── 434.number-of-segments-in-a-string(字符串中的单词数)(简单).md
│ ├── 443.string-compression(压缩字符串)(简单).md
│ ├── 459.repeated-substring-pattern(重复的子字符串)(简单).md
│ ├── 521.longest-uncommon-subsequence-i(最长特殊序列 Ⅰ)(简单).md
│ ├── 541.reverse-string-ii(反转字符串 II)(简单).md
│ ├── 551.student-attendance-record-i(学生出勤记录 I)(简单).md
│ ├── 557.reverse-words-in-a-string-iii(反转字符串中的单词 III)(简单).md
│ ├── 58.length-of-last-word(最后一个单词的长度)(简单).md
│ ├── 606.construct-string-from-binary-tree(根据二叉树创建字符串)(简单).md
│ ├── 657.robot-return-to-origin(机器人能否返回原点)(简单).md
│ ├── 67.add-binary(二进制求和)(简单).md
│ ├── 680.valid-palindrome-ii(验证回文字符串 Ⅱ)(简单).md
│ ├── 686.repeated-string-match(重复叠加字符串匹配)(简单).md
│ ├── 696.count-binary-substrings(计数二进制子串)(简单).md
│ ├── 742.to-lower-case(转换成小写字母)(简单).md
│ ├── 804.rotated-digits(旋转数字)(简单).md
│ ├── 822.unique-morse-code-words(唯一摩尔斯密码词)(简单).md
│ ├── 837.most-common-word(最常见的单词)(简单).md
│ ├── 851.goat-latin(山羊拉丁文)(简单).md
│ ├── 889.buddy-strings(亲密字符串)(简单).md
│ ├── 929.groups-of-special-equivalent-strings(特殊等价字符串组)(简单).md
│ ├── 953.reverse-only-letters(仅仅反转字母)(简单).md
│ ├── 961.long-pressed-name(长按键入)(简单).md
│ ├── 965.unique-email-addresses(独特的电子邮件地址)(简单).md
│ └── 974.reorder-log-files(重新排列日志文件)(简单).md
├── 并查集Union Find
│ ├── 中等
│ │ ├── 130.surrounded-regions(被围绕的区域)(中等).md
│ │ ├── 200.number-of-islands(岛屿的个数)(中等).md
│ │ ├── 399.evaluate-division(除法求值)(中等).md
│ │ ├── 547.friend-circles(朋友圈)(中等).md
│ │ ├── 684.redundant-connection(冗余连接)(中等).md
│ │ ├── 721.accounts-merge(账户合并)(中等).md
│ │ ├── 984.most-stones-removed-with-same-row-or-column(移除最多的同行或同列石头)(中等).md
│ │ └── 999.regions-cut-by-slashes(由斜杠划分区域)(中等).md
│ └── 困难
│ ├── 128.longest-consecutive-sequence(最长连续序列)(困难).md
│ ├── 685.redundant-connection-ii(冗余连接 II)(困难).md
│ ├── 770.couples-holding-hands(情侣牵手)(困难).md
│ ├── 794.swim-in-rising-water(水位上升的泳池中游泳)(困难).md
│ ├── 821.bricks-falling-when-hit(打砖块)(困难).md
│ ├── 869.similar-string-groups(相似字符串组)(困难).md
│ ├── 964.minimize-malware-spread-ii(尽量减少恶意软件的传播 II)(困难).md
│ └── 989.largest-component-size-by-common-factor(按公因数计算最大组件大小)(困难).md
├── 广度优先搜索Breadth-first Search
│ ├── 中等
│ │ ├── 102.binary-tree-level-order-traversal(二叉树的层次遍历)(中等).md
│ │ ├── 103.binary-tree-zigzag-level-order-traversal(二叉树的锯齿形层次遍历)(中等).md
│ │ ├── 127.word-ladder(单词接龙)(中等).md
│ │ ├── 130.surrounded-regions(被围绕的区域)(中等).md
│ │ ├── 133.clone-graph(克隆图)(中等).md
│ │ ├── 199.binary-tree-right-side-view(二叉树的右视图)(中等).md
│ │ ├── 200.number-of-islands(岛屿的个数)(中等).md
│ │ ├── 207.course-schedule(课程表)(中等).md
│ │ ├── 210.course-schedule-ii(课程表 II)(中等).md
│ │ ├── 279.perfect-squares(完全平方数)(中等).md
│ │ ├── 310.minimum-height-trees(最小高度树)(中等).md
│ │ ├── 417.pacific-atlantic-water-flow(太平洋大西洋水流问题)(中等).md
│ │ ├── 513.find-bottom-left-tree-value(找树左下角的值)(中等).md
│ │ ├── 515.find-largest-value-in-each-tree-row(在每个树行中找最大值)(中等).md
│ │ ├── 529.minesweeper(扫雷游戏)(中等).md
│ │ ├── 542.01-matrix(01 矩阵)(中等).md
│ │ ├── 753.open-the-lock(打开转盘锁)(中等).md
│ │ ├── 801.is-graph-bipartite(判断二分图)(中等).md
│ │ ├── 803.cheapest-flights-within-k-stops(K 站中转内最便宜的航班)(中等).md
│ │ ├── 893.all-nodes-distance-k-in-binary-tree(二叉树中所有距离为 K 的结点)(中等).md
│ │ ├── 945.snakes-and-ladders(爬坡和梯子)(中等).md
│ │ └── 971.shortest-bridge(最短的桥)(中等).md
│ ├── 困难
│ │ ├── 126.word-ladder-ii(单词接龙 II)(困难).md
│ │ ├── 301.remove-invalid-parentheses(删除无效的括号)(困难).md
│ │ ├── 407.trapping-rain-water-ii(接雨水 II)(困难).md
│ │ ├── 675.cut-off-trees-for-golf-event(为高尔夫比赛砍树)(困难).md
│ │ ├── 787.sliding-puzzle(滑动谜题)(困难).md
│ │ ├── 833.bus-routes(公交路线)(困难).md
│ │ ├── 877.shortest-path-visiting-all-nodes(访问所有节点的最短路径)(困难).md
│ │ ├── 895.shortest-path-to-get-all-keys(获取所有钥匙的最短路径)(困难).md
│ │ └── 949.cat-and-mouse(猫和老鼠)(困难).md
│ └── 简单
│ ├── 101.symmetric-tree(对称二叉树)(简单).md
│ ├── 107.binary-tree-level-order-traversal-ii(二叉树的层次遍历 II)(简单).md
│ ├── 111.minimum-depth-of-binary-tree(二叉树的最小深度)(简单).md
│ ├── 690.employee-importance(员工的重要性)(简单).md
│ ├── 744.network-delay-time(网络延迟时间)(简单).md
│ └── 774.maximum-depth-of-n-ary-tree(N叉树的最大深度)(简单).md
├── 拓扑排序Topological Sort
│ ├── 中等
│ │ ├── 207.course-schedule(课程表)(中等).md
│ │ └── 210.course-schedule-ii(课程表 II)(中等).md
│ └── 困难
│ └── 329.longest-increasing-path-in-a-matrix(矩阵中的最长递增路径)(困难).md
├── 排序Sort
│ ├── 中等
│ │ ├── 1009.pancake-sorting(煎饼排序)(中等).md
│ │ ├── 147.insertion-sort-list(对链表进行插入排序)(中等).md
│ │ ├── 148.sort-list(排序链表)(中等).md
│ │ ├── 179.largest-number(最大数)(中等).md
│ │ ├── 274.h-index(H指数)(中等).md
│ │ ├── 324.wiggle-sort-ii(摆动排序 II)(中等).md
│ │ ├── 524.longest-word-in-dictionary-through-deleting(通过删除字母匹配到字典里最长单词)(中等).md
│ │ ├── 56.merge-intervals(合并区间)(中等).md
│ │ ├── 75.sort-colors(颜色分类)(中等).md
│ │ └── 778.reorganize-string(重构字符串)(中等).md
│ ├── 困难
│ │ ├── 164.maximum-gap(最大间距)(困难).md
│ │ ├── 57.insert-interval(插入区间)(困难).md
│ │ └── 894.random-pick-with-blacklist(黑名单中的随机数)(困难).md
│ └── 简单
│ ├── 1014.k-closest-points-to-origin(最接近原点的 K 个点)(简单).md
│ ├── 242.valid-anagram(有效的字母异位词)(简单).md
│ ├── 349.intersection-of-two-arrays(两个数组的交集)(简单).md
│ └── 958.sort-array-by-parity-ii(按奇偶排序数组 II)(简单).md
├── 数学Math
│ ├── 中等
│ │ ├── 1003.minimum-area-rectangle-ii(最小面积矩形 II)(中等).md
│ │ ├── 12.integer-to-roman(整数转罗马数字)(中等).md
│ │ ├── 166.fraction-to-recurring-decimal(分数到小数)(中等).md
│ │ ├── 223.rectangle-area(矩形面积)(中等).md
│ │ ├── 264.ugly-number-ii(丑数 II)(中等).md
│ │ ├── 279.perfect-squares(完全平方数)(中等).md
│ │ ├── 29.divide-two-integers(两数相除)(中等).md
│ │ ├── 2.add-two-numbers(两数相加)(中等).md
│ │ ├── 313.super-ugly-number(超级丑数)(中等).md
│ │ ├── 319.bulb-switcher(灯泡开关)(中等).md
│ │ ├── 343.integer-break(整数拆分)(中等).md
│ │ ├── 357.count-numbers-with-unique-digits(计算各个位数不同的数字个数)(中等).md
│ │ ├── 365.water-and-jug-problem(水壶问题)(中等).md
│ │ ├── 368.largest-divisible-subset(最大整除子集)(中等).md
│ │ ├── 372.super-pow(超级次方)(中等).md
│ │ ├── 396.rotate-function(旋转函数)(中等).md
│ │ ├── 397.integer-replacement(整数替换)(中等).md
│ │ ├── 413.arithmetic-slices(等差数列划分)(中等).md
│ │ ├── 43.multiply-strings(字符串相乘)(中等).md
│ │ ├── 462.minimum-moves-to-equal-array-elements-ii(最少移动次数使数组元素相等 II)(中等).md
│ │ ├── 523.continuous-subarray-sum(连续的子数组和)(中等).md
│ │ ├── 535.encode-and-decode-tinyurl(TinyURL 的加密与解密)(中等).md
│ │ ├── 537.complex-number-multiplication(复数乘法)(中等).md
│ │ ├── 592.fraction-addition-and-subtraction(分数加减运算)(中等).md
│ │ ├── 593.valid-square(有效的正方形)(中等).md
│ │ ├── 60.permutation-sequence(第k个排列)(中等).md
│ │ ├── 640.solve-the-equation(求解方程)(中等).md
│ │ ├── 670.maximum-swap(最大交换)(中等).md
│ │ ├── 672.bulb-switcher-ii(灯泡开关 Ⅱ)(中等).md
│ │ ├── 790.global-and-local-inversions(全局倒置与局部倒置)(中等).md
│ │ ├── 797.rabbits-in-forest(森林中的兔子)(中等).md
│ │ ├── 805.escape-the-ghosts(逃脱阻碍者)(中等).md
│ │ ├── 810.valid-tic-tac-toe-state(有效的井字游戏)(中等).md
│ │ ├── 888.mirror-reflection(镜面反射)(中等).md
│ │ ├── 897.prime-palindrome(回文素数)(中等).md
│ │ ├── 8.string-to-integer-atoi(字符串转换整数 (atoi))(中等).md
│ │ ├── 900.reordered-power-of-2(重新排序得到 2 的幂)(中等).md
│ │ ├── 909.stone-game(石子游戏)(中等).md
│ │ ├── 915.generate-random-point-in-a-circle(在圆内随机生成点)(中等).md
│ │ ├── 921.spiral-matrix-iii(螺旋矩阵 III)(中等).md
│ │ └── 946.smallest-range-ii(最小差值 II)(中等).md
│ ├── 困难
│ │ ├── 1004.least-operators-to-express-number(表示数字的最少运算符)(困难).md
│ │ ├── 1012.equal-rational-numbers(相等的有理数)(困难).md
│ │ ├── 149.max-points-on-a-line(直线上最多的点数)(困难).md
│ │ ├── 224.basic-calculator(基本计算器)(困难).md
│ │ ├── 233.number-of-digit-one(数字1的个数)(困难).md
│ │ ├── 273.integer-to-english-words(整数转换英文表示)(困难).md
│ │ ├── 335.self-crossing(路径交叉)(困难).md
│ │ ├── 483.smallest-good-base(最小好进制)(困难).md
│ │ ├── 517.super-washing-machines(超级洗衣机)(困难).md
│ │ ├── 65.valid-number(有效数字)(困难).md
│ │ ├── 754.cracking-the-safe(破解保险箱)(困难).md
│ │ ├── 796.reaching-points(到达终点)(困难).md
│ │ ├── 798.transform-to-chessboard(变为棋盘)(困难).md
│ │ ├── 823.split-array-with-same-average(数组的均值分割)(困难).md
│ │ ├── 828.chalkboard-xor-game(黑板异或游戏)(困难).md
│ │ ├── 856.consecutive-numbers-sum(连续整数求和)(困难).md
│ │ ├── 910.nth-magical-number(第 N 个神奇数字)(困难).md
│ │ ├── 923.super-egg-drop(鸡蛋掉落)(困难).md
│ │ ├── 927.sum-of-subsequence-widths(子序列宽度之和)(困难).md
│ │ ├── 935.orderly-queue(有序队列)(困难).md
│ │ ├── 938.numbers-at-most-n-given-digit-set(最大为 N 的数字组合)(困难).md
│ │ ├── 942.super-palindromes(超级回文数)(困难).md
│ │ ├── 963.three-equal-parts(三等分)(困难).md
│ │ └── 989.largest-component-size-by-common-factor(按公因数计算最大组件大小)(困难).md
│ └── 简单
│ ├── 1010.powerful-integers(强整数)(简单).md
│ ├── 1014.k-closest-points-to-origin(最接近原点的 K 个点)(简单).md
│ ├── 1018.largest-perimeter-triangle(三角形的最大周长)(简单).md
│ ├── 13.roman-to-integer(罗马数字转整数)(简单).md
│ ├── 168.excel-sheet-column-title(Excel表列名称)(简单).md
│ ├── 171.excel-sheet-column-number(Excel表列序号)(简单).md
│ ├── 172.factorial-trailing-zeroes(阶乘后的零)(简单).md
│ ├── 202.happy-number(快乐数)(简单).md
│ ├── 204.count-primes(计数质数)(简单).md
│ ├── 231.power-of-two(2的幂)(简单).md
│ ├── 258.add-digits(各位相加)(简单).md
│ ├── 263.ugly-number(丑数)(简单).md
│ ├── 268.missing-number(缺失数字)(简单).md
│ ├── 326.power-of-three(3的幂)(简单).md
│ ├── 367.valid-perfect-square(有效的完全平方数)(简单).md
│ ├── 415.add-strings(字符串相加)(简单).md
│ ├── 441.arranging-coins(排列硬币)(简单).md
│ ├── 453.minimum-moves-to-equal-array-elements(最小移动次数使数组元素相等)(简单).md
│ ├── 507.perfect-number(完美数)(简单).md
│ ├── 598.range-addition-ii(范围求和 II)(简单).md
│ ├── 628.maximum-product-of-three-numbers(三个数的最大乘积)(简单).md
│ ├── 645.set-mismatch(错误的集合)(简单).md
│ ├── 66.plus-one(加一)(简单).md
│ ├── 67.add-binary(二进制求和)(简单).md
│ ├── 69.sqrtx(x 的平方根)(简单).md
│ ├── 728.self-dividing-numbers(自除数)(简单).md
│ ├── 755.reach-a-number(到达终点数字)(简单).md
│ ├── 7.reverse-integer(整数反转)(简单).md
│ ├── 830.largest-triangle-area(最大三角形面积)(简单).md
│ ├── 866.rectangle-overlap(矩形重叠)(简单).md
│ ├── 899.binary-gap(二进制间距)(简单).md
│ ├── 919.projection-area-of-3d-shapes(三维形体投影面积)(简单).md
│ ├── 928.surface-area-of-3d-shapes(三维形体的表面积)(简单).md
│ ├── 944.smallest-range-i(最小差值 I)(简单).md
│ ├── 950.x-of-a-kind-in-a-deck-of-cards(卡牌分组)(简单).md
│ ├── 979.di-string-match(增减字符串匹配)(简单).md
│ ├── 986.largest-time-for-given-digits(给定数字能组成的最大时间)(简单).md
│ └── 9.palindrome-number(回文数)(简单).md
├── 数组Array
│ ├── 中等
│ │ ├── 1002.maximum-width-ramp(最大宽度坡)(中等).md
│ │ ├── 1009.pancake-sorting(煎饼排序)(中等).md
│ │ ├── 1016.subarray-sums-divisible-by-k(和可被 K 整除的子数组)(中等).md
│ │ ├── 1020.longest-turbulent-subarray(最长湍流子数组)(中等).md
│ │ ├── 105.construct-binary-tree-from-preorder-and-inorder-traversal(从前序与中序遍历序列构造二叉树)(中等).md
│ │ ├── 106.construct-binary-tree-from-inorder-and-postorder-traversal(从中序与后序遍历序列构造二叉树)(中等).md
│ │ ├── 11.container-with-most-water(盛最多水的容器)(中等).md
│ │ ├── 120.triangle(三角形最小路径和)(中等).md
│ │ ├── 152.maximum-product-subarray(乘积最大子序列)(中等).md
│ │ ├── 153.find-minimum-in-rotated-sorted-array(寻找旋转排序数组中的最小值)(中等).md
│ │ ├── 15.3sum(三数之和)(中等).md
│ │ ├── 162.find-peak-element(寻找峰值)(中等).md
│ │ ├── 16.3sum-closest(最接近的三数之和)(中等).md
│ │ ├── 18.4sum(四数之和)(中等).md
│ │ ├── 209.minimum-size-subarray-sum(长度最小的子数组)(中等).md
│ │ ├── 216.combination-sum-iii(组合总和 III)(中等).md
│ │ ├── 228.summary-ranges(汇总区间)(中等).md
│ │ ├── 229.majority-element-ii(求众数 II)(中等).md
│ │ ├── 238.product-of-array-except-self(除自身以外数组的乘积)(中等).md
│ │ ├── 287.find-the-duplicate-number(寻找重复数)(中等).md
│ │ ├── 289.game-of-life(生命游戏)(中等).md
│ │ ├── 31.next-permutation(下一个排列)(中等).md
│ │ ├── 33.search-in-rotated-sorted-array(搜索旋转排序数组)(中等).md
│ │ ├── 34.find-first-and-last-position-of-element-in-sorted-array(在排序数组中查找元素的第一个和最后一个位置)(中等).md
│ │ ├── 39.combination-sum(组合总和)(中等).md
│ │ ├── 40.combination-sum-ii(组合总和 II)(中等).md
│ │ ├── 442.find-all-duplicates-in-an-array(数组中重复的数据)(中等).md
│ │ ├── 48.rotate-image(旋转图像)(中等).md
│ │ ├── 495.teemo-attacking(提莫攻击)(中等).md
│ │ ├── 54.spiral-matrix(螺旋矩阵)(中等).md
│ │ ├── 55.jump-game(跳跃游戏)(中等).md
│ │ ├── 560.subarray-sum-equals-k(和为K的子数组)(中等).md
│ │ ├── 565.array-nesting(数组嵌套)(中等).md
│ │ ├── 56.merge-intervals(合并区间)(中等).md
│ │ ├── 59.spiral-matrix-ii(螺旋矩阵 II)(中等).md
│ │ ├── 611.valid-triangle-number(有效三角形的个数)(中等).md
│ │ ├── 621.task-scheduler(任务调度器)(中等).md
│ │ ├── 62.unique-paths(不同路径)(中等).md
│ │ ├── 63.unique-paths-ii(不同路径 II)(中等).md
│ │ ├── 64.minimum-path-sum(最小路径和)(中等).md
│ │ ├── 667.beautiful-arrangement-ii(优美的排列 II)(中等).md
│ │ ├── 670.maximum-swap(最大交换)(中等).md
│ │ ├── 695.max-area-of-island(岛屿的最大面积)(中等).md
│ │ ├── 713.subarray-product-less-than-k(乘积小于K的子数组)(中等).md
│ │ ├── 714.best-time-to-buy-and-sell-stock-with-transaction-fee(买卖股票的最佳时机含手续费)(中等).md
│ │ ├── 718.maximum-length-of-repeated-subarray(最长重复子数组)(中等).md
│ │ ├── 729.my-calendar-i(我的日程安排表 I)(中等).md
│ │ ├── 731.my-calendar-ii(我的日程安排表 II)(中等).md
│ │ ├── 73.set-matrix-zeroes(矩阵置零)(中等).md
│ │ ├── 74.search-a-2d-matrix(搜索二维矩阵)(中等).md
│ │ ├── 75.sort-colors(颜色分类)(中等).md
│ │ ├── 780.max-chunks-to-make-sorted(最多能完成排序的块)(中等).md
│ │ ├── 78.subsets(子集)(中等).md
│ │ ├── 790.global-and-local-inversions(全局倒置与局部倒置)(中等).md
│ │ ├── 79.word-search(单词搜索)(中等).md
│ │ ├── 808.number-of-matching-subsequences(匹配子序列的单词数)(中等).md
│ │ ├── 80.remove-duplicates-from-sorted-array-ii(删除排序数组中的重复项 II)(中等).md
│ │ ├── 811.number-of-subarrays-with-bounded-maximum(区间子数组个数)(中等).md
│ │ ├── 81.search-in-rotated-sorted-array-ii(搜索旋转排序数组 II)(中等).md
│ │ ├── 852.friends-of-appropriate-ages(适龄的朋友)(中等).md
│ │ ├── 864.image-overlap(图像重叠)(中等).md
│ │ ├── 901.advantage-shuffle(优势洗牌)(中等).md
│ │ ├── 905.length-of-longest-fibonacci-subsequence(最长的斐波那契子序列的长度)(中等).md
│ │ ├── 90.subsets-ii(子集 II)(中等).md
│ │ ├── 936.rle-iterator(RLE 迭代器)(中等).md
│ │ ├── 943.sum-of-subarray-minimums(子数组的最小值之和)(中等).md
│ │ ├── 951.partition-array-into-disjoint-intervals(分割数组)(中等).md
│ │ ├── 954.maximum-sum-circular-subarray(环形子数组的最大和)(中等).md
│ │ ├── 962.flip-string-to-monotone-increasing(将字符串翻转到单调递增)(中等).md
│ │ ├── 982.minimum-increment-to-make-array-unique(使数组唯一的最小增量)(中等).md
│ │ ├── 987.reveal-cards-in-increasing-order(按递增顺序显示卡牌)(中等).md
│ │ └── 991.array-of-doubled-pairs(二倍数对数组)(中等).md
│ ├── 困难
│ │ ├── 123.best-time-to-buy-and-sell-stock-iii(买卖股票的最佳时机 III)(困难).md
│ │ ├── 126.word-ladder-ii(单词接龙 II)(困难).md
│ │ ├── 128.longest-consecutive-sequence(最长连续序列)(困难).md
│ │ ├── 154.find-minimum-in-rotated-sorted-array-ii(寻找旋转排序数组中的最小值 II)(困难).md
│ │ ├── 381.insert-delete-getrandom-o1-duplicates-allowed(O(1) 时间插入、删除和获取随机元素 - 允许重复)(困难).md
│ │ ├── 41.first-missing-positive(缺失的第一个正数)(困难).md
│ │ ├── 42.trapping-rain-water(接雨水)(困难).md
│ │ ├── 45.jump-game-ii(跳跃游戏 II)(困难).md
│ │ ├── 4.median-of-two-sorted-arrays(寻找两个有序数组的中位数)(困难).md
│ │ ├── 57.insert-interval(插入区间)(困难).md
│ │ ├── 689.maximum-sum-of-3-non-overlapping-subarrays(三个无重叠子数组的最大和)(困难).md
│ │ ├── 715.range-module(Range 模块)(困难).md
│ │ ├── 719.find-k-th-smallest-pair-distance(找出第 k 小的距离对)(困难).md
│ │ ├── 779.max-chunks-to-make-sorted-ii(最多能完成排序的块 II)(困难).md
│ │ ├── 798.transform-to-chessboard(变为棋盘)(困难).md
│ │ ├── 84.largest-rectangle-in-histogram(柱状图中最大的矩形)(困难).md
│ │ ├── 85.maximal-rectangle(最大矩形)(困难).md
│ │ └── 927.sum-of-subsequence-widths(子序列宽度之和)(困难).md
│ └── 简单
│ ├── 1013.fibonacci-number(斐波那契数)(简单).md
│ ├── 1018.largest-perimeter-triangle(三角形的最大周长)(简单).md
│ ├── 118.pascals-triangle(杨辉三角)(简单).md
│ ├── 119.pascals-triangle-ii(杨辉三角 II)(简单).md
│ ├── 121.best-time-to-buy-and-sell-stock(买卖股票的最佳时机)(简单).md
│ ├── 167.two-sum-ii-input-array-is-sorted(两数之和 II - 输入有序数组)(简单).md
│ ├── 169.majority-element(求众数)(简单).md
│ ├── 189.rotate-array(旋转数组)(简单).md
│ ├── 1.two-sum(两数之和)(简单).md
│ ├── 217.contains-duplicate(存在重复元素)(简单).md
│ ├── 219.contains-duplicate-ii(存在重复元素 II)(简单).md
│ ├── 268.missing-number(缺失数字)(简单).md
│ ├── 26.remove-duplicates-from-sorted-array(删除排序数组中的重复项)(简单).md
│ ├── 27.remove-element(移除元素)(简单).md
│ ├── 283.move-zeroes(移动零)(简单).md
│ ├── 35.search-insert-position(搜索插入位置)(简单).md
│ ├── 414.third-maximum-number(第三大的数)(简单).md
│ ├── 448.find-all-numbers-disappeared-in-an-array(找到所有数组中消失的数字)(简单).md
│ ├── 485.max-consecutive-ones(最大连续1的个数)(简单).md
│ ├── 532.k-diff-pairs-in-an-array(数组中的K-diff数对)(简单).md
│ ├── 53.maximum-subarray(最大子序和)(简单).md
│ ├── 561.array-partition-i(数组拆分 I)(简单).md
│ ├── 566.reshape-the-matrix(重塑矩阵)(简单).md
│ ├── 581.shortest-unsorted-continuous-subarray(最短无序连续子数组)(简单).md
│ ├── 605.can-place-flowers(种花问题)(简单).md
│ ├── 628.maximum-product-of-three-numbers(三个数的最大乘积)(简单).md
│ ├── 661.image-smoother(图片平滑器)(简单).md
│ ├── 665.non-decreasing-array(非递减数列)(简单).md
│ ├── 66.plus-one(加一)(简单).md
│ ├── 674.longest-continuous-increasing-subsequence(最长连续递增序列)(简单).md
│ ├── 697.degree-of-an-array(数组的度)(简单).md
│ ├── 717.1-bit-and-2-bit-characters(1比特与2比特字符)(简单).md
│ ├── 724.find-pivot-index(寻找数组的中心索引)(简单).md
│ ├── 747.min-cost-climbing-stairs(使用最小花费爬楼梯)(简单).md
│ ├── 748.largest-number-at-least-twice-of-others(至少是其他数字两倍的最大数)(简单).md
│ ├── 777.toeplitz-matrix(托普利茨矩阵)(简单).md
│ ├── 857.positions-of-large-groups(较大分组的位置)(简单).md
│ ├── 861.flipping-an-image(翻转图像)(简单).md
│ ├── 870.magic-squares-in-grid(矩阵中的幻方)(简单).md
│ ├── 879.maximize-distance-to-closest-person(到最近的人的最大距离)(简单).md
│ ├── 88.merge-sorted-array(合并两个有序数组)(简单).md
│ ├── 898.transpose-matrix(转置矩阵)(简单).md
│ ├── 924.fair-candy-swap(公平的糖果交换)(简单).md
│ ├── 932.monotonic-array(单调数列)(简单).md
│ ├── 941.sort-array-by-parity(按奇偶排序数组)(简单).md
│ ├── 950.x-of-a-kind-in-a-deck-of-cards(卡牌分组)(简单).md
│ ├── 958.sort-array-by-parity-ii(按奇偶排序数组 II)(简单).md
│ └── 978.valid-mountain-array(有效的山脉数组)(简单).md
├── 极小化极大Minimax
│ ├── 中等
│ │ ├── 375.guess-number-higher-or-lower-ii(猜数字大小 II)(中等).md
│ │ ├── 464.can-i-win(我能赢吗)(中等).md
│ │ └── 486.predict-the-winner(预测赢家)(中等).md
│ └── 困难
│ └── 873.guess-the-word(猜猜这个单词)(困难).md
├── 栈Stack
│ ├── 中等
│ │ ├── 103.binary-tree-zigzag-level-order-traversal(二叉树的锯齿形层次遍历)(中等).md
│ │ ├── 144.binary-tree-preorder-traversal(二叉树的前序遍历)(中等).md
│ │ ├── 150.evaluate-reverse-polish-notation(逆波兰表达式求值)(中等).md
│ │ ├── 173.binary-search-tree-iterator(二叉搜索树迭代器)(中等).md
│ │ ├── 331.verify-preorder-serialization-of-a-binary-tree(验证二叉树的前序序列化)(中等).md
│ │ ├── 341.flatten-nested-list-iterator(扁平化嵌套列表迭代器)(中等).md
│ │ ├── 385.mini-parser(迷你语法分析器)(中等).md
│ │ ├── 394.decode-string(字符串解码)(中等).md
│ │ ├── 402.remove-k-digits(移掉K位数字)(中等).md
│ │ ├── 456.132-pattern(132模式)(中等).md
│ │ ├── 503.next-greater-element-ii(下一个更大元素 II)(中等).md
│ │ ├── 636.exclusive-time-of-functions(函数的独占时间)(中等).md
│ │ ├── 71.simplify-path(简化路径)(中等).md
│ │ ├── 735.asteroid-collision(行星碰撞)(中等).md
│ │ ├── 739.daily-temperatures(每日温度)(中等).md
│ │ ├── 883.car-fleet(车队)(中等).md
│ │ ├── 886.score-of-parentheses(括号的分数)(中等).md
│ │ ├── 916.decoded-string-at-index(索引处的解码字符串)(中等).md
│ │ ├── 937.online-stock-span(股票价格跨度)(中等).md
│ │ ├── 943.sum-of-subarray-minimums(子数组的最小值之和)(中等).md
│ │ ├── 94.binary-tree-inorder-traversal(二叉树的中序遍历)(中等).md
│ │ ├── 957.minimum-add-to-make-parentheses-valid(使括号有效的最少添加)(中等).md
│ │ └── 983.validate-stack-sequences(验证栈序列)(中等).md
│ ├── 困难
│ │ ├── 1017.odd-even-jump(奇偶跳)(困难).md
│ │ ├── 145.binary-tree-postorder-traversal(二叉树的后序遍历)(困难).md
│ │ ├── 224.basic-calculator(基本计算器)(困难).md
│ │ ├── 316.remove-duplicate-letters(去除重复字母)(困难).md
│ │ ├── 42.trapping-rain-water(接雨水)(困难).md
│ │ ├── 591.tag-validator(标签验证器)(困难).md
│ │ ├── 726.number-of-atoms(原子的数量)(困难).md
│ │ ├── 781.basic-calculator-iv(基本计算器 IV)(困难).md
│ │ ├── 84.largest-rectangle-in-histogram(柱状图中最大的矩形)(困难).md
│ │ ├── 85.maximal-rectangle(最大矩形)(困难).md
│ │ └── 931.maximum-frequency-stack(最大频率栈)(困难).md
│ └── 简单
│ ├── 155.min-stack(最小栈)(简单).md
│ ├── 20.valid-parentheses(有效的括号)(简单).md
│ ├── 225.implement-stack-using-queues(用队列实现栈)(简单).md
│ ├── 232.implement-queue-using-stacks(用栈实现队列)(简单).md
│ ├── 496.next-greater-element-i(下一个更大元素 I)(简单).md
│ ├── 682.baseball-game(棒球比赛)(简单).md
│ └── 874.backspace-string-compare(比较含退格的字符串)(简单).md
├── 树Tree
│ ├── 中等
│ │ ├── 1011.flip-binary-tree-to-match-preorder-traversal(翻转二叉树以匹配先序遍历)(中等).md
│ │ ├── 102.binary-tree-level-order-traversal(二叉树的层次遍历)(中等).md
│ │ ├── 103.binary-tree-zigzag-level-order-traversal(二叉树的锯齿形层次遍历)(中等).md
│ │ ├── 105.construct-binary-tree-from-preorder-and-inorder-traversal(从前序与中序遍历序列构造二叉树)(中等).md
│ │ ├── 106.construct-binary-tree-from-inorder-and-postorder-traversal(从中序与后序遍历序列构造二叉树)(中等).md
│ │ ├── 113.path-sum-ii(路径总和 II)(中等).md
│ │ ├── 114.flatten-binary-tree-to-linked-list(二叉树展开为链表)(中等).md
│ │ ├── 116.populating-next-right-pointers-in-each-node(填充同一层的兄弟节点)(中等).md
│ │ ├── 117.populating-next-right-pointers-in-each-node-ii(填充同一层的兄弟节点 II)(中等).md
│ │ ├── 129.sum-root-to-leaf-numbers(求根到叶子节点数字之和)(中等).md
│ │ ├── 144.binary-tree-preorder-traversal(二叉树的前序遍历)(中等).md
│ │ ├── 173.binary-search-tree-iterator(二叉搜索树迭代器)(中等).md
│ │ ├── 199.binary-tree-right-side-view(二叉树的右视图)(中等).md
│ │ ├── 222.count-complete-tree-nodes(完全二叉树的节点个数)(中等).md
│ │ ├── 230.kth-smallest-element-in-a-bst(二叉搜索树中第K小的元素)(中等).md
│ │ ├── 236.lowest-common-ancestor-of-a-binary-tree(二叉树的最近公共祖先)(中等).md
│ │ ├── 337.house-robber-iii(打家劫舍 III)(中等).md
│ │ ├── 449.serialize-and-deserialize-bst(序列化和反序列化二叉搜索树)(中等).md
│ │ ├── 450.delete-node-in-a-bst(删除二叉搜索树中的节点)(中等).md
│ │ ├── 513.find-bottom-left-tree-value(找树左下角的值)(中等).md
│ │ ├── 623.add-one-row-to-tree(在二叉树中增加一行)(中等).md
│ │ ├── 652.find-duplicate-subtrees(寻找重复的子树)(中等).md
│ │ ├── 654.maximum-binary-tree(最大二叉树)(中等).md
│ │ ├── 655.print-binary-tree(输出二叉树)(中等).md
│ │ ├── 662.maximum-width-of-binary-tree(二叉树最大宽度)(中等).md
│ │ ├── 784.insert-into-a-binary-search-tree(二叉搜索树中的插入操作)(中等).md
│ │ ├── 832.binary-tree-pruning(二叉树剪枝)(中等).md
│ │ ├── 893.all-nodes-distance-k-in-binary-tree(二叉树中所有距离为 K 的结点)(中等).md
│ │ ├── 896.smallest-subtree-with-all-the-deepest-nodes(具有所有最深结点的最小子树)(中等).md
│ │ ├── 925.construct-binary-tree-from-preorder-and-postorder-traversal(根据前序和后序遍历构造二叉树)(中等).md
│ │ ├── 930.all-possible-full-binary-trees(所有可能的满二叉树)(中等).md
│ │ ├── 94.binary-tree-inorder-traversal(二叉树的中序遍历)(中等).md
│ │ ├── 955.complete-binary-tree-inserter(完全二叉树插入器)(中等).md
│ │ ├── 95.unique-binary-search-trees-ii(不同的二叉搜索树 II)(中等).md
│ │ ├── 96.unique-binary-search-trees(不同的二叉搜索树)(中等).md
│ │ ├── 988.flip-equivalent-binary-trees(翻转等价二叉树)(中等).md
│ │ ├── 98.validate-binary-search-tree(验证二叉搜索树)(中等).md
│ │ └── 998.check-completeness-of-a-binary-tree(二叉树的完全性检验)(中等).md
│ ├── 困难
│ │ ├── 1008.binary-tree-cameras(监控二叉树)(困难).md
│ │ ├── 124.binary-tree-maximum-path-sum(二叉树中的最大路径和)(困难).md
│ │ ├── 145.binary-tree-postorder-traversal(二叉树的后序遍历)(困难).md
│ │ ├── 297.serialize-and-deserialize-binary-tree(二叉树的序列化与反序列化)(困难).md
│ │ ├── 685.redundant-connection-ii(冗余连接 II)(困难).md
│ │ ├── 863.sum-of-distances-in-tree(树中距离之和)(困难).md
│ │ └── 99.recover-binary-search-tree(恢复二叉搜索树)(困难).md
│ └── 简单
│ ├── 1005.univalued-binary-tree(单值二叉树)(简单).md
│ ├── 100.same-tree(相同的树)(简单).md
│ ├── 101.symmetric-tree(对称二叉树)(简单).md
│ ├── 104.maximum-depth-of-binary-tree(二叉树的最大深度)(简单).md
│ ├── 107.binary-tree-level-order-traversal-ii(二叉树的层次遍历 II)(简单).md
│ ├── 108.convert-sorted-array-to-binary-search-tree(将有序数组转换为二叉搜索树)(简单).md
│ ├── 110.balanced-binary-tree(平衡二叉树)(简单).md
│ ├── 111.minimum-depth-of-binary-tree(二叉树的最小深度)(简单).md
│ ├── 112.path-sum(路径总和)(简单).md
│ ├── 226.invert-binary-tree(翻转二叉树)(简单).md
│ ├── 235.lowest-common-ancestor-of-a-binary-search-tree(二叉搜索树的最近公共祖先)(简单).md
│ ├── 257.binary-tree-paths(二叉树的所有路径)(简单).md
│ ├── 404.sum-of-left-leaves(左叶子之和)(简单).md
│ ├── 437.path-sum-iii(路径总和 III)(简单).md
│ ├── 538.convert-bst-to-greater-tree(把二叉搜索树转换为累加树)(简单).md
│ ├── 563.binary-tree-tilt(二叉树的坡度)(简单).md
│ ├── 572.subtree-of-another-tree(另一个树的子树)(简单).md
│ ├── 606.construct-string-from-binary-tree(根据二叉树创建字符串)(简单).md
│ ├── 617.merge-two-binary-trees(合并二叉树)(简单).md
│ ├── 637.average-of-levels-in-binary-tree(二叉树的层平均值)(简单).md
│ ├── 653.two-sum-iv-input-is-a-bst(两数之和 IV - 输入 BST)(简单).md
│ ├── 669.trim-a-binary-search-tree(修剪二叉搜索树)(简单).md
│ ├── 671.second-minimum-node-in-a-binary-tree(二叉树中第二小的节点)(简单).md
│ ├── 687.longest-univalue-path(最长同值路径)(简单).md
│ ├── 764.n-ary-tree-level-order-traversal(N叉树的层序遍历)(简单).md
│ ├── 774.maximum-depth-of-n-ary-tree(N叉树的最大深度)(简单).md
│ ├── 775.n-ary-tree-preorder-traversal(N叉树的前序遍历)(简单).md
│ ├── 776.n-ary-tree-postorder-traversal(N叉树的后序遍历)(简单).md
│ ├── 904.leaf-similar-trees(叶子相似的树)(简单).md
│ └── 933.increasing-order-search-tree(递增顺序查找树)(简单).md
├── 树状数组Binary Indexed Tree
│ ├── 中等
│ │ └── 307.range-sum-query-mutable(区域和检索 - 数组可修改)(中等).md
│ └── 困难
│ ├── 218.the-skyline-problem(天际线问题)(困难).md
│ ├── 315.count-of-smaller-numbers-after-self(计算右侧小于当前元素的个数)(困难).md
│ └── 493.reverse-pairs(翻转对)(困难).md
├── 深度优先搜索Depth-first Search
│ ├── 中等
│ │ ├── 1011.flip-binary-tree-to-match-preorder-traversal(翻转二叉树以匹配先序遍历)(中等).md
│ │ ├── 105.construct-binary-tree-from-preorder-and-inorder-traversal(从前序与中序遍历序列构造二叉树)(中等).md
│ │ ├── 106.construct-binary-tree-from-inorder-and-postorder-traversal(从中序与后序遍历序列构造二叉树)(中等).md
│ │ ├── 109.convert-sorted-list-to-binary-search-tree(有序链表转换二叉搜索树)(中等).md
│ │ ├── 113.path-sum-ii(路径总和 II)(中等).md
│ │ ├── 114.flatten-binary-tree-to-linked-list(二叉树展开为链表)(中等).md
│ │ ├── 116.populating-next-right-pointers-in-each-node(填充同一层的兄弟节点)(中等).md
│ │ ├── 117.populating-next-right-pointers-in-each-node-ii(填充同一层的兄弟节点 II)(中等).md
│ │ ├── 129.sum-root-to-leaf-numbers(求根到叶子节点数字之和)(中等).md
│ │ ├── 130.surrounded-regions(被围绕的区域)(中等).md
│ │ ├── 133.clone-graph(克隆图)(中等).md
│ │ ├── 199.binary-tree-right-side-view(二叉树的右视图)(中等).md
│ │ ├── 200.number-of-islands(岛屿的个数)(中等).md
│ │ ├── 207.course-schedule(课程表)(中等).md
│ │ ├── 210.course-schedule-ii(课程表 II)(中等).md
│ │ ├── 332.reconstruct-itinerary(重新安排行程)(中等).md
│ │ ├── 337.house-robber-iii(打家劫舍 III)(中等).md
│ │ ├── 394.decode-string(字符串解码)(中等).md
│ │ ├── 417.pacific-atlantic-water-flow(太平洋大西洋水流问题)(中等).md
│ │ ├── 473.matchsticks-to-square(火柴拼正方形)(中等).md
│ │ ├── 491.increasing-subsequences(递增子序列)(中等).md
│ │ ├── 494.target-sum(目标和)(中等).md
│ │ ├── 513.find-bottom-left-tree-value(找树左下角的值)(中等).md
│ │ ├── 515.find-largest-value-in-each-tree-row(在每个树行中找最大值)(中等).md
│ │ ├── 529.minesweeper(扫雷游戏)(中等).md
│ │ ├── 542.01-matrix(01 矩阵)(中等).md
│ │ ├── 576.out-of-boundary-paths(出界的路径数)(中等).md
│ │ ├── 695.max-area-of-island(岛屿的最大面积)(中等).md
│ │ ├── 721.accounts-merge(账户合并)(中等).md
│ │ ├── 757.pyramid-transition-matrix(金字塔转换矩阵)(中等).md
│ │ ├── 766.flatten-a-multilevel-doubly-linked-list(扁平化多级双向链表)(中等).md
│ │ ├── 801.is-graph-bipartite(判断二分图)(中等).md
│ │ ├── 820.find-eventual-safe-states(找到最终的安全状态)(中等).md
│ │ ├── 871.keys-and-rooms(钥匙和房间)(中等).md
│ │ ├── 881.loud-and-rich(喧闹和富有)(中等).md
│ │ ├── 893.all-nodes-distance-k-in-binary-tree(二叉树中所有距离为 K 的结点)(中等).md
│ │ ├── 922.possible-bipartition(可能的二分法)(中等).md
│ │ ├── 971.shortest-bridge(最短的桥)(中等).md
│ │ ├── 984.most-stones-removed-with-same-row-or-column(移除最多的同行或同列石头)(中等).md
│ │ ├── 98.validate-binary-search-tree(验证二叉搜索树)(中等).md
│ │ └── 999.regions-cut-by-slashes(由斜杠划分区域)(中等).md
│ ├── 困难
│ │ ├── 1008.binary-tree-cameras(监控二叉树)(困难).md
│ │ ├── 124.binary-tree-maximum-path-sum(二叉树中的最大路径和)(困难).md
│ │ ├── 301.remove-invalid-parentheses(删除无效的括号)(困难).md
│ │ ├── 329.longest-increasing-path-in-a-matrix(矩阵中的最长递增路径)(困难).md
│ │ ├── 472.concatenated-words(连接词)(困难).md
│ │ ├── 514.freedom-trail(自由之路)(困难).md
│ │ ├── 546.remove-boxes(移除盒子)(困难).md
│ │ ├── 664.strange-printer(奇怪的打印机)(困难).md
│ │ ├── 679.24-game(24点游戏)(困难).md
│ │ ├── 685.redundant-connection-ii(冗余连接 II)(困难).md
│ │ ├── 750.contain-virus(隔离病毒)(困难).md
│ │ ├── 754.cracking-the-safe(破解保险箱)(困难).md
│ │ ├── 794.swim-in-rising-water(水位上升的泳池中游泳)(困难).md
│ │ ├── 854.making-a-large-island(最大人工岛)(困难).md
│ │ ├── 863.sum-of-distances-in-tree(树中距离之和)(困难).md
│ │ ├── 869.similar-string-groups(相似字符串组)(困难).md
│ │ ├── 960.minimize-malware-spread(尽量减少恶意软件的传播)(困难).md
│ │ ├── 964.minimize-malware-spread-ii(尽量减少恶意软件的传播 II)(困难).md
│ │ └── 99.recover-binary-search-tree(恢复二叉搜索树)(困难).md
│ └── 简单
│ ├── 101.symmetric-tree(对称二叉树)(简单).md
│ ├── 104.maximum-depth-of-binary-tree(二叉树的最大深度)(简单).md
│ ├── 108.convert-sorted-array-to-binary-search-tree(将有序数组转换为二叉搜索树)(简单).md
│ ├── 110.balanced-binary-tree(平衡二叉树)(简单).md
│ ├── 111.minimum-depth-of-binary-tree(二叉树的最小深度)(简单).md
│ ├── 112.path-sum(路径总和)(简单).md
│ ├── 257.binary-tree-paths(二叉树的所有路径)(简单).md
│ ├── 690.employee-importance(员工的重要性)(简单).md
│ ├── 733.flood-fill(图像渲染)(简单).md
│ ├── 744.network-delay-time(网络延迟时间)(简单).md
│ ├── 774.maximum-depth-of-n-ary-tree(N叉树的最大深度)(简单).md
│ ├── 904.leaf-similar-trees(叶子相似的树)(简单).md
│ └── 933.increasing-order-search-tree(递增顺序查找树)(简单).md
├── 线段树Segment Tree
│ ├── 中等
│ │ └── 307.range-sum-query-mutable(区域和检索 - 数组可修改)(中等).md
│ └── 困难
│ ├── 218.the-skyline-problem(天际线问题)(困难).md
│ ├── 315.count-of-smaller-numbers-after-self(计算右侧小于当前元素的个数)(困难).md
│ ├── 493.reverse-pairs(翻转对)(困难).md
│ ├── 699.falling-squares(掉落的方块)(困难).md
│ ├── 715.range-module(Range 模块)(困难).md
│ ├── 732.my-calendar-iii(我的日程安排表 III)(困难).md
│ └── 880.rectangle-area-ii(矩形面积 II)(困难).md
├── 脑筋急转弯Brainteaser
│ ├── 中等
│ │ ├── 319.bulb-switcher(灯泡开关)(中等).md
│ │ └── 793.swap-adjacent-in-lr-string(在LR字符串中交换相邻字符)(中等).md
│ └── 简单
│ └── 292.nim-game(Nim游戏)(简单).md
├── 蓄水池抽样Reservoir Sampling
│ └── 中等
│ ├── 382.linked-list-random-node(链表随机节点)(中等).md
│ └── 398.random-pick-index(随机数索引)(中等).md
├── 记忆化Memoization
│ └── 困难
│ └── 329.longest-increasing-path-in-a-matrix(矩阵中的最长递增路径)(困难).md
├── 设计Design
│ ├── 中等
│ │ ├── 173.binary-search-tree-iterator(二叉搜索树迭代器)(中等).md
│ │ ├── 208.implement-trie-prefix-tree(实现 Trie (前缀树))(中等).md
│ │ ├── 211.add-and-search-word-data-structure-design(添加与搜索单词 - 数据结构设计)(中等).md
│ │ ├── 284.peeking-iterator(顶端迭代器)(中等).md
│ │ ├── 341.flatten-nested-list-iterator(扁平化嵌套列表迭代器)(中等).md
│ │ ├── 355.design-twitter(设计推特)(中等).md
│ │ └── 859.design-circular-deque(设计循环双端队列)(中等).md
│ ├── 困难
│ │ ├── 146.lru-cache(LRU缓存机制)(困难).md
│ │ ├── 295.find-median-from-data-stream(数据流的中位数)(困难).md
│ │ ├── 297.serialize-and-deserialize-binary-tree(二叉树的序列化与反序列化)(困难).md
│ │ ├── 381.insert-delete-getrandom-o1-duplicates-allowed(O(1) 时间插入、删除和获取随机元素 - 允许重复)(困难).md
│ │ ├── 432.all-oone-data-structure(全 O(1) 的数据结构)(困难).md
│ │ └── 460.lfu-cache(LFU缓存)(困难).md
│ └── 简单
│ ├── 155.min-stack(最小栈)(简单).md
│ ├── 225.implement-stack-using-queues(用队列实现栈)(简单).md
│ ├── 232.implement-queue-using-stacks(用栈实现队列)(简单).md
│ ├── 817.design-hashmap(设计哈希映射)(简单).md
│ └── 838.design-linked-list(设计链表)(简单).md
├── 贪心算法Greedy
│ ├── 中等
│ │ ├── 134.gas-station(加油站)(中等).md
│ │ ├── 376.wiggle-subsequence(摆动序列)(中等).md
│ │ ├── 392.is-subsequence(判断子序列)(中等).md
│ │ ├── 402.remove-k-digits(移掉K位数字)(中等).md
│ │ ├── 406.queue-reconstruction-by-height(根据身高重建队列)(中等).md
│ │ ├── 435.non-overlapping-intervals(无重叠区间)(中等).md
│ │ ├── 452.minimum-number-of-arrows-to-burst-balloons(用最少数量的箭引爆气球)(中等).md
│ │ ├── 55.jump-game(跳跃游戏)(中等).md
│ │ ├── 621.task-scheduler(任务调度器)(中等).md
│ │ ├── 649.dota2-senate(Dota2 参议院)(中等).md
│ │ ├── 659.split-array-into-consecutive-subsequences(分割数组为连续子序列)(中等).md
│ │ ├── 714.best-time-to-buy-and-sell-stock-with-transaction-fee(买卖股票的最佳时机含手续费)(中等).md
│ │ ├── 738.monotone-increasing-digits(单调递增的数字)(中等).md
│ │ ├── 768.partition-labels(划分字母区间)(中等).md
│ │ ├── 778.reorganize-string(重构字符串)(中等).md
│ │ ├── 872.split-array-into-fibonacci-sequence(将数组拆分成斐波那契序列)(中等).md
│ │ ├── 891.score-after-flipping-matrix(翻转矩阵后的得分)(中等).md
│ │ ├── 901.advantage-shuffle(优势洗牌)(中等).md
│ │ ├── 917.boats-to-save-people(救生艇)(中等).md
│ │ ├── 946.smallest-range-ii(最小差值 II)(中等).md
│ │ ├── 957.minimum-add-to-make-parentheses-valid(使括号有效的最少添加)(中等).md
│ │ ├── 985.bag-of-tokens(令牌放置)(中等).md
│ │ └── 992.delete-columns-to-make-sorted-ii(删列造序 II)(中等).md
│ ├── 困难
│ │ ├── 135.candy(分发糖果)(困难).md
│ │ ├── 316.remove-duplicate-letters(去除重复字母)(困难).md
│ │ ├── 321.create-maximum-number(拼接最大数)(困难).md
│ │ ├── 330.patching-array(按要求补齐数组)(困难).md
│ │ ├── 44.wildcard-matching(通配符匹配)(困难).md
│ │ ├── 45.jump-game-ii(跳跃游戏 II)(困难).md
│ │ ├── 502.ipo(IPO)(困难).md
│ │ ├── 630.course-schedule-iii(课程表 III)(困难).md
│ │ ├── 759.set-intersection-size-at-least-two( 设置交集大小至少为2)(困难).md
│ │ ├── 770.couples-holding-hands(情侣牵手)(困难).md
│ │ ├── 963.three-equal-parts(三等分)(困难).md
│ │ └── 973.stamping-the-sequence(戳印序列)(困难).md
│ └── 简单
│ ├── 122.best-time-to-buy-and-sell-stock-ii(买卖股票的最佳时机 II)(简单).md
│ ├── 455.assign-cookies(分发饼干)(简单).md
│ ├── 890.lemonade-change(柠檬水找零)(简单).md
│ ├── 906.walking-robot-simulation(模拟行走机器人)(简单).md
│ └── 981.delete-columns-to-make-sorted(删列造序)(简单).md
├── 递归Recursion
│ ├── 中等
│ │ ├── 698.partition-to-k-equal-sum-subsets(划分为k个相等的子集)(中等).md
│ │ ├── 795.k-th-symbol-in-grammar(第K个语法符号)(中等).md
│ │ ├── 810.valid-tic-tac-toe-state(有效的井字游戏)(中等).md
│ │ └── 930.all-possible-full-binary-trees(所有可能的满二叉树)(中等).md
│ ├── 困难
│ │ ├── 726.number-of-atoms(原子的数量)(困难).md
│ │ └── 763.special-binary-string(特殊的二进制序列)(困难).md
│ └── 简单
│ └── 687.longest-univalue-path(最长同值路径)(简单).md
├── 链表Linked List
│ ├── 中等
│ │ ├── 109.convert-sorted-list-to-binary-search-tree(有序链表转换二叉搜索树)(中等).md
│ │ ├── 138.copy-list-with-random-pointer(复制带随机指针的链表)(中等).md
│ │ ├── 142.linked-list-cycle-ii(环形链表 II)(中等).md
│ │ ├── 143.reorder-list(重排链表)(中等).md
│ │ ├── 147.insertion-sort-list(对链表进行插入排序)(中等).md
│ │ ├── 148.sort-list(排序链表)(中等).md
│ │ ├── 19.remove-nth-node-from-end-of-list(删除链表的倒数第N个节点)(中等).md
│ │ ├── 24.swap-nodes-in-pairs(两两交换链表中的节点)(中等).md
│ │ ├── 2.add-two-numbers(两数相加)(中等).md
│ │ ├── 328.odd-even-linked-list(奇偶链表)(中等).md
│ │ ├── 445.add-two-numbers-ii(两数相加 II)(中等).md
│ │ ├── 61.rotate-list(旋转链表)(中等).md
│ │ ├── 725.split-linked-list-in-parts(分隔链表)(中等).md
│ │ ├── 766.flatten-a-multilevel-doubly-linked-list(扁平化多级双向链表)(中等).md
│ │ ├── 82.remove-duplicates-from-sorted-list-ii(删除排序链表中的重复元素 II)(中等).md
│ │ ├── 86.partition-list(分隔链表)(中等).md
│ │ └── 92.reverse-linked-list-ii(反转链表 II)(中等).md
│ ├── 困难
│ │ ├── 23.merge-k-sorted-lists(合并K个排序链表)(困难).md
│ │ └── 25.reverse-nodes-in-k-group(k个一组翻转链表)(困难).md
│ └── 简单
│ ├── 141.linked-list-cycle(环形链表)(简单).md
│ ├── 160.intersection-of-two-linked-lists(相交链表)(简单).md
│ ├── 203.remove-linked-list-elements(移除链表元素)(简单).md
│ ├── 206.reverse-linked-list(反转链表)(简单).md
│ ├── 21.merge-two-sorted-lists(合并两个有序链表)(简单).md
│ ├── 234.palindrome-linked-list(回文链表)(简单).md
│ ├── 237.delete-node-in-a-linked-list(删除链表中的节点)(简单).md
│ ├── 838.design-linked-list(设计链表)(简单).md
│ └── 83.remove-duplicates-from-sorted-list(删除排序链表中的重复元素)(简单).md
└── 队列Queue
├── 中等
│ ├── 621.task-scheduler(任务调度器)(中等).md
│ ├── 859.design-circular-deque(设计循环双端队列)(中等).md
│ └── 860.design-circular-queue(设计循环队列)(中等).md
├── 困难
│ ├── 363.max-sum-of-rectangle-no-larger-than-k(矩形区域不超过 K 的最大数值和)(困难).md
│ └── 892.shortest-subarray-with-sum-at-least-k(和至少为 K 的最短子数组)(困难).md
└── 简单
└── 969.number-of-recent-calls(最近的请求次数)(简单).md
122 directories, 1133 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论