5.Leetcode 38:Count and Say 筆記

1:題目描述 Given an integer n, generate the nth term of the count-and-say sequence. 找規律,給定一個數n後,寫出第n行的字符串 2:題目分析 突然發現自己的Say實在不發達,看了半個多小時才知道咋回事。n就是再說n-1行的內容:「有‘x1’個‘num1’和‘x2’個‘num2’……」,分析完畢,開始寫代碼 3:解題思路
相關文章
相關標籤/搜索