An open API service indexing awesome lists of open source software.

https://github.com/hxndev/infix-postfix-prefix-using-stacks

In this assignment, we did conversions of expressions between infix, prefix and postfix
https://github.com/hxndev/infix-postfix-prefix-using-stacks

c cpp data-structures infix postfix prefix project stacks visual-studio

Last synced: about 1 month ago
JSON representation

In this assignment, we did conversions of expressions between infix, prefix and postfix

Awesome Lists containing this project

README

          

# Infix-Postfix-Prefix-using-Stacks

There are 1 header file and 1 cpp file.

Header file is as follows:
Stack.h

CPP File is as follows:
Ass3.cpp

Stack.h will have all the functionality related to stacks and requiremnts whereas Ass3.cpp will be using stacks to run.

All the files have been commented for your ease. Furthermore you may also add further comments if you may. I have uploaded the Visual Studio project file too. You can simply run the project by running "Ass3.vcxproj".

For better understanding of the scenerio, refer to "Requirements.md".

For further queries contact me at : chhxnshah@gmail.com