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

2015年10月8日

摘要: 题目Reverse a linked list from position m to n. Do it in-place and in one-pass.For example: Given 1->2->3->4->5->NULL, m = 2 and n = 4,return 1... 阅读全文
posted @ 2015-10-08 16:37 Coding菌 阅读(169) 评论(0) 推荐(0) 编辑
 
摘要: 题目Given a collection of integers that might contain duplicates, nums, return all possible subsets.Note: Elements in a subset must be in non-d... 阅读全文
posted @ 2015-10-08 13:32 Coding菌 阅读(111) 评论(0) 推荐(0) 编辑