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
- Host: GitHub
- URL: https://github.com/ragul-rofi/stackexpvariantspython
- Owner: ragul-rofi
- License: mit
- Created: 2024-09-17T16:18:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:23:47.000Z (9 months ago)
- Last Synced: 2025-03-30T13:13:07.030Z (2 months ago)
- Topics: python3, stack
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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