摘要:
Java LinkedList add 是加在list尾部. LinkedList push 施加在list头部. 等同于addFirst. 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/linked-list-components/ 题目: We are given head, the head node of a linked list containing unique integer values. 阅读全文