会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
nil_f
博客园
首页
新随笔
联系
订阅
管理
2020年5月20日
leetcode 每日一题 38. 外观数列
摘要: 双指针 思路: 一个指针负责遍历,另一个指针负责记录,遇到不同值时更新状态。 class Solution: def countAndSay(self, n: int) -> str: def getResult(para:str)->str: record = para[len(para)-1]
阅读全文
posted @ 2020-05-20 13:15 nil_f
阅读(142)
评论(0)
推荐(0)
编辑
公告