您好,登錄后才能下訂單哦!
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
將線性表的一些基本功能(增刪查改)寫在一個類里。使用時只要創建一個對象,用 對象.方法 調用即可
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。