leetcode 160 相交鏈表

編寫一個程序,找到兩個單鏈表相交的起始節點。node 以下面的兩個鏈表:web 在節點 c1 開始相交。 示例 1: 輸入:intersectVal = 8, listA = [4,1,8,4,5], listB = [5,0,1,8,4,5], skipA = 2, skipB = 3 輸出:Reference of the node with value = 8 輸入解釋:相交節點的值爲 8
相關文章
相關標籤/搜索