ankitapuri / DSA-guide

Trying to cover important DSA
MIT License
49 stars 113 forks source link

Maximum Element in a Bitonic Array #232

Open kiruba-r11 opened 3 years ago

kiruba-r11 commented 3 years ago

💥 Proposal

(A clear and concise description of what the proposal is.) Bitonic Array is an array in which the elements of the array first increases to a point and from there it decreases. The question is to find the maximum element in this array using Binary Search

Have you read the Contributing Guidelines on Pull Requests ?

(Write your answer here.) YES

kiruba-r11 commented 3 years ago

@ankitapuri I would like to work in C++.