摘要: Construct Binary Tree from Inorder and Postorder TraversalGiven inorder and postorder traversal of a tree, construct the binary tree.N... 阅读全文
posted @ 2012-11-08 18:52 程序员杰诺斯 阅读(109) 评论(0) 推荐(0)
摘要: Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sum... 阅读全文
posted @ 2012-11-08 16:52 程序员杰诺斯 阅读(101) 评论(0) 推荐(0)
摘要: Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.... 阅读全文
posted @ 2012-11-08 16:33 程序员杰诺斯 阅读(85) 评论(0) 推荐(0)