摘要: The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total num 阅读全文
posted @ 2015-11-21 16:34 eversliver 阅读(596) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-11-21 16:28 eversliver 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, giv... 阅读全文
posted @ 2015-11-21 11:15 eversliver 阅读(216) 评论(0) 推荐(0) 编辑