Tuesday, July 26, 2016

Find a peak element in a Given Array

In this arti­cle we will dis­cuss an algo­rithm to Find a peak ele­ment in a Given Array. We will see the recur­sion tech­niques to solve this problem.
Peak Ele­ment: peak ele­ment is the ele­ment which is greater than or equal to both of its neighbors.
http://www.programcreek.com/2014/02/leetcode-find-peak-element/
http://algorithms.tutorialhorizon.com/find-a-peak-element-in-a-given-array/

http://www.geeksforgeeks.org/find-a-peak-in-a-given-array/

No comments:

Post a Comment