项目作者: HolgerHSchmidt
项目描述 :
c++ function templates for finding a peak in a range
高级语言: Objective-C++
项目地址: git://github.com/HolgerHSchmidt/peakfinder.git
peakfinder
STL conform c++ function template for finding a peak element in a given range.
An element is a peak if it is not smaller than its neighbors.
For the first and last element it’s enough when it’s not smaller than its sole neighbor.