X

dfs

LEETCODE 1443. Minimum Time to Collect All Apples in a Tree 解题思路分析

题目大意: 收集树上所有苹果的最少时间 …

LEETCODE 993. Cousins in Binary Tree 解题思路分析

题目大意: 二叉树的堂兄弟节点 在二叉树…

LEETCODE 1430 Check If a String Is a Valid Sequence from Root to Leaves Path in a Binary Tree 解题思路分析

题目大意: Given a binary…

LEETCODE 124. Binary Tree Maximum Path Sum 解题思路分析

二叉树中的最大路径和 给定一个非空二叉树…

LEETCODE 1411. Number of Ways to Paint N × 3 Grid 解题思路分析

题目大意: 给 N x 3 网格图涂色的…

LEETCODE 47. Permutations II 解题思路分析

题目大意: 给定一个可包含重复数字的序列…

LEETCODE 1379. Find a Corresponding Node of a Binary Tree in a Clone of That Tree 解题思路分析

题目大意: 给你两颗二叉树 origin…

LEETCODE 1376. Time Needed to Inform All Employees 解题思路分析

题目大意: 通知所有员工所需的时间 公司…

LEETCODE 1377. Frog Position After T Seconds 解题思路分析

题目大意: T 秒后青蛙的位置 给你一棵…

LEETCODE 1087. Brace Expansion 解题思路分析

题目大意: 我们用一个特殊的字符串 S …