题目来源https://leetcode.com/problems/count-and-say/The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, .... Read More
posted @ 2015-12-01 18:41 loadofleaf Views(205) Comments(0) Diggs(0) Edit
题目来源https://leetcode.com/problems/valid-sudoku/etermine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partia... Read More
posted @ 2015-12-01 16:46 loadofleaf Views(275) Comments(0) Diggs(0) Edit
题目来源https://leetcode.com/problems/search-insert-position/Given a sorted array and a target value, return the index if the target is found. If not, ret... Read More
posted @ 2015-12-01 16:14 loadofleaf Views(188) Comments(0) Diggs(0) Edit