
删除
文章平均质量分 56
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 237. Delete Node in a Linked List(删除链表中的一个节点)
原题网址:https://leetcode.com/problems/delete-node-in-a-linked-list/ Write a function to delete a node (except the tail) in a singly linked list, given only access to that node. Supposed the linke原创 2016-04-06 06:48:23 · 558 阅读 · 0 评论 -
LeetCode 19. Remove Nth Node From End of List(删除链表)
原题网址:https://leetcode.com/problems/remove-nth-node-from-end-of-list/ Given a linked list, remove the nth node from the end of list and return its head. For example, Given linked list: 1->2原创 2016-05-19 06:35:59 · 366 阅读 · 0 评论 -
LeetCode 26. Remove Duplicates from Sorted Array(删除重复)
原题网址:https://leetcode.com/problems/remove-duplicates-from-sorted-array/ Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.原创 2016-05-20 10:35:30 · 338 阅读 · 0 评论 -
LeetCode 27. Remove Element(删除元素)
原题网址:https://leetcode.com/problems/remove-element/ Given an array and a value, remove all instances of that value in place and return the new length. Do not allocate extra space for another ar原创 2016-05-20 10:35:37 · 498 阅读 · 0 评论