【LeetCode】#160相交链表(Intersection of Two Linked Lists)
【LeetCode】#160相交链表(IntersectionofTwoLinkedLists)题目描述编写一个程序,找到两个单链表相交的起始节点。示例示例1:输入:intersectVal=8,listA=[4,1,8,4,5],listB=[5,0,1,8,4,5],skipA=2,skipB=3输出:Referenceofthenodewithvalue=8输入解释:相交节点的值为8(注意,