摘要: Given an unsorted array of nonnegative integers, find a continous subarray which adds to a given number. Examples: There may be more than one subarray 阅读全文
posted @ 2017-10-03 04:02 Review->Improve 阅读(479) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, generate all root to leaf paths of a binary tree. Example: Example Tree The output for the above example is [[1, 2, 4], [1, 2, 5] 阅读全文
posted @ 2017-10-03 00:34 Review->Improve 阅读(175) 评论(0) 推荐(0) 编辑