摘要: 141. Linked List Cycle Given head, the head of a linked list, determine if the linked list has a cycle in it. There is a cycle in a linked list if the 阅读全文
posted @ 2023-01-31 14:34 AaronTanooo 阅读(15) 评论(0) 推荐(0)
摘要: 19. Remove Nth Node From End of List Given the head of a linked list, remove the nth node from the end of the list and return its head. Constraints: T 阅读全文
posted @ 2023-01-31 14:08 AaronTanooo 阅读(28) 评论(0) 推荐(0)