GitHub topics: postfix-evaluation
ShailavMalik/Calculator
A responsive calculator using postfix evaluation with stack, built in Vanilla JS and styled with Tailwind CSS. Fast, clean, and keyboard-friendly.
Language: JavaScript - Size: 1.72 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

Jia2005/Data-Structure-Codes
Data Structure Code Dump! 💻 Hey! Just sharing all my Data Strcutures college-level code that actually works. Linked lists, trees, postfix evaluation - the stuff we all struggled with in C. Fixed those annoying bugs that kept us up late. Take what you need! 🔥
Language: C - Size: 25.4 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

Khushi130404/Postfix-Calc
Postfix-Calc is an Android application built using Java in Android Studio. It is a calculator that uses Infix to Postfix conversion to evaluate mathematical expressions. The calculator provides a simple and intuitive user interface resembling the iOS calculator.
Language: Java - Size: 16.6 KB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

carlosrs14/evaluar-expresiones
A program made in c++ that evaluates arithmetic expressions using postfix notation.
Language: C++ - Size: 2.93 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MilanSazdov/postfix-infix-calculator
A powerful mathematical expression evaluator supporting both **infix** and **postfix** notation. Includes robust **error handling**, **operator precedence**, and **stack-based computation**.
Language: Python - Size: 2.41 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Haus226/OptViz
Language: Python - Size: 205 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Aswajith7077/MathElite
MathElite is an advanced yet user-friendly calculator app designed to solve mathematical expressions efficiently and intuitively
Language: Kotlin - Size: 108 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Przemyslawmd/MathExpression
Language: Python - Size: 243 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

ibrahimbutt/synthcal
A desktop calculator with a synthwave aesthetic. Made with React and Electron.
Language: JavaScript - Size: 48.3 MB - Last synced at: 1 day ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

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: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

njmarko/googolplex-pdf-search
Python program for searching pdf text, ranking the results and exporting highlighted search results in pdf. Uses trie structure, stack, heap, page graph. Converts queries to postfix notation. Allows for logical expressions and phrases. Offers did you mean functionality.
Language: Python - Size: 6.21 MB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 1

Muneeb1030/Truth-Table-Generator-Data-Structures-Cpp
The Truth Table Generator is a C++ program that evaluates logical expressions with NOT, AND, and OR operators. It uses object-oriented programming and data structures to generate truth tables, handling bracketed expressions and converting them to postfix notation for accurate evaluation.
Language: C++ - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

darajnish/gtk-calculator
Just trying out to create a simple calculator in GTK+3 using postfix evaluation algorithm
Language: C - Size: 5.86 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

darylnwk/postfix
Go library for parsing and evaluating mathematical expression
Language: Go - Size: 2.93 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

h4jack/cal
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.
Language: C - Size: 52.7 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

h4jack/calculator
This project is a simple calculator web application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations like addition, subtraction, multiplication, and division. and more...
Language: JavaScript - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Shojiyao12/MIPS_Calculator
A basic MIPS-based Calculator, that would ask for an input from the user, then the program will convert that input into Postfix first and display it. Afterwards, assess the original input from the user and perform the following operations (based on what was inputted): Addition, Subtraction, Multiplication, Division. Then, output the result.
Language: Assembly - Size: 3.71 MB - Last synced at: 13 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Alexey-Sagaydak/Compiler
Текстовый редактор с функциями языкового процессора (курсовая работа по теории формальных языков и компиляторов (ТФЯиК) за 6 семестр)
Language: C# - Size: 3.13 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

prathwik0/data-structures-in-c
Data Structures in C
Language: C - Size: 246 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 2

ranimeshehata/Expression-Evaluator
Conversion from infix to postfix notations using implemented stack data structure and evaluate the postfix expression.
Language: Java - Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

Shubham-Lal/Infix-Operation
Infix Expression Operations | Collaborated on this Project with @Jay9874
Language: HTML - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

MovieTone/PostfixToInfixExpressionTree
Postfix to Infix converter built on binary Expression Tree. To convert the tree to Infix expression the inorder tree traversal is applied. Implemented in Java with GUI
Language: Java - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Viren002/Calc
This calculator project is made in HTML , CSS, JS. Uses postfix expression conversion and evaluation .
Language: CSS - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Dashminder-Singh/DSA_through_C
This Repository is a part of Learning DSA through C
Language: C - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Showwaiyan/Calculator
Calculator written with HTML, CSS & JavaScript that includes Expression Evaluation between in-fix and post-fix.
Language: JavaScript - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rcpacini/LabVIEW-Expressions
LabVIEW library to evaluate numerical and conditional expressions at run-time.
Language: LabVIEW - Size: 1.29 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Evebarr20/CSCD300Lab5
Stack Linked-list: infix expression to postfix expression, evaluate postfix expression
Language: Java - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

kchan139/dsc-assignment
hk222
Language: C++ - Size: 354 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

angiee99/lab3
Calculates the result of a mathematical expression using Shunting Yard by turning infix to postfix and evaluating it
Language: C++ - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kobedelta-phi-edu/InfixToPostfix
A program that converts an Infix expression to a Postfix one as well as evaluates a Postfix expression by utilizing a LinkedStack data structure.
Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mohamedhassan279/Expression-Evaluator
Java application uses stack data structure to convert infix notation to postfix and evaluate it.
Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

TerminalBear/postfixEvaluator
A program to implement the algorithm for evaluating postfix expressions that involve integers with more than one digit and the integer operations +, -, *, /, %. Displays each token as it is encountered and displays the action of each stack operation to trace the action of postfix evaluation.
Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

senavs/MathExpressionCompiler
:heavy_check_mark: Functions that show how compilers evaluate mathematical expressions
Language: Python - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

Sabretooth1405/calculator
Calculator
Language: JavaScript - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

BaseMax/PostfixEvaluatorC
This is a postfix evaluator written in C. It takes a postfix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
Language: C - Size: 16.6 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ShaanCoding/Boolean-Expression-Solver
A simple boolean expression validator, creating truth tables for boolean expressions
Language: C# - Size: 83 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 2

Siddharthj2002/Postfix-Evaluator
An evaluator for postfix expressions. The evaluator is stack-based, and capable of evaluating correctly formed but otherwise arbitrary arithmetic expressions on integers. The implementation of the stack is done using linked lists.
Language: Java - Size: 336 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

hussainmansour/EvaluatorExpressions
Application using implemented stack data structure to convert from infix to postfix notations. And evaluate the postfix expression
Language: Java - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MahmoudGoda2003/Expression_Evaluator
Application using implemented stack data structure to convert from infix to postfix notations. And evaluate the postfix expression
Language: Java - Size: 165 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SAZZAD-AMT/Infix-to-Prefix-to-Postfix-Conversion-Assembly-code-by-c-program
While we use infix expressions in our day to day lives. Computers have trouble understanding this format because they need to keep in mind rules of operator precedence and also brackets. Prefix and Postfix expressions are easier for a computer to understand and evaluate. Given two operands a and b and an operator \odot , the infix notation implies that O will be placed in between a and b i.e (a * b) . When the operator is placed after both operands i.e ab\odot , it is called postfix notation. And when the operator is placed before the operands i.e (* a b) , the expression in prefix notation. Given any infix expression, we can obtain the equivalent prefix and postfix format.
Language: C++ - Size: 433 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

MostafaGalal1/Expression_Evaluator
Application using implemented stack data structure to convert from infix to postfix notations. And evaluate the postfix expression.
Language: Java - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

QuantumWizard888/fabula
A little Python calculator based on postfix notation.
Language: Python - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

ixiDev/MEE
MEE Math Expression Evaluator
Language: Kotlin - Size: 118 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

pouyaardehkhani/Stacks
Implementation of Stack data structure with Infix To Postfix Generator and Postfix Evaluator for calculating calculating mathematical expressions, also Parentheses checking.
Language: Java - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

DragosPetri/Expression_Evaluator
Proof of concept implementation for Queue and Stack
Language: C++ - Size: 5.4 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

SARTHAK2511/INFIX-TO-PREFIX-POSTFIX-CONVERTER
A menu driven C++ programe to do all type of polish conversions . Infix to Postfix converter,Infix to Prefix converter,Postfix to Infix converter,Prefix to Infix converter,Postfix to Prefix and Prefix to Postfix
Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

doubleZ0108/Calculator
🧮Console Calculator & GUI Calculator | Tongji University(Minor of Artificial Intelligence) Data Structure Course Design
Language: C - Size: 2.65 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

LampStack/postfix-evaluation
postfix expression evaluation in python
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 2

Sushavan20/3rd-4th-Sem-Others
3rd Sem Algorithms...
Language: C++ - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jaimik64/django-infixConverter
Django Website to Convert infix Expression to Postfix/Prefix Expression. Also Evaluate Postfix/Prefix Expression.
Language: HTML - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Candida18/Data_Structures
Language: C - Size: 82 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

RyanSamman/GateParser
A simple expression parser to process logic gates.
Language: Python - Size: 82 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

amaan-mohib/stacker
Infix to postfix/prefix convertor and evaluator.
Language: JavaScript - Size: 510 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

VarunKhambhata/Infix-to-Postfix-expression-conversion
Convert ifix expression to postfix expression.
Language: C++ - Size: 470 KB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

StanleySathler/postfix-evaluator
Evaluates a postfix expression and calculate its result
Language: C - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 1

Pranay2050/postfix2infix
C program to convert a postfix expression to the infix expression with the evaluated answer
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

lionelGoffaux/Calculator
RPN calculator using MVC pattern
Language: Java - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

shashankchandak/InfixToPostfix
Language: C++ - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

sharpvik/domca
Calculator working on RPN that can also transform infix to postfix.
Language: Python - Size: 77.1 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

mohitdtumce/ReactJS-Calculator-App
Basic Calculator App using ReactJS
Language: JavaScript - Size: 201 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
