Skip to content

Commit b525fe3

Browse files
committed
160-intersection-of-two-linked-lists.md Added Python Java JavaScript C# solutions.
1 parent ebebb3a commit b525fe3

6 files changed

Lines changed: 399 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
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+
- [160. Intersection of Two Linked Lists](solutions/1-1000/160-intersection-of-two-linked-lists.md) was solved in _Python, Java, JavaScript, C#_.
2728
- [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_.
2829
- [707. Design Linked List](solutions/1-1000/707-design-linked-list.md) was solved in _Python, Java, JavaScript, C#_.
2930
- [24. Swap Nodes in Pairs](solutions/1-1000/24-swap-nodes-in-pairs.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.

images/examples/160.png

19.3 KB
Loading

images/examples/160_1.png

18.5 KB
Loading

images/examples/160_2.png

16 KB
Loading

images/examples/160_3.png

10.8 KB
Loading

0 commit comments

Comments
 (0)