Challenge: Rotate List
Try to solve the Rotate List problem.
We'll cover the following...
Statement
You are given an integer list, nums, and a non-negative integer k. Your task is to rotate the list to the right by k steps.