Array rotation-II (Juggling Algorithm)
Given an zero indexed array and positive integer d,rotate the array by d-steps to the left.
After searching resources for learning algorithms and data-structures in ruby when i didn't find any good resource.
So, I took this initiative to build a platform for learning and discussing Algorithms and data-structures in ruby. This blog aims to be a platform where anyone can learn algorithms and data-structures in ruby. Please contribute on Github and share this platform with all other ruby lovers.
The code feautured here can be found on Github.