manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Rotate Array #210

Open J-e-e-t opened 3 years ago

J-e-e-t commented 3 years ago

🚀 Feature

Given an array, rotate the array to the right by k steps, where k is non-negative.

Have you read the Contribution Guidelines?

YES

Pitch

An array will be given and a value k. You have to rotate the array to the right by k steps where k is non negative integer. This question was asked in many interviews of software companies.

Assignees

(Do not make changes in this section until asked to do so)
C - @Sakshi2020037 C# -
C++ - @J-e-e-t Go -
Java -
Javascript -
Kotlin -
Python -

J-e-e-t commented 3 years ago

Please Assign me this issue in c++

manan025 commented 3 years ago

@J-e-e-t - C++ assigned

Sakshi2020037 commented 3 years ago

assign c to me

manan025 commented 3 years ago

@Sakshi2020037 - C assigned

SOURHEAD commented 3 years ago

assign in python to me please

JatinKumarMahaldar commented 3 years ago

Hey @manan025, can i work on it in java

susheel-kumar-1998 commented 3 years ago

I have completed the code for this issue. give me permission to create pr to this issue.