2016.5.24——Intersection of Two Linked Lists
摘要:
Intersection of Two Linked Lists 本题收获: 1.链表的输入输出 2.交叉链表:这个链表可以有交叉点,只要前一个节点的的->next相同即可。 题目:Intersection of Two Linked Lists Write a program to find th 阅读全文
posted @ 2016-05-25 20:13 zhuzhu2016 阅读(170) 评论(0) 推荐(0) 编辑