Data Structures in C
-
Updated
May 11, 2023 - C
Data Structures in C
This is a postfix evaluator written in C. It takes a postfix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
This Repository is a part of Learning DSA through C
This project is a simple expression calculator implemented in C. It provides functionalities to convert infix expressions to postfix notation and evaluate the resulting postfix expressions.
🧮Console Calculator & GUI Calculator | Tongji University(Minor of Artificial Intelligence) Data Structure Course Design
C program to convert a postfix expression to the infix expression with the evaluated answer
Just trying out to create a simple calculator in GTK+3 using postfix evaluation algorithm
Evaluates a postfix expression and calculate its result
Add a description, image, and links to the postfix-evaluation topic page so that developers can more easily learn about it.
To associate your repository with the postfix-evaluation topic, visit your repo's landing page and select "manage topics."