力扣--找到字符串中所有字母的异位词
https://leetcode.cn/problems/find-all-anagrams-in-a-string/description/
虽然总体思路是一样的,但是这里我想除了两种方法。
力扣--串联所有单词的子串
https://leetcode.cn/problems/substring-with-concatenation-of-all-words/description/