What is the error in the code?
Still not working ; I have made changes as told by you
@dhruvtrehan45 if k > n you are not rotating the list at all, that is wrong. You have to rotate the list k times, even if k > n, that’s why you should take k % n to reduce k such that k < n.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.