Open akshitagupta15june opened 4 years ago
Hi @akshitagupta15june, I would love to work on the above Issue, Can you provide sample input and expected output.
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
Cool, Can you assign this Issue to me? And can I send the PR on 1st October for the count in Hacktoberfest?
yeah
Hi, im also can work on it?
Is this issue still open? If it is can you assign it to me.
add in array folder. Rotate an array to the right by 3 position. n<=10