[LeetCode] Remove Duplicates from Sorted List II, Solution

摘要: Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.For example,Given 1->2-... 阅读全文
posted @ 2013-03-19 10:48 小刀初试 阅读(146) 评论(0) 推荐(0)