Leetcode 38. 外观数列
Leetcode 38. 外观数列
package com.bingoabin.algorithm.string;
/** * @Author: xubin34 * @Date: 2021/10/15 10:09 上午 * @CopyRight: sankuai.com * @Description: */
public class CountAndSay {
//Leetcode 38. 外观数列
// 示例:输入:n = 4
// 输出:"1211"
// 解释:
// countAndSay(1) = "1"
还没有评论,来说两句吧...