tanyagupta0201 / Hacktoberfest-2022

This repository has been excluded from the Hacktoberfest 2022. You may use other Repo for your valuable contributions
https://github.com/tanyagupta0201/LeetCode-Problems-Solutions
41 stars 98 forks source link

Created intersection-of-two-linked-lists.cpp #91

Open shadowfax999 opened 1 year ago

shadowfax999 commented 1 year ago

Given the heads of two singly linked-lists headA and headB, return the node at which the two lists intersect.