Algo-Tree icon indicating copy to clipboard operation
Algo-Tree copied to clipboard

Count of rotation in a sorted array

Open alkatrivedi opened this issue 4 years ago • 7 comments

In this, we are given a sorted array of n elements which has been rotated clockwise k number of times. Here we will output the number of times the given array has been rotated i.e., k.

Example - Input: n = 6 a[] = {6, 5, 4, 1, 2, 3} Output: 3 Explanation: Since the sorted array is rotated 3 times.

I am a participant in GSSoC 2021. Can I work on this issue under GSSoC 2021? I would like to add the solution to this problem in c++.

alkatrivedi avatar Mar 15 '21 10:03 alkatrivedi

I'm a GSSOC'21 participant and I would like to work on this issue. I will write clean code and use proper comments. Thank you.

ANSHIKA1806 avatar Mar 15 '21 14:03 ANSHIKA1806

@rudrakshi99 Kindly assign me this issue.

alkatrivedi avatar Mar 23 '21 13:03 alkatrivedi

Hey, Can you assign me this issue as no one is working on it.

naqeeb2710 avatar Apr 06 '21 09:04 naqeeb2710

Hey @alkatrivedi kindly follow the guidelines #1153

Rohan27s avatar Apr 22 '21 10:04 Rohan27s

Hi, I am GSSOC'21 participant. I want to solve this issue in Python. Please assign this to me.

Srishti013 avatar Apr 26 '21 13:04 Srishti013

@Rohan27s please review my pr

Srishti013 avatar May 06 '21 07:05 Srishti013

I would like to contribute to the above code in java. Kindly assign this to me. Thanks.

Palakgupta0908 avatar May 12 '21 15:05 Palakgupta0908