Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search in Sorted Rotated Array #51

Closed
sukritidawar opened this issue Feb 19, 2021 · 16 comments · Fixed by #1329
Closed

Search in Sorted Rotated Array #51

sukritidawar opened this issue Feb 19, 2021 · 16 comments · Fixed by #1329
Assignees
Labels
array cpp cpp code gssoc21 Girlscript summer of code 2021 java java code Level1 medium python python code searching

Comments

@sukritidawar
Copy link

Given an integer array, and an element x, find the index of the element in O(log n) time.
Integer array is sorted in ascending order, but it is rotated at some pivot.
Example:
Input: arr[] = {5, 6, 7, 8, 9, 10, 1, 2, 3}, x = 3
Output: 8

@sukritidawar
Copy link
Author

I want to work on this issue in C++

@rohitsigar
Copy link
Contributor

please assign this task to me, I have experience of writing blogs on DSA and competitive programming.
I am selected as a Mentee at GirlScript Summer of Code and this project really excites me so I would love to contribute to such an amazing repo.
@rudrakshi99
@nakul-19
@plazzy99

@yogitasaini
Copy link

Please assign this issue to me in java

@nakul-19
Copy link
Member

nakul-19 commented Mar 2, 2021

@rohitsigar please mention the language you would use.

@ahmed-shameem
Copy link

Hi,
Please assign this task to me. I am a GSSoC'21 participant. I can solve the problem using c++.

@rohitsigar
Copy link
Contributor

@nakul-19 sir I will do it in c++ as well as in java with valuable comments.

@yogitasaini
Copy link

please, this task to me in java under GSSOC'21

@vatsalkesarwani12 vatsalkesarwani12 added array cpp cpp code gssoc21 Girlscript summer of code 2021 java java code searching labels Mar 8, 2021
@sg-iitg
Copy link
Contributor

sg-iitg commented Mar 8, 2021

@plazzy99 I am a GSSOC'21 participant. I would like the contribute the python code for this problem statement. Please assign this issue to me. Thankyou!

@Adrenalinerush07
Copy link

I am a GSSoC'21 participant.
I assure you I can handle this issue as I am extremely good at DSA, problem-solving, and C++.

It would be really great if you assign this issue to me.
Hoping for a good outcome from your side.

@yashika03
Copy link

I am a GSSOC'21 participant and would like to contribute C++ code to this issue. Please assign me this issue.

@khushi123456789
Copy link

I am GSSOC'2021 participant. I am good at C++,C.Please assign this issue to me.
Thankyou!

@MukulKolpe
Copy link

MukulKolpe commented Mar 9, 2021

Hey, I am GSSOC'21 participant. Can you please assign this issue to me? My preferred language is Java.

@kirtijha014
Copy link

Hello maintainers!
As a participant for GSSOC '21,
I wish to contribute & resolve this issue with proper indentation, comments & sample I/O in C or C++, or Java
Kindly assign me these issues under GSSOC '21

@kushal13112001
Copy link

I am a GSSOC'21 participant and would like to contribute python code to this issue. Please assign me this issue.I will provide the best and understandable code

@rohitsigar
Copy link
Contributor

@nakul-19 @plazzy99 I have completed this task and wrote code in c++ and java and done PR in their respective folders so please check my PR #361

@sukritidawar
Copy link
Author

@nakul-19 @plazzy99 I have completed this task and wrote code in c++ and java and done PR in their respective folders so please check my PR #361

Hi, I think you were assigned for java only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
array cpp cpp code gssoc21 Girlscript summer of code 2021 java java code Level1 medium python python code searching
Projects
None yet
Development

Successfully merging a pull request may close this issue.