TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
https://the-algorithms.com/language/javascript
GNU General Public License v3.0
31.77k stars 5.44k forks source link

Intersection of Two Linked Lists #1636

Open Neha611 opened 4 months ago

Neha611 commented 4 months ago

This is Leetcode Easy problem in which we have to find Intersection of two Linked Lists and return it . I have provided code for this problem with explanation.

Open in Gitpod know more

Describe your change:

Checklist: