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

https://github.com/mertturkmenoglu/dsa-stack

Data Structures and Algorithms - Expressions
https://github.com/mertturkmenoglu/dsa-stack

Last synced: 6 months ago
JSON representation

Data Structures and Algorithms - Expressions

Awesome Lists containing this project

README

          

# Data Structures and Algorithms Mathematical Expression Evaluation
This program evaluates given mathematical expression using stack data structure
Code covers only basic operators such as '+', '-', '/', '*', '(' and ')'.
User should give input in correct format.