HackClubRAIT / Wizard-Of-Docs

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

Peak element In a Mountain Array Using Binary Search #117

Closed GundaSudarrshan closed 2 years ago

GundaSudarrshan commented 2 years ago

Description

This Problem solves one of the Interesting Question , That is to Find out the highest element in an array that contains both Ascending and Descending Elements, so we need to find that element from which the list of elements changes from Ascending to Descending (or) Descending to Ascending.

Programming language

Are you contributing under any open-source program ?

Hack ClubRait Summer of Code ( HSOC -22)


GundaSudarrshan commented 2 years ago

@Chaitalishetty can You look up and this to this Issue, add labels and Assign me this Issue.

Chaitalishetty commented 2 years ago

@GundaSudarrshan Assigning this issue to you. Happy Coding !

GundaSudarrshan commented 2 years ago

@Chaitalishetty I Wanted to Create a Document about Binary Search and solve that Problem in Two Languages(Python, Java) Should I make Another Issue for Binary Search Document and another doubt is if I do it in Two Languages Will this be considered as single-issue or Multiple Issues.

Chaitalishetty commented 2 years ago

@Chaitalishetty I Wanted to Create a Document about Binary Search and solve that Problem in Two Languages(Python, Java) Should I make Another Issue for Binary Search Document and another doubt is if I do it in Two Languages Will this be considered as single-issue or Multiple Issues.

Yeah you can create a document and add it in the same issue also if you're doing it in multiple languages, it will be considered as single issue

GundaSudarrshan commented 2 years ago

ok I will update sooner in Python also