GitHub topics: prefix-conversion
souhardyaghosh/Postfix_Prefix_Evaluation Fork of msasama/Postfix_Prefix_Evaluation
A simple Postfix Prefix Calculator based on stack.
Language: JavaScript - Size: 79.1 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

raorafay-dev/DSA-Assignment-2
Given an expression of binary operators as input in the character array, you are required to design a solution in C++ for converting that expression in prefix, postfix and then evaluating that expression. Also you will check its validity (correct use of brackets and operators). The intend is for the given input expression in character array 1. Check validity of the expression 2. Convert to Prefix expression 3. Convert to Postfix expression 4. Evaluate the given expression
Language: C++ - Size: 154 KB - Last synced at: 10 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

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.
Language: C - Size: 22.5 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
