Skip to content

Commit 79fbf03

Browse files
committed
Remove Nth Node From End Of List
1 parent 612595a commit 79fbf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remove-nth-node-from-end-of-list/TonyKim9401.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ public ListNode removeNthFromEnd(ListNode head, int n) {
1818

1919
return output.next;
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)