the task is to find valid anagrams of a given input.
This is an assignment to get some practice with collision resolution and hash functions.
On the side we also got to learn basic string manipulations.
It was a fun assignment where the task was to find valid anagrams of a given input.
The details of the assignment are given in the README.pdf file, please go through it.