[Java] Leetcode 160. Intersection of Two Linked Lists [LinkedList #3]

preview_player
Показать описание
In this video, I'm going to show you how to solve Leetcode 160. Intersection of Two Linked Lists which is related to LinkedList.

Here’s a quick rundown of what you’re about to learn:

Course Contents
(0:00​) Question Walkthrough
(3:09) Solution Explain
(6:47) Code

In the end, you’ll have a really good understanding on how to solve Leetcode 160. Intersection of Two Linked Lists and questions that are similar to LinkedList.

Now, if you want to get good at LinkedList, please checkout my LinkedList playlist.

Рекомендации по теме
Комментарии
Автор

hi eric i see that your solution was nice however according to example 3 if we get a pair of list that do not have intersection the code might run in a loop .

sonam-lasherpa