Count and Say (1) 썸네일형 리스트형 LeetCode: 38번 (Count and Say) [JAVA] 문제 링크 https://leetcode.com/problems/count-and-say/ Count and Say - LeetCode 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 "say" the digit string from countAndSay(n-1), which is then converted into a different leetcode.com 풀이 전체적인 풀이 과정은 다음과 같다. count-and-say 기본값으로 1짜리에 대해 "1.. 이전 1 다음