infix-evaluation

There are 8 repositories under infix-evaluation topic.

  • pyparsing/plusminus

    Language:Python9565
  • Hossam-Elbahrawy/ATmega328p-Calculator

    Calculator using infix expression evaluation algorithm on ATmega328p

    Language:C4203
  • 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++2100
  • senavs/MathExpressionCompiler

    :heavy_check_mark: Functions that show how compilers evaluate mathematical expressions

    Language:Python2000
  • anserwaseem/infix-to-postfix

    Stack implementation with conversion of Infix expression to Postfix.

    Language:C++1100
  • 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:JavaScript0100
  • shankhadeep-ghoshal/Calculator_library

    A cpp library to evaluate infix notation

    Language:C++0200
  • rajagopal28/infix-expression-solver

    A Small Swing based Java application which lets us to solve infix mathematical expressions and get results based on some of the best known Object Oriented Design patterns.

    Language:Java10