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
- Host: GitHub
- URL: https://github.com/lynnsh/simple-evaluator
- Owner: lynnsh
- License: mit
- Created: 2017-06-28T00:24:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T19:55:46.000Z (over 7 years ago)
- Last Synced: 2025-01-20T09:21:48.170Z (about 1 year ago)
- Topics: data-structures, java, reverse-polish-notation
- Language: Java
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)