mirror of
https://github.com/labuladong/fucking-algorithm.git
synced 2025-07-04 11:22:59 +08:00
Update 递归详解.md
课 --> 颗
This commit is contained in:
@ -123,7 +123,7 @@ void traverse(TreeNode* root) {
|
||||
|
||||
|
||||
|
||||
以下**详解 LeetCode 的一道题来说明**:给一课二叉树,和一个目标值,节点上的值有正有负,返回树中和等于目标值的路径条数,让你编写 pathSum 函数:
|
||||
以下**详解 LeetCode 的一道题来说明**:给一颗二叉树,和一个目标值,节点上的值有正有负,返回树中和等于目标值的路径条数,让你编写 pathSum 函数:
|
||||
|
||||
```
|
||||
/* 来源于 LeetCode PathSum III: https://leetcode.com/problems/path-sum-iii/ */
|
||||
|
Reference in New Issue
Block a user