hash-define-organization / Hacktober-Fest-2021

Repository for community contributions
19 stars 98 forks source link

Adding Binary Serch Alogrithams #320

Closed Goheljay closed 2 years ago

Goheljay commented 2 years ago

Issue #252

Added Simple Binary Serch Algorithm which works on divided in middle and find the target. Added Circular Array using Binary search which works:- finding Pivot element and comparing target. Added Moutain Array using Binary Serch which works:- finding largest element and return it. Added orderAgnostic Arrayusing Binary Search:- Finding the order of given array and then searching target element

@budhirajamadhav @VaibhavPaliwal0007 Please Review my PR.

VaibhavPaliwal0007 commented 2 years ago

Can you make a separate file where you can explain your approach to each question you have solved in this PR. It will be very helpful for others as they will easily understand the code. You can also add comments to your code to make it easy for others to understand.

Goheljay commented 2 years ago

@VaibhavPaliwal0007 I have added comments in the code. now you can review it.

Goheljay commented 2 years ago

@VaibhavPaliwal0007 please accept my pull request. so this my pr count in hacktoberfest.

Goheljay commented 2 years ago

binary

@VaibhavPaliwal0007 @achitJ @DhairyaBahl why showing me "Project Excluded" in my PR? please help me