鏈表 206 Reverse Linked List, 92,86, 328, 2, 445

表不支持隨機查找,通常是使用next指針進行操作。 206. 反轉鏈表             /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} *
相關文章
相關標籤/搜索