Find The Intersection Of Two Linked Lists - Python Question
Challenges
• Last reply from Yovel Cohen at May 11, 2020 at 12:00AM UTC
You don't specify what list1 and list 2 are.
Are they regular lists? or linked list, and if so, What's their implementation, is it class?
Link to problem: Find The Intersection Of Two Linked Lists .