ankitapuri / DSA-guide

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

Find Peak Element in the given array #231

Open kiruba-r11 opened 3 years ago

kiruba-r11 commented 3 years ago

💥 Proposal

(A clear and concise description of what the proposal is.) This question uses the concept of Binary Search to find the peak element

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++.

kiruba-r11 commented 3 years ago

@ankitapuri Please have a look at it

ankitapuri commented 3 years ago

@ankitapuri Please have a look at it

create a folder of array and a sub-folder of cpp under it .

Amit366 commented 3 years ago

@ankitapuri can I do it in Java?

pri1311 commented 3 years ago

Can I do it in python?