摘要: Java LinkedList add 是加在list尾部. LinkedList push 施加在list头部. 等同于addFirst. 阅读全文
posted @ 2019-06-04 12:39 Dylan_Java_NYC 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/linked-list-components/ 题目: We are given head, the head node of a linked list containing unique integer values. 阅读全文
posted @ 2019-06-04 01:07 Dylan_Java_NYC 阅读(277) 评论(0) 推荐(0) 编辑