摘要: Description: 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 give 阅读全文
posted @ 2020-12-01 16:09 summer_mimi 阅读(73) 评论(0) 推荐(0)
摘要: Description: Given a singly linked list, determine if it is a palindrome. Link: https://leetcode.com/problems/palindrome-linked-list/ Examples: Exampl 阅读全文
posted @ 2020-12-01 16:00 summer_mimi 阅读(67) 评论(0) 推荐(0)
摘要: Description: Remove all elements from a linked list of integers that have value val. Link: https://leetcode.com/problems/remove-linked-list-elements/ 阅读全文
posted @ 2020-12-01 15:11 summer_mimi 阅读(50) 评论(0) 推荐(0)
摘要: Description: Write a program to find the node at which the intersection of two singly linked lists begins. Link: https://leetcode.com/problems/interse 阅读全文
posted @ 2020-12-01 14:59 summer_mimi 阅读(52) 评论(0) 推荐(0)