1.刪除鏈表中等於給定值 val 的全部節點。
https://leetcode-cn.com/problems/remove-linked-list-elements
2.反轉一個單鏈表。
https://leetcode-cn.com/problems/reverse-linked-list
3.查找鏈表中倒數第k個結點
https://www.nowcoder.com/practice/529d3ae5a407492994ad2a246518148a?tpId=13&&tqId=11167&rp=2&ru=/activity/oj&qru=/ta/coding-interviews/question-ranking
4.合併兩個有序鏈表
https://leetcode-cn.com/problems/merge-two-sorted-lists
5.刪除鏈表中重複結點
https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list-ii
6.複製複雜鏈表
https://leetcode-cn.com/problems/copy-list-with-random-pointer面試
將線性表的一些基本功能(增刪查改)寫在一個類裏。使用時只要建立一個對象,用 對象.方法 調用便可數組