Skip to content

An Infix to Postfix Converter is a simple program that uses a stack data structure to transform algebraic expressions from their human-readable infix notation (e.g., A + B) into the computer-friendly postfix notation (e.g.,AB+), which is ideal for easy evaluation.

Notifications You must be signed in to change notification settings

Rohan-Shridhar/Infix-to-Postfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

An Infix to Postfix Converter is a simple program that uses a stack data structure to transform algebraic expressions from their human-readable infix notation (e.g., A + B) into the computer-friendly postfix notation (e.g.,AB+), which is ideal for easy evaluation.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages