左耳听风-ARTS-第7周(2019/05/19-2019/05/25)
摘要:
Algorithm 本周的算法题是Count and Say(https://leetcode.com/problems/count-and-say/),看了几遍题,没找出n与产生字符串的规律来,上网一查才知道,是通过数上一个字符串的字符数来生成下一个字符串,所以用了递归。 Reading 《Bea 阅读全文
posted @ 2019-05-27 08:26 nyk1234 阅读(74) 评论(0) 推荐(0) 编辑