SarthakKeshari / Java-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
46 stars 95 forks source link

Search a sorted array which is rotated #363

Closed venkatsgithub1 closed 2 years ago

venkatsgithub1 commented 2 years ago

Enter your question -

A sorted array is rotated by some number, we need to search for a given number in the array.

Enter link to the question(if question belongs to any online platform) -

I was studying this in Educative.io, video link: Link to Problem explanation

Tags for the question(eg - Array, Basic, Stack, etc.) -

Array

SarthakKeshari commented 2 years ago

@venkatsgithub1, Go ahead, Kindly add your solution to "Searching" folder. Deadline - 10/10/2021

SarthakKeshari commented 2 years ago

I appreciate that you came up with a question implementation on the topic that you are learning.

venkatsgithub1 commented 2 years ago

Submitted PR #366 for issue.