A Wonderful application of hashmap, It is a ploynomial calculator that will take two polynomial expressions from user using command line and print their addition, subtraction and multiplication. In this I a used Hashamp to store polynomial.
compile it with javac Main.java
run it with java Main