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
- Host: GitHub
- URL: https://github.com/hxndev/infix-postfix-prefix-using-stacks
- Owner: HxnDev
- License: mit
- Created: 2021-05-20T10:53:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T11:53:50.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T10:41:10.522Z (about 1 year ago)
- Topics: c, cpp, data-structures, infix, postfix, prefix, project, stacks, visual-studio
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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