摘要: 【方法】 字写大点,先注释框架 链表:指针走就行了,最多是两个同时一起走。 两个链表求交点 //corner case if (headA == null || headB == null) { return null; } //keep the same length int A_len = ge 阅读全文
posted @ 2018-10-21 19:58 苗妙苗 阅读(678) 评论(0) 推荐(0)