题解 | #反转链表#
反转链表
https://pre.nowcoder.com/practice/75e878df47f24fdc9dc3e400ec6058ca
/* struct ListNode { int val; struct ListNode next; ListNode(int x) : val(x), next(NULL)/ class Solution { public: ListNode* ReverseList(ListNode* pHead) {
剩余60%内容,订阅专栏后可继续查看/也可单篇购买
哎呀撒大的 文章被收录于专栏
是大富大贵办法