Basic-Python-Programs icon indicating copy to clipboard operation
Basic-Python-Programs copied to clipboard

Anagram checker using collection

Open lonelyH3b opened this issue 2 years ago • 0 comments

This program checks whether two strings are anagrams or not. It is implemented using a hashmap. I used collection framework to implement the hashmap.

lonelyH3b avatar Dec 27 '23 08:12 lonelyH3b