https://github.com/63rabbits/reversepolishnotation
Convert the expression to reverse polish notation.
https://github.com/63rabbits/reversepolishnotation
reverse-polish-notation
Last synced: 9 months ago
JSON representation
Convert the expression to reverse polish notation.
- Host: GitHub
- URL: https://github.com/63rabbits/reversepolishnotation
- Owner: 63rabbits
- License: mit
- Created: 2019-04-10T06:39:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T19:14:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T08:45:55.476Z (over 1 year ago)
- Topics: reverse-polish-notation
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReversePolishNotation
Convert the expression to reverse polish notation.