An open API service indexing awesome lists of open source software.

https://github.com/lynnsh/simple-evaluator

Java Evaluator Academic Project
https://github.com/lynnsh/simple-evaluator

data-structures java reverse-polish-notation

Last synced: 3 months ago
JSON representation

Java Evaluator Academic Project

Awesome Lists containing this project

README

          

#### simple-evaluator
## Java Evaluator
_Tools: Java_

Description:

Using Queues and Stacks, it converts the arithmetic equation to the Reverse Polish notation, and then evaluates the expression.

Academic Project - Dawson College (Computer Science Technology)