Skip to content

Commit

Permalink
feat: $726
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Jul 5, 2021
1 parent 49f59da commit d2e42cd
Show file tree
Hide file tree
Showing 10 changed files with 251 additions and 115 deletions.
16 changes: 8 additions & 8 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you want to do some contributions or collaborations, just feel free to contac

## Usage Instructions

- For the parts that were added recently, there will be a 🆕 behind.
- For the parts that were added recently, there will be a behind.
- For the parts that were updated recently, there will be a 🖊 behind.
- Here will be the place to update Anki Flashcards in the future as well.
- Here is a mind mapping graph showing the summary of categorizations of problems that are questioned frequently in interviews. We could analyze according to the information in the graph.
Expand Down Expand Up @@ -99,7 +99,7 @@ The data structures mainly include:
#### Easy (Translation in Progress)

- [0001.TwoSum](./problems/1.two-sum.en.md)🆕
- [0053.maximum-sum-subarray](./problems/53.maximum-sum-subarray-en.md) 🆕
- [0053.maximum-sum-subarray](./problems/53.maximum-sum-subarray-en.md)
- [0198.house-robber](./problems/198.house-robber.en.md)🆕
- [0501.find-mode-in-binary-search-tree](./problems/501.Find-Mode-in-Binary-Search-Tree-en.md)🆕

Expand All @@ -113,18 +113,18 @@ The data structures mainly include:

* [0474.ones-and-zeros](./problems/474.ones-and-zeros-en.md)

* [0547.friend-circles](./problems/547.friend-circles-en.md) 🆕
* [0547.friend-circles](./problems/547.friend-circles-en.md)
* [0560.subarray-sum-equals-k](./problems/560.subarray-sum-equals-k.en.md)

* [1011.capacity-to-ship-packages-within-d-days](./problems/1011.capacity-to-ship-packages-within-d-days-en.md) 🆕
* [1011.capacity-to-ship-packages-within-d-days](./problems/1011.capacity-to-ship-packages-within-d-days-en.md)

* [1371.find-the-longest-substring-containing-vowels-in-even-counts](./problems/1371.find-the-longest-substring-containing-vowels-in-even-counts.en.md) 🆕
* [1371.find-the-longest-substring-containing-vowels-in-even-counts](./problems/1371.find-the-longest-substring-containing-vowels-in-even-counts.en.md)

#### Hard (Translation in Progress)

- [0025.reverse-nodes-in-k-group](./problems/25.reverse-nodes-in-k-groups-en.md) 🆕
- [0025.reverse-nodes-in-k-group](./problems/25.reverse-nodes-in-k-groups-en.md)
- [0042.trapping-rain-water](./problems/42.trapping-rain-water.en.md)🆕
- [1168.optimize-water-distribution-in-a-village](./problems/1168.optimize-water-distribution-in-a-village-en.md) 🆕
- [1168.optimize-water-distribution-in-a-village](./problems/1168.optimize-water-distribution-in-a-village-en.md)

### Summary of Data Structures and Algorithm

Expand All @@ -136,7 +136,7 @@ The data structures mainly include:
- [Bloom Filter](./thinkings/bloom-filter-en.md)
- [String Problems](./thinkings/string-problems-en.md)
- [Sliding Window Technique](./thinkings/slide-window.en.md)
- [Trie](./thinkings/trie.en.md) 🆕
- [Trie](./thinkings/trie.en.md)

### Anki Flashcards

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ leetcode 题解,记录自己的 leetcode 解题之路。

## :meat_on_bone:仓库食用指南

- 对于最近更新的部分, 后面会有 🖊 标注
- 这里有一张互联网公司面试中经常考察的问题类型总结的思维导图,我们可以结合图片中的信息分析一下。

![leetcode-zhihu](https://tva1.sinaimg.cn/large/007S8ZIlly1ghluennxvrj30k00jx0te.jpg)
Expand Down Expand Up @@ -473,6 +472,7 @@ leetcode 题解,记录自己的 leetcode 解题之路。
- [0664. 奇怪的打印机](./problems/664.strange-printer.md)
- [0679. 24 点游戏](./problems/679.24-game.md)
- [0715. Range 模块](./problems/715.range-module.md)
- [0726. 原子的数量](./problems/726.number-of-atoms.md)
- [0768. 最多能完成排序的块 II](./problems/768.max-chunks-to-make-sorted-ii.md) 91
- [0805. 数组的均值分割](./problems/805.split-array-with-same-average.md)
- [0839. 相似字符串组](./problems/839.similar-string-groups.md)
Expand Down
89 changes: 45 additions & 44 deletions SUMMARY.md

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions collections/hard.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
- [0032. 最长有效括号](../problems/32.longest-valid-parentheses.md)
- [0042. 接雨水](../problems/42.trapping-rain-water.md)
- [0052. N 皇后 II](../problems/52.N-Queens-II.md)
- [0057. 插入区间](problems/57.insert-interval.md) 🆕
- [0057. 插入区间](problems/57.insert-interval.md)
- [0084. 柱状图中最大的矩形](../problems/84.largest-rectangle-in-histogram.md)
- [0085. 最大矩形](../problems/85.maximal-rectangle.md)
- [0124. 二叉树中的最大路径和](../problems/124.binary-tree-maximum-path-sum.md)
- [0128. 最长连续序列](../problems/128.longest-consecutive-sequence.md)
- [0140. 单词拆分 II](problems/140.word-break-ii.md) 🆕
- [0140. 单词拆分 II](problems/140.word-break-ii.md)
- [0145. 二叉树的后序遍历](../problems/145.binary-tree-postorder-traversal.md)
- [0212. 单词搜索 II](../problems/212.word-search-ii.md)
- [0239. 滑动窗口最大值](../problems/239.sliding-window-maximum.md)
Expand All @@ -50,15 +50,15 @@
- [0472. 连接词](../problems/472.concatenated-words.md)
- [0488. 祖玛游戏](../problems/488.zuma-game.md)
- [0493. 翻转对](../problems/493.reverse-pairs.md)
- [0715. Range 模块](../problems/715.range-module.md) 🆕
- [0715. Range 模块](../problems/715.range-module.md)
- [0768. 最多能完成排序的块 II](../problems/768.max-chunks-to-make-sorted-ii.md) 91
- [0887. 鸡蛋掉落](../problems/887.super-egg-drop.md)
- [0895. 最大频率栈](../problems/895.maximum-frequency-stack.md)
- [0975. 奇偶跳](../problems/975.odd-even-jump.md) 🆕
- [0975. 奇偶跳](../problems/975.odd-even-jump.md)
- [1032. 字符流](../problems/1032.stream-of-characters.md)
- [1168. 水资源分配优化](../problems/1168.optimize-water-distribution-in-a-village.md)
- [1203. 项目管理](../problems/1203.sort-items-by-groups-respecting-dependencies.md) 🆕
- [1203. 项目管理](../problems/1203.sort-items-by-groups-respecting-dependencies.md)
- [1255. 得分最高的单词集合](../problems/1255.maximum-score-words-formed-by-letters.md)
- [1345. 跳跃游戏 IV](../problems/1435.jump-game-iv.md)
- [1449. 数位成本和为目标值的最大数字](../problems/1449.form-largest-integer-with-digits-that-add-up-to-target.md) 🆕
- [5640. 与数组中元素的最大异或值](../problems/5640.maximum-xor-with-an-element-from-array.md) 🆕
- [1449. 数位成本和为目标值的最大数字](../problems/1449.form-largest-integer-with-digits-that-add-up-to-target.md)
- [5640. 与数组中元素的最大异或值](../problems/5640.maximum-xor-with-an-element-from-array.md)
18 changes: 9 additions & 9 deletions collections/medium.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- [0131. 分割回文串](../problems/131.palindrome-partitioning.md)
- [0139. 单词拆分](../problems/139.word-break.md)
- [0144. 二叉树的前序遍历](../problems/144.binary-tree-preorder-traversal.md)
- [0147. 对链表进行插入排序](../problems/147.insertion-sort-list.md) 🆕
- [0147. 对链表进行插入排序](../problems/147.insertion-sort-list.md)
- [0150. 逆波兰表达式求值](../problems/150.evaluate-reverse-polish-notation.md)
- [0152. 乘积最大子数组](../problems/152.maximum-product-subarray.md)
- [0199. 二叉树的右视图](../problems/199.binary-tree-right-side-view.md)
Expand Down Expand Up @@ -94,20 +94,20 @@
- [0560. 和为 K 的子数组](../problems/560.subarray-sum-equals-k.md)
- [0609. 在系统中查找重复文件](../problems/609.find-duplicate-file-in-system.md)
- [0611. 有效三角形的个数](../problems/611.valid-triangle-number.md)
- [0686. 重复叠加字符串匹配](../problems/686.repeated-string-match.md) 🆕
- [0686. 重复叠加字符串匹配](../problems/686.repeated-string-match.md)
- [0718. 最长重复子数组](../problems/718.maximum-length-of-repeated-subarray.md)
- [0754. 到达终点数字](../problems/754.reach-a-number.md)
- [0785. 判断二分图](../problems/785.is-graph-bipartite.md)
- [0816. 模糊坐标](../problems/816.ambiguous-coordinates.md) 🆕
- [0816. 模糊坐标](../problems/816.ambiguous-coordinates.md)
- [0820. 单词的压缩编码](../problems/820.short-encoding-of-words.md)
- [0875. 爱吃香蕉的珂珂](../problems/875.koko-eating-bananas.md)
- [0877. 石子游戏](../problems/877.stone-game.md)
- [0886. 可能的二分法](../problems/886.possible-bipartition.md)
- [0900. RLE 迭代器](../problems/900.rle-iterator.md)
- [0911. 在线选举](../problems/911.online-election.md) 🆕
- [0911. 在线选举](../problems/911.online-election.md)
- [0912. 排序数组](../problems/912.sort-an-array.md)
- [0935. 骑士拨号器](../problems/935.knight-dialer.md)
- [0978. 最长湍流子数组](../problems/978.longest-turbulent-subarray.md) 🆕
- [0978. 最长湍流子数组](../problems/978.longest-turbulent-subarray.md)
- [0987. 二叉树的垂序遍历](../problems/987.vertical-order-traversal-of-a-binary-tree.md) 91
- [1011. 在 D 天内送达包裹的能力](../problems/1011.capacity-to-ship-packages-within-d-days.md)
- [1014. 最佳观光组合](../problems/1014.best-sightseeing-pair.md)
Expand All @@ -128,7 +128,7 @@
- [1334. 阈值距离内邻居最少的城市](../problems/1334.find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance.md)
- [1371.每个元音包含偶数次的最长子字符串](../problems/1371.find-the-longest-substring-containing-vowels-in-even-counts.md)
- [1381. 设计一个支持增量操作的栈](../problems/1381.design-a-stack-with-increment-operation.md) 91
- [1558. 得到目标数组的最少函数调用次数](../problems/1558.minimum-numbers-of-function-calls-to-make-target-array.md) 🆕
- [1574. 删除最短的子数组使剩余数组有序](../problems/1574.shortest-subarray-to-be-removed-to-make-array-sorted.md) 🆕
- [1631. 最小体力消耗路径](../problems/1631.path-with-minimum-effort.md) 🆕
- [1658. 将 x 减到 0 的最小操作数](../problems/1658.minimum-operations-to-reduce-x-to-zero.md) 🆕
- [1558. 得到目标数组的最少函数调用次数](../problems/1558.minimum-numbers-of-function-calls-to-make-target-array.md)
- [1574. 删除最短的子数组使剩余数组有序](../problems/1574.shortest-subarray-to-be-removed-to-make-array-sorted.md)
- [1631. 最小体力消耗路径](../problems/1631.path-with-minimum-effort.md)
- [1658. 将 x 减到 0 的最小操作数](../problems/1658.minimum-operations-to-reduce-x-to-zero.md)
Loading

0 comments on commit d2e42cd

Please sign in to comment.