DEV Community

Harsha S
Harsha S

Posted on

Day 5 100 Days Of Code Challenge:- Solved Valid Anagram Problem

I solved it both in python and java code

In python, Using defaultdict
In java, using HashMap and then comparing with the .entrySet()

Top comments (0)