Skip to content

Commit ec4e1f7

Browse files
committed
19-remove-nth-node-from-end-of-list.md was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.
1 parent f6ff982 commit ec4e1f7

File tree

3 files changed

+434
-0
lines changed

3 files changed

+434
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ You can skip the more difficult problems and do them later.
2424
# Linked List
2525
- [203. Remove Linked List Elements](solutions/1-1000/203-remove-linked-list-elements.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.
2626
- [206. Reverse Linked List](solutions/1-1000/206-reverse-linked-list.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.
27+
- [19. Remove Nth Node From End of List](solutions/1-1000/19-remove-nth-node-from-end-of-list.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.
2728
- [707. Design Linked List](solutions/1-1000/707-design-linked-list.md) was solved in _Python, Java, JavaScript, C#_.
2829
- [24. Swap Nodes in Pairs](solutions/1-1000/24-swap-nodes-in-pairs.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.
2930

images/examples/19_1.jpg

17.7 KB
Loading

0 commit comments

Comments
 (0)