Skip to content

Releases: RezaGooner/prefix-postfix-algorithms

V1

10 Mar 18:34
23123a2
Compare
Choose a tag to compare

Prefix-Postfix Algorithms

This repository contains C++ implementations of Prefix, Postfix, and Infix expression conversion algorithms. These algorithms are fundamental for understanding how expressions are parsed and evaluated in computer science.

Features

  • Prefix to Infix Conversion
  • Postfix to Infix Conversion
  • Evaluation of Postfix Expressions

Reporting Bugs and Suggestions:

If you encounter any issues or have suggestions for improving the project, please let us know by opening an issue in the Issues section on GitHub. We appreciate your feedback and will address it as soon as possible.

Tags:
#PrefixPostfix #InfixNotation #ExpressionParsing #Algorithms #GitHub #OpenSource