2016年5月25日

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) 编辑

2016.5.25——链表初始化及输出

摘要: 链表初始化及输出 刷lleetcode题时不会写mian函数,于是把链表的几种输出总结一下。 阅读全文

posted @ 2016-05-25 16:13 zhuzhu2016 阅读(186) 评论(0) 推荐(0) 编辑

导航