helsouri / Stack_and_Que-ECE370-

Utilize Stack and queue classes to convert infix to postfix expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack_and_Que-ECE370-

Utilize classes for stakcs and ques to be able to convert infix mathmatical expression such as 2+3 to a postfix ecpression (23+) to demostrate how calculators and assemblers actually preform mathmatical operations.
The infix expression is provided through a text file and the program is supposed to output the postfix expression.
Files include main c file along with the data text file,and output(v1)
Code also includes a file implementing stacks and queues in a user interface enviroment(v2)
Code also includes a priority stack impementation

Notes

This was a very small assigment that utilized very important topics: linked lists and their proper implementatio

About

Utilize Stack and queue classes to convert infix to postfix expressions


Languages

Language:C++ 100.0%