上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页
摘要: Problem Definition:Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return in... 阅读全文
posted @ 2015-07-27 14:39 曾可爱 阅读(90) 评论(0) 推荐(0) 编辑
摘要: Problem Definition: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 chan... 阅读全文
posted @ 2015-07-24 21:17 曾可爱 阅读(125) 评论(0) 推荐(0) 编辑
摘要: Problem Definition:Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty ce... 阅读全文
posted @ 2015-07-24 20:18 曾可爱 阅读(131) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页