摘要: A peak element is an element that is greater than its neighbors.Given an input array where num[i] ≠ num[i+1], find a peak element and return its index... 阅读全文
posted @ 2014-12-10 07:06 LiBlog 阅读(177) 评论(0) 推荐(0) 编辑