摘要: Java LinkedList add 是加在list尾部. LinkedList push 施加在list头部. 等同于addFirst. 阅读全文
posted @ 2019-06-04 12:39 Dylan_Java_NYC 阅读(617) 评论(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 阅读(283) 评论(0) 推荐(0)