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
- Host: GitHub
- URL: https://github.com/mertturkmenoglu/dsa-stack
- Owner: mertturkmenoglu
- Created: 2019-03-12T13:41:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T04:53:14.000Z (over 6 years ago)
- Last Synced: 2025-02-09T20:25:15.867Z (8 months ago)
- Language: C
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.