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

https://github.com/snykk/infix-calculator

A command-line calculator that uses stack & infix-to-postfix algorithm for basic math operations such as addition, subtraction, multiplication, and division, as well as more advanced operations like exponents and square roots. User input is converted for processing by the calculator's stack
https://github.com/snykk/infix-calculator

algorithms-and-data-structures calculator infix-to-postfix stack

Last synced: 3 months ago
JSON representation

A command-line calculator that uses stack & infix-to-postfix algorithm for basic math operations such as addition, subtraction, multiplication, and division, as well as more advanced operations like exponents and square roots. User input is converted for processing by the calculator's stack

Awesome Lists containing this project