会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
neverlandly
博客园
首页
新随笔
联系
管理
订阅
2019年10月3日
Leetcode: Compare Strings by Frequency of the Smallest Character
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2019-10-03 15:28 neverlandly
阅读(2)
评论(0)
推荐(0)
编辑
Leetcode: Shortest Way to Form String
摘要: Greedy Use two pointers, one for source: i, one for target: j. While j scan through target, try to match each char of j in source by moving i. Count h
阅读全文
posted @ 2019-10-03 14:16 neverlandly
阅读(1218)
评论(0)
推荐(1)
编辑
Leetcode: License Key Formatting
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2019-10-03 12:54 neverlandly
阅读(4)
评论(0)
推荐(0)
编辑