Skip to content

C++ program to convert infix expression to post fix expression.

Notifications You must be signed in to change notification settings

Dufji/DataStructures_InfixToPostFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infix to Postfix Converter

This is a C++ program that converts an infix expression to postfix using the Shunting Yard Algorithm.

Requirements

This program requires a C++ compiler that supports the C++11 standard.

How to use

  1. Clone or download this repository.
  2. Compile the main.cpp file using a C++ compiler.
  3. Run the executable

Limitations

This program currently supports only the following operators and operands:

  • Operators: +, -, *, /, (, )
  • Operands: Single Uppercase/Lowercase letters (e.g. A, B, C,a,b,c,d)

About

C++ program to convert infix expression to post fix expression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages