X

dfs

LEETCODE 1325. Delete Leaves With a Given Value 解题思路分析

题目大意: 删除给定值的叶子节点 给你一…

LEETCODE 329. Longest Increasing Path in a Matrix 解题思路分析

题目大意: 矩阵中的最长递增路径 给定一…

LEETCODE 1315. Sum of Nodes with Even-Valued Grandparent 解题思路分析

题目大意: 祖父节点值为偶数的节点和 给…

LEETCODE 269. Alien Dictionary 解题思路分析

(更多…)

LEETCODE 1302. Deepest Leaves Sum 解题思路分析

题目大意: 层数最深叶子节点的和 给你一…

LEETCODE 582. Kill Process 解题思路分析

题目大意: 杀死进程 Given&nbs…

LEETCODE 655. Print Binary Tree 解题思路分析

题目大意: 输出二叉树 在一个 m*n …

LEETCODE 320. Generalized Abbreviation 解题思路分析

题目大意: 列举单词的全部缩写 请你写出…

LEETCODE 1293. Shortest Path in a Grid with Obstacles Elimination 解题思路分析

题目大意: 网格中的最短路径 给你一个&…

LEETCODE 1289. Minimum Falling Path Sum II 解题思路分析

题目大意: 下降路径最小和 II 给你一…