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

https://github.com/oiricaud/infixtopostfix

Write a program that, given an arithmetic expression, first transforms it to a postfix form, and then computes its value (by using the stack-based algorithms that we recalled in class).
https://github.com/oiricaud/infixtopostfix

automata infix-notation postfix

Last synced: 4 months ago
JSON representation

Write a program that, given an arithmetic expression, first transforms it to a postfix form, and then computes its value (by using the stack-based algorithms that we recalled in class).

Awesome Lists containing this project