|
1 | | -#160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS code |
| 1 | +#160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions |
2 | 2 |
|
3 | | -Visit original link:[160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS code](https://leetcode.blog/en/leetcode/160-intersection-of-two-linked-lists) for a better experience! |
| 3 | +Visit original link:[160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/160-intersection-of-two-linked-lists) for a better experience! |
4 | 4 |
|
5 | 5 | LeetCode link:[160. Intersection of Two Linked Lists](https://leetcode.com/problems/intersection-of-two-linked-lists), difficulty:**Easy**. |
6 | 6 |
|
@@ -495,7 +495,7 @@ func getIntersectionNode(headA, headB *ListNode) *ListNode { |
495 | 495 |
|
496 | 496 | Dear LeetCoders! For a better LeetCode problem-solving experience, please visit website[LeetCode.blog](https://leetcode.blog): Dare to claim the best practices of LeetCode solutions! Will save you a lot of time! |
497 | 497 |
|
498 | | -Original link:[160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS code](https://leetcode.blog/en/leetcode/160-intersection-of-two-linked-lists). |
| 498 | +Original link:[160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/160-intersection-of-two-linked-lists). |
499 | 499 |
|
500 | | -GitHub repository:[f*ck-leetcode](https://github.com/fuck-leetcode/fuck-leetcode). |
| 500 | +GitHub repository:[leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java). |
501 | 501 |
|