项目作者: HolgerHSchmidt

项目描述 :
c++ function templates for finding a peak in a range
高级语言: Objective-C++
项目地址: git://github.com/HolgerHSchmidt/peakfinder.git
创建时间: 2019-12-29T15:49:26Z
项目社区:https://github.com/HolgerHSchmidt/peakfinder

开源协议:MIT License

下载


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.