https://github.com/thymonl/reversepolish
A java app that shows reverse polish notation
https://github.com/thymonl/reversepolish
reverse-polish-notation rpn
Last synced: 8 months ago
JSON representation
A java app that shows reverse polish notation
- Host: GitHub
- URL: https://github.com/thymonl/reversepolish
- Owner: ThymoNL
- License: unlicense
- Created: 2018-03-05T22:06:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T13:44:10.000Z (about 8 years ago)
- Last Synced: 2025-03-14T07:26:34.624Z (about 1 year ago)
- Topics: reverse-polish-notation, rpn
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReversePolish
A java app that shows reverse polish nototation
See Computerphile for a good explanation of postfix notation.
[](https://www.youtube.com/watch?v=7ha78yWRDlE)