infix-calculator

There are 3 repositories under infix-calculator topic.

  • cengizozel/Infix-Calculator

    Using my own stack and queue implementations, this program takes several lines of infix notation mathematical calculations, convert them to postfix notation, and evaluate them.

    Language:Java0300
  • BaseMax/Infix2Postfix

    This is a simple infix to postfix converter written in JavaScript. It is a simple project that I made to show other students how they can easily design this type of program and how they can use it to solve their problems.

    Language:JavaScript211
  • mansi-k/ADSA_Assignment1

    Implemented infix calculator using stack, generic deque and BigInteger operations from scratch

    Language:C++10