原文:Path Sum II leetcode java

题目: Given a binary tree and a sum, find all root to leaf paths where each path s sum equals the given sum. For example: Given the below binary tree and sum , return public voidpathSumHelper TreeNoder ...

2014-07-31 03:21 1 3123 推荐指数:

查看详情

[leetcode]Path Sum II @ Python

原题地址:https://oj.leetcode.com/problems/path-sum-ii/ 题意: Given a binary tree and a sum, find all root-to-leaf paths where ...

Mon May 26 18:11:00 CST 2014 0 2962
Path Sum leetcode java

题目: Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given ...

Thu Jul 31 10:43:00 CST 2014 0 2766
Combination Sum II leetcode java

题目: Given a collection of candidate numbers (C) and a target number (T), find all unique combinati ...

Sat Aug 02 08:24:00 CST 2014 0 2631
[LeetCode] Combination Sum II

Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in ...

Tue Oct 30 01:36:00 CST 2012 0 4310
Binary Tree Maximum Path Sum leetcode java

题目: Given a binary tree, find the maximum path sum. The path may start and end at any node in the tree. For example: Given the below binary ...

Sat Aug 02 15:51:00 CST 2014 3 2060
[LeetCode] Path Sum

Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum ...

Tue Nov 13 19:57:00 CST 2012 0 5090
[leetcode]Path Sum @ Python

原题地址:https://oj.leetcode.com/problems/path-sum/ 题意: Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding ...

Mon May 26 17:56:00 CST 2014 0 3171
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM