/Polynomial_calculator_hashmap_application_java

I implement this game in java to understand how physics principles are implemented through programming.

Primary LanguageJava

Polynomial_calculator_hashmap_application_java

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.

Commands to run

compile it with javac Main.java
run it with java Main

Screenshot

polynomailCalculatorHashMap