We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7728e15 commit 48345ddCopy full SHA for 48345dd
markdown/0061. Rotate List.md
@@ -24,7 +24,8 @@ Explanation:
24
rotate 1 steps to the right: 2->0->1->NULL
25
rotate 2 steps to the right: 1->2->0->NULL
26
rotate 3 steps to the right: 0->1->2->NULL
27
-rotate 4 steps to the right: 2->0->1->NULL```
+rotate 4 steps to the right: 2->0->1->NULL
28
+```
29
30
31
#### Solution
src/main/java/leetcode/_61_/solution.md
0 commit comments