摘要: 前言 有句话叫做:如果面试官跟你看顺眼的话,就给你出一道反转链表,否则就出一道 hard。 所以反转链表不能不会吧,要不面试官想要你都没有机会了。 206. 反转链表 class Solution { public ListNode reverseList(ListNode head) { } } 阅读全文
posted @ 2022-08-30 11:48 dotJunz 阅读(125) 评论(0) 推荐(0)