grind-leetcode
Solutions and visual explanations to LeetCode problems
← Return
61. Rotate List
Medium
Given the
head
of a linked list, rotate the list to the right by
k
places.
Problem
Solutions
Groovy
Java
JavaScript
Kotlin
Python
TypeScript