Skip to content

aranta-rokade/postfix-expression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

postfix-expression

The program reads a set of lines containing arithmetic expression from a txt file. Converts the expressions to postfix, evaluates them and then outputs the answer to the file. The postfix evaluation is performed using stack with two implemenation - LinkedList and Dynamuc Arrays. The program also checks for invalid input expressions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages