Basic-Python-Programs
Basic-Python-Programs copied to clipboard
Anagram checker using collection
This program checks whether two strings are anagrams or not. It is implemented using a hashmap. I used collection framework to implement the hashmap.