Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 525 Bytes

File metadata and controls

9 lines (7 loc) · 525 Bytes

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