|
1 | 1 | #160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS code |
2 | 2 |
|
3 | | -Visit original link:[160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS code](https://leetcodepython.com/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 code](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 |
|
@@ -493,9 +493,9 @@ func getIntersectionNode(headA, headB *ListNode) *ListNode { |
493 | 493 | // Welcome to create a PR to complete the code of this language, thanks! |
494 | 494 | ``` |
495 | 495 |
|
496 | | -Dear LeetCoders! For a better LeetCode problem-solving experience, please visit website[LeetCodePython.com](https://leetcodepython.com): Dare to claim the best practices of LeetCode solutions! Will save you a lot of time! |
| 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://leetcodepython.com/en/leetcode/160-intersection-of-two-linked-lists). |
| 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). |
499 | 499 |
|
500 | 500 | GitHub repository:[f*ck-leetcode](https://github.com/fuck-leetcode/fuck-leetcode). |
501 | 501 |
|