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 612595a commit 79fbf03Copy full SHA for 79fbf03
remove-nth-node-from-end-of-list/TonyKim9401.java
@@ -18,4 +18,4 @@ public ListNode removeNthFromEnd(ListNode head, int n) {
18
19
return output.next;
20
}
21
-}
+}
0 commit comments