项目作者: lecmaster123

项目描述 :
Project to convert from infix to postfix and postfix to infix notation.
高级语言: Java
项目地址: git://github.com/lecmaster123/Linked-List-Stack-Program.git
创建时间: 2017-04-10T17:39:29Z
项目社区:https://github.com/lecmaster123/Linked-List-Stack-Program

开源协议:

下载


Linked-List-Stack-Program

Project to convert from infix to postfix and postfix to infix notation. This uses a stack to store the input from the user and depending on specific conditions, it pops and pushes elements from the input in a specific notation. The linked list stores the equations and conversions to be printed when necessary. The options are to convert from infix to postfix, postfix to infix, print equations and exit the program. After the program is terminated it prints all of the conversions.