An open API service indexing awesome lists of open source software.

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.

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).