https://github.com/63rabbits/calcexpressionbytree
Calculate the expression using expression tree.
https://github.com/63rabbits/calcexpressionbytree
reverse-polish-calculator reverse-polish-notation tree
Last synced: 3 months ago
JSON representation
Calculate the expression using expression tree.
- Host: GitHub
- URL: https://github.com/63rabbits/calcexpressionbytree
- Owner: 63rabbits
- License: mit
- Created: 2019-04-10T06:52:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T07:02:31.000Z (about 4 years ago)
- Last Synced: 2025-01-13T08:46:06.082Z (5 months ago)
- Topics: reverse-polish-calculator, reverse-polish-notation, tree
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CalcExpressionByTree
1. Convert the expression to [Expression Tree](https://github.com/63rabbits/ExpressionTree).
2. Calculate using [Expression Tree](https://github.com/63rabbits/ExpressionTree).