Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 192 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 192 Bytes

MathExpressionParser

A C progam that converts any mathematical expression to its postfix equivalent and then evaluates the postfix expression. It uses stack and linked list data structures.