Description: This program takes an equation in prefix,infix, or postfix mode with proper parenthesis and parses the equation into a binary tree to show which equations come first, then outputs the same equation back in prefix,infix, and postfix notation.
To Search:
File list (Check if you may need any files):
src
...\calculuscraze
...\.............\Calculus.java
...\.............\InputForm.form
...\.............\InputForm.java
...\.............\Main.java
...\.............\MathParser.java
...\.............\Node.java
...\.............\Stack.java
...\.............\TreeWindow.java