dikshantrajput / Hacktoberfest-accepted-2022

This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository
117 stars 464 forks source link

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

Open dhruv99bhargav opened 1 year ago

dhruv99bhargav commented 1 year ago

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