会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
休耕
博客园
首页
新随笔
联系
管理
订阅
2018年10月5日
算法——查找排序相关面试题和leetcode使用
摘要: 1、给两个字符串s和t,判断t是否为s的重新排列后组成的单词。 s = "anagram", t = "nagaram", return true. s = "rat", t = "car", return false. leetcode地址:https://leetcode.com/problem
阅读全文
posted @ 2018-10-05 20:21 休耕
阅读(1064)
评论(4)
推荐(0)
编辑
公告