Skip to content

IsAnagram logic needs to be fixed #11

Open
@harsh-athalye

Description

@harsh-athalye

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions