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
| [365. Water and Jug Problem](https://leetcode.com/problems/water-and-jug-problem/?show=1) | [365. 水壶问题](https://leetcode.cn/problems/water-and-jug-problem/?show=1) |
| [576. Out of Boundary Paths](https://leetcode.com/problems/out-of-boundary-paths/?show=1) | [576. 出界的路径数](https://leetcode.cn/problems/out-of-boundary-paths/?show=1) |
Copy file name to clipboardExpand all lines: 数据结构系列/二叉树总结.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -985,6 +985,7 @@ class Solution {
985
985
|[257. Binary Tree Paths](https://leetcode.com/problems/binary-tree-paths/?show=1)|[257. 二叉树的所有路径](https://leetcode.cn/problems/binary-tree-paths/?show=1)|
986
986
|[270. Closest Binary Search Tree Value](https://leetcode.com/problems/closest-binary-search-tree-value/?show=1)🔒 |[270. 最接近的二叉搜索树值](https://leetcode.cn/problems/closest-binary-search-tree-value/?show=1)🔒 |
987
987
|[298. Binary Tree Longest Consecutive Sequence](https://leetcode.com/problems/binary-tree-longest-consecutive-sequence/?show=1)🔒 |[298. 二叉树最长连续序列](https://leetcode.cn/problems/binary-tree-longest-consecutive-sequence/?show=1)🔒 |
|[333. Largest BST Subtree](https://leetcode.com/problems/largest-bst-subtree/?show=1)🔒 |[333. 最大 BST 子树](https://leetcode.cn/problems/largest-bst-subtree/?show=1)🔒 |
989
990
|[366. Find Leaves of Binary Tree](https://leetcode.com/problems/find-leaves-of-binary-tree/?show=1)🔒 |[366. 寻找二叉树的叶子节点](https://leetcode.cn/problems/find-leaves-of-binary-tree/?show=1)🔒 |
990
991
|[404. Sum of Left Leaves](https://leetcode.com/problems/sum-of-left-leaves/?show=1)|[404. 左叶子之和](https://leetcode.cn/problems/sum-of-left-leaves/?show=1)|
Copy file name to clipboardExpand all lines: 数据结构系列/图.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -368,6 +368,7 @@ class Solution {
368
368
|[1443. Minimum Time to Collect All Apples in a Tree](https://leetcode.com/problems/minimum-time-to-collect-all-apples-in-a-tree/?show=1)|[1443. 收集树上所有苹果的最少时间](https://leetcode.cn/problems/minimum-time-to-collect-all-apples-in-a-tree/?show=1)|
369
369
|[200. Number of Islands](https://leetcode.com/problems/number-of-islands/?show=1)|[200. 岛屿数量](https://leetcode.cn/problems/number-of-islands/?show=1)|
370
370
|[2049. Count Nodes With the Highest Score](https://leetcode.com/problems/count-nodes-with-the-highest-score/?show=1)|[2049. 统计最高分的节点数目](https://leetcode.cn/problems/count-nodes-with-the-highest-score/?show=1)|
| [1091.ShortestPath in BinaryMatrix](https://leetcode.com/problems/shortest-path-in-binary-matrix/?show=1) | [1091. 二进制矩阵中的最短路径](https://leetcode.cn/problems/shortest-path-in-binary-matrix/?show=1) |
434
432
| [117.PopulatingNextRightPointers in EachNodeII](https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/?show=1) | [117. 填充每个节点的下一个右侧节点指针 II](https://leetcode.cn/problems/populating-next-right-pointers-in-each-node-ii/?show=1) |
433
+
| [1926.NearestExit from Entrance in Maze](https://leetcode.com/problems/nearest-exit-from-entrance-in-maze/?show=1) | [1926. 迷宫中离入口最近的出口](https://leetcode.cn/problems/nearest-exit-from-entrance-in-maze/?show=1) |
435
434
| [286.Walls and Gates](https://leetcode.com/problems/walls-and-gates/?show=1)🔒 | [286. 墙与门](https://leetcode.cn/problems/walls-and-gates/?show=1)🔒 |
| [365.Water and JugProblem](https://leetcode.com/problems/water-and-jug-problem/?show=1) | [365. 水壶问题](https://leetcode.cn/problems/water-and-jug-problem/?show=1) |
436
437
| [431.EncodeN-ary Tree to BinaryTree](https://leetcode.com/problems/encode-n-ary-tree-to-binary-tree/?show=1)🔒 | [431. 将 N 叉树编码为二叉树](https://leetcode.cn/problems/encode-n-ary-tree-to-binary-tree/?show=1)🔒 |
| [863.AllNodesDistanceK in BinaryTree](https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree/?show=1) | [863. 二叉树中所有距离为 K 的结点](https://leetcode.cn/problems/all-nodes-distance-k-in-binary-tree/?show=1) |
|[365. Water and Jug Problem](https://leetcode.com/problems/water-and-jug-problem/?show=1)|[365. 水壶问题](https://leetcode.cn/problems/water-and-jug-problem/?show=1)|
Copy file name to clipboardExpand all lines: 算法思维系列/UnionFind算法详解.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -607,6 +607,7 @@ class UF {
607
607
|[1361. Validate Binary Tree Nodes](https://leetcode.com/problems/validate-binary-tree-nodes/?show=1)|[1361. 验证二叉树](https://leetcode.cn/problems/validate-binary-tree-nodes/?show=1)|
608
608
|[200. Number of Islands](https://leetcode.com/problems/number-of-islands/?show=1)|[200. 岛屿数量](https://leetcode.cn/problems/number-of-islands/?show=1)|
|[368. Largest Divisible Subset](https://leetcode.com/problems/largest-divisible-subset/?show=1)|[368. 最大整除子集](https://leetcode.cn/problems/largest-divisible-subset/?show=1)|
Copy file name to clipboardExpand all lines: 算法思维系列/回溯算法详解修订版.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -439,6 +439,7 @@ def backtrack(...):
439
439
|[140. Word Break II](https://leetcode.com/problems/word-break-ii/?show=1)|[140. 单词拆分 II](https://leetcode.cn/problems/word-break-ii/?show=1)|
440
440
|[17. Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number/?show=1)|[17. 电话号码的字母组合](https://leetcode.cn/problems/letter-combinations-of-a-phone-number/?show=1)|
|[698. Partition to K Equal Sum Subsets](https://leetcode.com/problems/partition-to-k-equal-sum-subsets/?show=1)|[698. 划分为k个相等的子集](https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/?show=1)|
Copy file name to clipboardExpand all lines: 高频面试系列/岛屿题目.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -566,6 +566,7 @@ class Solution {
566
566
567
567
| LeetCode | 力扣 |
568
568
| :----: | :----: |
569
+
|[1219. Path with Maximum Gold](https://leetcode.com/problems/path-with-maximum-gold/?show=1)|[1219. 黄金矿工](https://leetcode.cn/problems/path-with-maximum-gold/?show=1)|
569
570
|[79. Word Search](https://leetcode.com/problems/word-search/?show=1)|[79. 单词搜索](https://leetcode.cn/problems/word-search/?show=1)|
0 commit comments