It was developed as Semester project for the course Data Structures and Algorithms.
This code includes converting expressions from one form to another:
- Postfix to Prefix
- Prefix to Postfix
- Postfix to Infix
- Prefix to Infix
- Infix to Prefix
- Infix to Postfix