Fork me on GitHub
摘要: 46. Permutations 题目 解析 题目来源 "46. Permutations 排列数" 阅读全文
posted @ 2018-01-27 21:00 ranjiewen 阅读(374) 评论(0) 推荐(0)
摘要: "欢迎fork and star:Nowcoder Repository github" 30. Substring with Concatenation of All Words 题目 解析 思路:主要运用两个map,先用字典将单词存储一遍,去掉重复元素;然后依次遍历字符串,对每一个位置,查看后面 阅读全文
posted @ 2018-01-27 13:13 ranjiewen 阅读(303) 评论(0) 推荐(0)