GitHub topics: infix-expressions
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: JavaScript - Size: 29.3 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

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: Java - Size: 88.9 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
