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

Rotate an array to the right by 3 position #53

Open
akshitagupta15june opened this issue Sep 28, 2020 · 6 comments
Open

Rotate an array to the right by 3 position #53

akshitagupta15june opened this issue Sep 28, 2020 · 6 comments

Comments

@akshitagupta15june
Copy link
Member

add in array folder.
Rotate an array to the right by 3 position.
n<=10

@prathameshmhatre
Copy link

Hi @akshitagupta15june, I would love to work on the above Issue, Can you provide sample input and expected output.

@akshitagupta15june
Copy link
Member Author

arr[] = [1, 2, 3, 4, 5, 6, 7], rotate by 2
output
[ 3, 4, 5, 6, 7, 1, 2]
in this issue we have to rotate by 3

@prathameshmhatre
Copy link

Cool, Can you assign this Issue to me? And can I send the PR on 1st October for the count in Hacktoberfest?

@akshitagupta15june
Copy link
Member Author

yeah

@nathzz30
Copy link
Contributor

nathzz30 commented Oct 1, 2020

Hi, im also can work on it?

akshitagupta15june added a commit that referenced this issue Oct 15, 2020
Created a function rotation to made the rotation of an array #53 and #52
@tippanamadhusudan
Copy link

Is this issue still open? If it is can you assign it to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants