Coding Fundamentals
Question
Given the heads of two singly linked-lists headA and headB, return the node at which the two lists intersect. If the two linked lists have no intersection at all, return null.
0
Interview Question
55 years
0 Answers
262 views
Great Grand Master 0
Leave an answer