https://github.com/rdch106/stack-evaluator
Evaluate arithmetic expression using stack evaluator
https://github.com/rdch106/stack-evaluator
data-structures math
Last synced: 5 months ago
JSON representation
Evaluate arithmetic expression using stack evaluator
- Host: GitHub
- URL: https://github.com/rdch106/stack-evaluator
- Owner: RDCH106
- License: mit
- Created: 2017-10-30T18:48:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T16:01:25.000Z (over 8 years ago)
- Last Synced: 2025-01-19T06:46:41.051Z (about 1 year ago)
- Topics: data-structures, math
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stack Evaluator
[](https://www.codacy.com/app/RDCH106/stack-evaluator?utm_source=github.com&utm_medium=referral&utm_content=RDCH106/stack-evaluator&utm_campaign=badger)
[](https://travis-ci.org/RDCH106/stack-evaluator)
Evaluate arithmetic expression using stack evaluator