237. Delete Node in a Linked List
1.题目Write a function to delete a node (except the tail) in a singly linked list, given only access to that node.Supposed the linked list is 1 -> 2 -> 3 -> 4 and you are given the third node with
原创
2017-03-29 10:33:47 ·
209 阅读 ·
0 评论