摘要: 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 阅读(65) 评论(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 阅读(59) 评论(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 阅读(46) 评论(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 阅读(39) 评论(0) 推荐(0) 编辑