小小程序媛  
得之坦然,失之淡然,顺其自然,争其必然

2015年11月3日

摘要: 题目Reverse a singly linked list.click to show more hints.Hint: A linked list can be reversed either iteratively or recursively. Could you impl... 阅读全文
posted @ 2015-11-03 13:42 Coding菌 阅读(136) 评论(0) 推荐(0) 编辑
 
摘要: 题目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 –>... 阅读全文
posted @ 2015-11-03 13:23 Coding菌 阅读(110) 评论(0) 推荐(0) 编辑