RPN calculator using MVC pattern
-
Updated
Sep 1, 2019 - Java
RPN calculator using MVC pattern
Implements prefix, postfix, inorder, and levelorder notation and searches on a BST
Conversion of a postfixed mathematical expression to infix.
Calculators are a very helpful tool that we all use on a regular basis. Why not create one yourself, and make it really special? In this project, you will write a calculator that not only adds, subtracts, and multiplies, but is also smart enough to remember your previous calculations.
Using my own stack and queue implementations, this program takes several lines of infix notation mathematical calculations, convert them to postfix notation, and evaluate them.
In this repository you can find all of my assignments for Data Structures and Algorithms Course when I was in 3rd semester of my bachelor's at IAUSTB.
AMC Bridge preinterview task
Assignment from CS62 Data Structures & Advanced Programming @ Pomona College
Prevođenje algebarskih izraza iz jednog oblika notacije u drugi - Projekat za V godinu škole programiranja
Parser And Evaluator Of Mathematical Expression
Add a description, image, and links to the postfix-notation topic page so that developers can more easily learn about it.
To associate your repository with the postfix-notation topic, visit your repo's landing page and select "manage topics."