摘要:题目: Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: begin t
阅读全文
摘要:题目: 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 ->
阅读全文