随笔分类 -  leetcode 链表

237. Delete Node in a Linked List
摘要:Write a function to delete a node in a singly-linked list. You will not be given access to the head of the list, instead you will be given access to t 阅读全文

posted @ 2020-11-29 16:43 wsw_seu 阅读(63) 评论(0) 推荐(0)

328. Odd Even Linked List
摘要:Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the 阅读全文

posted @ 2020-11-08 19:39 wsw_seu 阅读(62) 评论(0) 推荐(0)

导航