码迷,mamicode.com
首页 > 其他好文 > 详细

128. Longest Consecutive Sequence最长连续序列

时间:2018-01-13 00:14:31      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:col   space   should   amp   complex   pos   不用   nbsp   集合   

[抄题]:

Given an unsorted array of integers, find the length of the longest consecutive elements sequence.

For example,
Given [100, 4, 200, 1, 3, 2],
The longest consecutive elements sequence is [1, 2, 3, 4]. Return its length: 4.

Your algorithm should run in O(n) complexity.

[思维问题]:

[一句话思路]:

[输入量]:空: 正常情况:特大:特小:程序里处理到的特殊情况:异常情况(不合法不合理的输入):

[画图]:

[一刷]:

  1. 如果集合中查有此数,则把它删掉。否则会导致溢出

[二刷]:

[三刷]:

[总结]:

[复杂度]:Time complexity: O() Space complexity: O()

[英文数据结构,为什么不用别的数据结构]:

[其他解法]:

[Follow Up]:

[题目变变变]:

128. Longest Consecutive Sequence最长连续序列

标签:col   space   should   amp   complex   pos   不用   nbsp   集合   

原文地址:https://www.cnblogs.com/immiao0319/p/8277991.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!