Skip to content

Expressions Converter. Third semester project using data structures concept.

Notifications You must be signed in to change notification settings

awais-124/Stack-Expression-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

A C++ Project using Data Structures.

Expression Converter

It was developed as Semester project for the course Data Structures and Algorithms.


Features

This code includes converting expressions from one form to another:

  1. Postfix to Prefix
  2. Prefix to Postfix
  3. Postfix to Infix
  4. Prefix to Infix
  5. Infix to Prefix
  6. Infix to Postfix

Stack Data structure is used to perform all these conversions. One of the common applications of Stack Data Structure.

About

Expressions Converter. Third semester project using data structures concept.

Topics

Resources

Stars

Watchers

Forks

Languages