A Java class that defines a PrimeMap object that maps each element from a collection of objects to a unique prime number.
- An Anagrams checker that checks if words entered in the CLI are anagrams in O(n) time using the Fundamental Theorem of Arithmetic: each number can be decomposed into a unique combination of prime factors.