ROTATING ARRAY
+========+
Time: 30 minutes - 1 hour
Difficulty: Easy
Languages: Any
+========+
Given an array and a number k, implement a function that rotates the array to the right by k positions. Your solution should not use any inbuilt array rotation functions.
+========+
Please answer to this message with your solution :)
>>Click here to continue<<