You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tag/array/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
| 769 |[最多能完成排序的块](https://github.com/openset/leetcode/tree/master/problems/max-chunks-to-make-sorted)|[[数组](https://github.com/openset/leetcode/tree/master/tag/array/README.md)]| Medium |
59
59
| 768 |[最多能完成排序的块 II](https://github.com/openset/leetcode/tree/master/problems/max-chunks-to-make-sorted-ii)|[[数组](https://github.com/openset/leetcode/tree/master/tag/array/README.md)]| Hard |
Copy file name to clipboardExpand all lines: tag/binary-search/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
| 718 |[最长重复子数组](https://github.com/openset/leetcode/tree/master/problems/maximum-length-of-repeated-subarray)|[[数组](https://github.com/openset/leetcode/tree/master/tag/array/README.md)][[哈希表](https://github.com/openset/leetcode/tree/master/tag/hash-table/README.md)][[二分查找](https://github.com/openset/leetcode/tree/master/tag/binary-search/README.md)][[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Medium |
28
28
| 710 |[黑名单中的随机数](https://github.com/openset/leetcode/tree/master/problems/random-pick-with-blacklist)|[[排序](https://github.com/openset/leetcode/tree/master/tag/sort/README.md)][[哈希表](https://github.com/openset/leetcode/tree/master/tag/hash-table/README.md)][[二分查找](https://github.com/openset/leetcode/tree/master/tag/binary-search/README.md)][[Random](https://github.com/openset/leetcode/tree/master/tag/random/README.md)]| Hard |
| 702 |[Search in a Sorted Array of Unknown Size](https://github.com/openset/leetcode/tree/master/problems/search-in-a-sorted-array-of-unknown-size) 🔒 |[[二分查找](https://github.com/openset/leetcode/tree/master/tag/binary-search/README.md)]| Medium |
30
+
| 702 |[搜索长度未知的有序数组](https://github.com/openset/leetcode/tree/master/problems/search-in-a-sorted-array-of-unknown-size) 🔒 |[[二分查找](https://github.com/openset/leetcode/tree/master/tag/binary-search/README.md)]| Medium |
31
31
| 668 |[乘法表中第k小的数](https://github.com/openset/leetcode/tree/master/problems/kth-smallest-number-in-multiplication-table)|[[二分查找](https://github.com/openset/leetcode/tree/master/tag/binary-search/README.md)]| Hard |
32
32
| 658 |[找到 K 个最接近的元素](https://github.com/openset/leetcode/tree/master/problems/find-k-closest-elements)|[[二分查找](https://github.com/openset/leetcode/tree/master/tag/binary-search/README.md)]| Medium |
33
33
| 644 |[最大平均子段和 II](https://github.com/openset/leetcode/tree/master/problems/maximum-average-subarray-ii) 🔒 |[[数组](https://github.com/openset/leetcode/tree/master/tag/array/README.md)][[二分查找](https://github.com/openset/leetcode/tree/master/tag/binary-search/README.md)]| Hard |
| 756 |[金字塔转换矩阵](https://github.com/openset/leetcode/tree/master/problems/pyramid-transition-matrix)|[[位运算](https://github.com/openset/leetcode/tree/master/tag/bit-manipulation/README.md)][[深度优先搜索](https://github.com/openset/leetcode/tree/master/tag/depth-first-search/README.md)]| Medium |
16
-
| 751 |[IP to CIDR](https://github.com/openset/leetcode/tree/master/problems/ip-to-cidr) 🔒 |[[位运算](https://github.com/openset/leetcode/tree/master/tag/bit-manipulation/README.md)]| Easy |
| 477 |[汉明距离总和](https://github.com/openset/leetcode/tree/master/problems/total-hamming-distance)|[[位运算](https://github.com/openset/leetcode/tree/master/tag/bit-manipulation/README.md)]| Medium |
| 721 |[账户合并](https://github.com/openset/leetcode/tree/master/problems/accounts-merge)|[[深度优先搜索](https://github.com/openset/leetcode/tree/master/tag/depth-first-search/README.md)][[并查集](https://github.com/openset/leetcode/tree/master/tag/union-find/README.md)]| Medium |
45
-
| 711 |[Number of Distinct Islands II](https://github.com/openset/leetcode/tree/master/problems/number-of-distinct-islands-ii) 🔒 |[[深度优先搜索](https://github.com/openset/leetcode/tree/master/tag/depth-first-search/README.md)][[哈希表](https://github.com/openset/leetcode/tree/master/tag/hash-table/README.md)]| Hard |
45
+
| 711 |[不同岛屿的数量 II](https://github.com/openset/leetcode/tree/master/problems/number-of-distinct-islands-ii) 🔒 |[[深度优先搜索](https://github.com/openset/leetcode/tree/master/tag/depth-first-search/README.md)][[哈希表](https://github.com/openset/leetcode/tree/master/tag/hash-table/README.md)]| Hard |
46
46
| 695 |[岛屿的最大面积](https://github.com/openset/leetcode/tree/master/problems/max-area-of-island)|[[深度优先搜索](https://github.com/openset/leetcode/tree/master/tag/depth-first-search/README.md)][[数组](https://github.com/openset/leetcode/tree/master/tag/array/README.md)]| Medium |
47
-
| 694 |[Number of Distinct Islands](https://github.com/openset/leetcode/tree/master/problems/number-of-distinct-islands) 🔒 |[[深度优先搜索](https://github.com/openset/leetcode/tree/master/tag/depth-first-search/README.md)][[哈希表](https://github.com/openset/leetcode/tree/master/tag/hash-table/README.md)]| Medium |
47
+
| 694 |[不同岛屿的数量](https://github.com/openset/leetcode/tree/master/problems/number-of-distinct-islands) 🔒 |[[深度优先搜索](https://github.com/openset/leetcode/tree/master/tag/depth-first-search/README.md)][[哈希表](https://github.com/openset/leetcode/tree/master/tag/hash-table/README.md)]| Medium |
| 642 |[Design Search Autocomplete System](https://github.com/openset/leetcode/tree/master/problems/design-search-autocomplete-system) 🔒 |[[设计](https://github.com/openset/leetcode/tree/master/tag/design/README.md)][[字典树](https://github.com/openset/leetcode/tree/master/tag/trie/README.md)]| Hard |
16
+
| 642 |[设计搜索自动补全系统](https://github.com/openset/leetcode/tree/master/problems/design-search-autocomplete-system) 🔒 |[[设计](https://github.com/openset/leetcode/tree/master/tag/design/README.md)][[字典树](https://github.com/openset/leetcode/tree/master/tag/trie/README.md)]| Hard |
17
17
| 641 |[设计循环双端队列](https://github.com/openset/leetcode/tree/master/problems/design-circular-deque)|[[设计](https://github.com/openset/leetcode/tree/master/tag/design/README.md)][[队列](https://github.com/openset/leetcode/tree/master/tag/queue/README.md)]| Medium |
18
-
| 635 |[Design Log Storage System](https://github.com/openset/leetcode/tree/master/problems/design-log-storage-system) 🔒 |[[设计](https://github.com/openset/leetcode/tree/master/tag/design/README.md)][[字符串](https://github.com/openset/leetcode/tree/master/tag/string/README.md)]| Medium |
19
-
| 631 |[Design Excel Sum Formula](https://github.com/openset/leetcode/tree/master/problems/design-excel-sum-formula) 🔒 |[[设计](https://github.com/openset/leetcode/tree/master/tag/design/README.md)]| Hard |
18
+
| 635 |[设计日志存储系统](https://github.com/openset/leetcode/tree/master/problems/design-log-storage-system) 🔒 |[[设计](https://github.com/openset/leetcode/tree/master/tag/design/README.md)][[字符串](https://github.com/openset/leetcode/tree/master/tag/string/README.md)]| Medium |
19
+
| 631 |[设计 Excel 求和公式](https://github.com/openset/leetcode/tree/master/problems/design-excel-sum-formula) 🔒 |[[设计](https://github.com/openset/leetcode/tree/master/tag/design/README.md)]| Hard |
20
20
| 622 |[设计循环队列](https://github.com/openset/leetcode/tree/master/problems/design-circular-queue)|[[设计](https://github.com/openset/leetcode/tree/master/tag/design/README.md)][[队列](https://github.com/openset/leetcode/tree/master/tag/queue/README.md)]| Medium |
Copy file name to clipboardExpand all lines: tag/dynamic-programming/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@
47
47
| 790 |[多米诺和托米诺平铺](https://github.com/openset/leetcode/tree/master/problems/domino-and-tromino-tiling)|[[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Medium |
48
48
| 787 |[K 站中转内最便宜的航班](https://github.com/openset/leetcode/tree/master/problems/cheapest-flights-within-k-stops)|[[堆](https://github.com/openset/leetcode/tree/master/tag/heap/README.md)][[广度优先搜索](https://github.com/openset/leetcode/tree/master/tag/breadth-first-search/README.md)][[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Medium |
49
49
| 764 |[最大加号标志](https://github.com/openset/leetcode/tree/master/problems/largest-plus-sign)|[[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Medium |
50
-
| 750 |[Number Of Corner Rectangles](https://github.com/openset/leetcode/tree/master/problems/number-of-corner-rectangles) 🔒 |[[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Medium |
50
+
| 750 |[角矩形的数量](https://github.com/openset/leetcode/tree/master/problems/number-of-corner-rectangles) 🔒 |[[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Medium |
| 741 |[摘樱桃](https://github.com/openset/leetcode/tree/master/problems/cherry-pickup)|[[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Hard |
53
53
| 740 |[删除与获得点数](https://github.com/openset/leetcode/tree/master/problems/delete-and-earn)|[[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Medium |
Copy file name to clipboardExpand all lines: tag/greedy/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
| 767 |[重构字符串](https://github.com/openset/leetcode/tree/master/problems/reorganize-string)|[[堆](https://github.com/openset/leetcode/tree/master/tag/heap/README.md)][[贪心算法](https://github.com/openset/leetcode/tree/master/tag/greedy/README.md)][[排序](https://github.com/openset/leetcode/tree/master/tag/sort/README.md)][[字符串](https://github.com/openset/leetcode/tree/master/tag/string/README.md)]| Medium |
32
32
| 765 |[情侣牵手](https://github.com/openset/leetcode/tree/master/problems/couples-holding-hands)|[[贪心算法](https://github.com/openset/leetcode/tree/master/tag/greedy/README.md)][[并查集](https://github.com/openset/leetcode/tree/master/tag/union-find/README.md)][[图](https://github.com/openset/leetcode/tree/master/tag/graph/README.md)]| Hard |
33
33
| 763 |[划分字母区间](https://github.com/openset/leetcode/tree/master/problems/partition-labels)|[[贪心算法](https://github.com/openset/leetcode/tree/master/tag/greedy/README.md)][[双指针](https://github.com/openset/leetcode/tree/master/tag/two-pointers/README.md)]| Medium |
34
-
| 759 |[Employee Free Time](https://github.com/openset/leetcode/tree/master/problems/employee-free-time) 🔒 |[[堆](https://github.com/openset/leetcode/tree/master/tag/heap/README.md)][[贪心算法](https://github.com/openset/leetcode/tree/master/tag/greedy/README.md)]| Hard |
34
+
| 759 |[员工空闲时间](https://github.com/openset/leetcode/tree/master/problems/employee-free-time) 🔒 |[[堆](https://github.com/openset/leetcode/tree/master/tag/heap/README.md)][[贪心算法](https://github.com/openset/leetcode/tree/master/tag/greedy/README.md)]| Hard |
35
35
| 757 |[ 设置交集大小至少为2](https://github.com/openset/leetcode/tree/master/problems/set-intersection-size-at-least-two)|[[贪心算法](https://github.com/openset/leetcode/tree/master/tag/greedy/README.md)]| Hard |
36
36
| 738 |[单调递增的数字](https://github.com/openset/leetcode/tree/master/problems/monotone-increasing-digits)|[[贪心算法](https://github.com/openset/leetcode/tree/master/tag/greedy/README.md)]| Medium |
37
37
| 714 |[买卖股票的最佳时机含手续费](https://github.com/openset/leetcode/tree/master/problems/best-time-to-buy-and-sell-stock-with-transaction-fee)|[[贪心算法](https://github.com/openset/leetcode/tree/master/tag/greedy/README.md)][[数组](https://github.com/openset/leetcode/tree/master/tag/array/README.md)][[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Medium |
0 commit comments