Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 163 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 163 Bytes

peak-finder

A peak element in an array is the that's greater than its adjacent elements. The java program finds peak element in an array and returns its index.