上一页 1 2 3 4 5 6 7 ··· 11 下一页
题目来源 https://leetcode.com/problems/triangle/ Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent number Read More
posted @ 2016-05-24 16:47 loadofleaf Views(801) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/pascals-triangle-ii/ Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3,Return Read More
posted @ 2016-05-24 16:44 loadofleaf Views(510) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/pascals-triangle/ Given numRows, generate the first numRows of Pascal's triangle. For example, given numRows = 5,Re Read More
posted @ 2016-05-24 16:40 loadofleaf Views(395) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/populating-next-right-pointers-in-each-node/ Given a binary tree Populate each next pointer to point to its next ri Read More
posted @ 2016-05-24 16:37 loadofleaf Views(1068) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/flatten-binary-tree-to-linked-list/ Given a binary tree, flatten it to a linked list in-place. 题意分析 Input: binary t Read More
posted @ 2016-05-24 16:31 loadofleaf Views(583) Comments(0) Diggs(0) Edit
题目来源 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 given sum. Read More
posted @ 2016-05-17 17:03 loadofleaf Views(368) Comments(0) Diggs(0) Edit
题目来源 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 all the Read More
posted @ 2016-05-17 17:01 loadofleaf Views(753) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/minimum-depth-of-binary-tree/ Given a binary tree, find its minimum depth. The minimum depth is the number of nodes Read More
posted @ 2016-05-17 16:58 loadofleaf Views(649) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/balanced-binary-tree/ Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced Read More
posted @ 2016-05-17 16:56 loadofleaf Views(960) Comments(0) Diggs(0) Edit
题目来源 https://leetcode.com/problems/binary-tree-level-order-traversal-ii/ Given a binary tree, return the bottom-up level order traversal of its nodes' Read More
posted @ 2016-05-17 16:53 loadofleaf Views(549) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 ··· 11 下一页