Home > Curtin_ST152_EquationSolver

Curtin_ST152_EquationSolver

Curtin_ST152_EquationSolver is a project mainly written in Java, it's free.

Java program that solves algebraic arithmetic.

This is a Java project for the Software Technology 152 course at Curtin University, Australia.

The Equation solver uses a home-brewed linked-list which is used as queues and stacks throughought the program.

The program uses the concept of postfix notation to solve an algebraic equation.

Previous:Kitten