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

https://github.com/basemax/infix2prefixc

This is a simple program that converts infix expressions to prefix expressions. It is written in C and uses a stack to store the operators. It is a simple program that I wrote to show how to use a stack in C.
https://github.com/basemax/infix2prefixc

infix infix-to-prefix infix2prefix javascript js math-expression prefix prefix-conversion prefix-convert prefix-converter

Last synced: 7 months ago
JSON representation

This is a simple program that converts infix expressions to prefix expressions. It is written in C and uses a stack to store the operators. It is a simple program that I wrote to show how to use a stack in C.

Awesome Lists containing this project