摘要: 标题:Remove Duplicates from Sorted List通过率:34.5难度:简单Given a sorted linked list, delete all duplicates such that each element appear onlyonce.For example... 阅读全文
posted @ 2014-12-15 21:58 pku_smile 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 标题:Roman to Integer通过率:34.1%难度:简单Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999.这个题整体不是很难,就... 阅读全文
posted @ 2014-12-15 21:37 pku_smile 阅读(123) 评论(0) 推荐(0) 编辑