Skip to content

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

License

Notifications You must be signed in to change notification settings

HxnDev/Infix-Postfix-Prefix-using-Stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 : [email protected]

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages