An open API service indexing awesome lists of open source software.

https://github.com/ragul-rofi/stackexpvariantspython

Stack appliactions built with python
https://github.com/ragul-rofi/stackexpvariantspython

python3 stack

Last synced: 2 months ago
JSON representation

Stack appliactions built with python

Awesome Lists containing this project

README

        

# Stack Expressions Variants

This repository contains implementations of six variations of stack expressions, including conversions and evaluations. The primary focus is on the following operations:

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

## Features

- **Infix to Postfix Conversion**: Convert standard mathematical expressions from infix notation to postfix notation.
- **Infix to Prefix Conversion**: Convert infix expressions to prefix notation.
- **Postfix Evaluation**: Evaluate expressions written in postfix notation.
- **Prefix Evaluation**: Evaluate expressions written in prefix notation.
- **Postfix to Infix Conversion**: Convert postfix expressions back to infix notation.
- **Prefix to Infix Conversion**: Convert prefix expressions back to infix notation.

## Getting Started

To get started with this project, you will need to clone the repository and install any necessary dependencies.

### Prerequisites

Make sure you have the following installed:

- Python 3.x
- pip (Python package installer)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/ragul-rofi/Python-All-Stack-Expression-Variants.git