摘要: 题目:Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled wi... 阅读全文
posted @ 2015-08-16 15:34 双音节的秋 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 题目:Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't ... 阅读全文
posted @ 2015-08-16 11:41 双音节的秋 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 题目:Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space fo... 阅读全文
posted @ 2015-08-16 10:36 双音节的秋 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 题目描述:Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.其实题目... 阅读全文
posted @ 2015-08-16 09:47 双音节的秋 阅读(287) 评论(0) 推荐(0) 编辑