06 2019 档案

摘要:Given a binary tree, you need to find the length of Longest Consecutive Path in Binary Tree. Especially, this path can be either increasing or decreas 阅读全文
posted @ 2019-06-26 21:44 起点菜鸟 阅读(239) 评论(0) 推荐(0)
摘要:Problem Description: We have a set of items: the i-th item has value values[i] and label labels[i]. Then, we choose a subset S of these items, such th 阅读全文
posted @ 2019-06-17 00:13 起点菜鸟 阅读(331) 评论(0) 推荐(0)
摘要:Problem Description: Given a collection of intervals, find the minimum number of intervals you need to remove to make the rest of the intervals non-ov 阅读全文
posted @ 2019-06-15 00:54 起点菜鸟 阅读(404) 评论(0) 推荐(0)
摘要:Problem Description: Given a binary tree, find the length of the longest consecutive sequence path. The path refers to any sequence of nodes from some 阅读全文
posted @ 2019-06-05 21:39 起点菜鸟 阅读(211) 评论(0) 推荐(0)
摘要:Problem Description: Given a binary tree, flatten it to a linked list in-place. For example, given the following tree: The flattened tree should look 阅读全文
posted @ 2019-06-03 15:47 起点菜鸟 阅读(127) 评论(0) 推荐(0)