摘要: head.next = tail; tail = new ListNode(); 为什么head.next不等于tail 在cpp里面 head->next = tail; tail = new ListNode(); 这时head->next == tail.这是因为head->next存放的是t 阅读全文
posted @ 2023-05-08 12:05 My_Z 阅读(16) 评论(0) 推荐(0)