harshilp24 / Hacktoberfest_2021

Repository designed for beginner to contribute to open-source.
35 stars 150 forks source link

Searching in a sorted and rotated array #235

Closed ISHITA-ROY016 closed 2 years ago

ISHITA-ROY016 commented 2 years ago

Hi, I have added a java code regarding searching a key in a sorted and rotated array. Example: Input: 4 , 5 , 6 , 1 , 2 key = 1 output: 3

My github profile: https://github.com/ISHITA-ROY016

ISHITA-ROY016 commented 2 years ago

@its-harshil please review my pr. Thank you