-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Rohan-Shridhar/Infix-to-Postfix
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published