摘要: 题目链接 "https://leetcode.com/problems/path sum ii/" 题目原文 Given a binary tree and a sum, find all root to leaf paths where each path's sum equals the giv 阅读全文
posted @ 2016-03-13 17:02 slurm 阅读(408) 评论(0) 推荐(0)
摘要: 题目链接 "https://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 up a 阅读全文
posted @ 2016-03-13 16:57 slurm 阅读(176) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/minimum depth of binary tree/" 题目原文 Given a binary tree, find its minimum depth. The minimum depth is the number o 阅读全文
posted @ 2016-03-13 16:53 slurm 阅读(161) 评论(0) 推荐(0)