KhushbooGoel01 / Top-Interview-Questions--Leetcode

These are codes for Top Interview Questions from Leetcode.
247 stars 140 forks source link

Find Peak element in an array #45

Open adistar01 opened 2 years ago

adistar01 commented 2 years ago

Finding peak element in an array using binary search.

adistar01 commented 2 years ago

I would like to work on this issue. @KhushbooGoel01 please assign it to me.

Asifa23 commented 2 years ago

I would like to contribute. Please assign @KhushbooGoel01

KhushbooGoel01 commented 2 years ago

@adistar01 @Asifa23 please mention your solution language here first, so we don't have to deal with any merge conflict.

Asifa23 commented 2 years ago

I will be doing it in C++ @KhushbooGoel01

prakhyatsinghal commented 2 years ago

Can I do this in Java? @KhushbooGoel01 . Please assign this to me. I will be adding the Java solution to it.

adistar01 commented 2 years ago

@adistar01 @Asifa23 please mention your solution language here first, so we don't have to deal with any merge conflict.

I will do it in Python then @KhushbooGoel01