HuberTRoy / leetCode

:pencil2: 算法相关知识储备 LeetCode with Python and JavaScript :books:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FindAllAnagramsInAString 问题说明

HuberTRoy opened this issue · comments

FindAllAnagramsInAString.py
第一次的代码可以 AC 此题,不过这个题少了一种测试用例,重新分析 + 思路。

可以用Permutation in String做较为完整的测试。