In this article we will discuss an algorithm to Find a peak element in a Given Array. We will see the recursion techniques to solve this problem.
Peak Element: peak element is the element 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/
Peak Element: peak element is the element 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