IncredibleThings

导航

2015年3月7日 #

LeetCode-Find Peak Element

摘要: 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 @ 2015-03-07 00:09 IncredibleThings 阅读(117) 评论(0) 推荐(0) 编辑