2014年4月13日

【LeetCode练习题】Combination Sum

摘要: Combination SumGiven a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thes... 阅读全文

posted @ 2014-04-13 21:19 Allen Blue 阅读(270) 评论(0) 推荐(0) 编辑

【LeetCode练习题】Minimum Depth of Binary Tree

摘要: Minimum Depth of Binary TreeGiven a binary tree, find its minimum depth.The minimum depth is the number of nodes along the shortest path from the root... 阅读全文

posted @ 2014-04-13 16:31 Allen Blue 阅读(143) 评论(0) 推荐(0) 编辑

【LeetCode练习题】Maximum Depth of Binary Tree

摘要: Maximum Depth of Binary TreeGiven a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root ... 阅读全文

posted @ 2014-04-13 15:58 Allen Blue 阅读(195) 评论(0) 推荐(0) 编辑

导航