摘要: Remove all elements from a linked list of integers that have value val. Example Given: 1 --> 2 --> 6 --> 3 --> 4 --> 5 --> 6, val = 6 Return: 1 --> 2 阅读全文
posted @ 2015-04-24 00:29 Grandyang 阅读(9437) 评论(5) 推荐(0) 编辑
摘要: Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. Return the answer in any 阅读全文
posted @ 2015-04-24 00:06 Grandyang 阅读(26917) 评论(12) 推荐(1) 编辑
Fork me on GitHub