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

Peak element In a Mountain Array Using Binary Search #117

Closed GundaSudarrshan closed 1 year ago

GundaSudarrshan commented 1 year 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 1 year ago

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

Chaitalishetty commented 1 year ago

@GundaSudarrshan Assigning this issue to you. Happy Coding !

GundaSudarrshan commented 1 year 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 1 year 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 1 year ago

ok I will update sooner in Python also