buggood first issue
Repository metrics
- Stars
- (5,736 個のスター)
- PR merge metrics
- (30d に merged 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.