HackClubRAIT / Wizard-Of-Docs

A open source project to bring all the data structures and algorithms docs under one repository.
MIT License
19 stars 42 forks source link

Binary search problem #122

Closed GundaSudarrshan closed 1 year ago

GundaSudarrshan commented 1 year ago

What is the change?

Added a New Problem under Data Structures folder which is Finding the Peak_Element_Index_in_Mountain_Array Explained what is the Problem Explained the Solution in Java Using Binary Search

closes: #117

Checklist:

Before you create this PR, confirm all the requirements listed below by checking the checkboxes [x]:

Screenshots (if any)

GundaSudarrshan commented 1 year ago

hey @Chaitalishetty I have modified file and added python code as well please check and update sooner

Chaitalishetty commented 1 year ago

LGTM!