[LeetCode] 38. Count and Say 外观数列

The count-and-say sequence is a sequence of digit strings defined by the recursive formula: countAndSay(1) = "1" countAndSay(n) is the way you would "
posted @ 2014-11-10 05:10  Grandyang  阅读(20307)  评论(1)    收藏  举报
Fork me on GitHub