buggood first issue
仓库指标
- 星标
- (5,736 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
I think the IsAnagram() method doesn't work as expected. For example, it would fail for the below string combinations ("abc","bbb") or ("acdf", "bcde").
I think a simple LINQ implementation would be easy enough to implement here. If you like, I could do that and also implement unit tests for it.