find length of longest consecutive subsequence S in an unsorted array where min * 2 > max.

这种题 普遍思路是 两个指针 一个头一个尾.  

Min max len

posted on 2014-12-12 08:21  brave_bo  阅读(130)  评论(0编辑  收藏  举报

导航