Skip to content

The shunting yard algorithm is used to convert the infix notation to reverse polish notation.

Notifications You must be signed in to change notification settings

naman14310/Expression_Evaluation_By_Shunting_Yard_Algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Expression Evaluation By Shunting Yard Algo

The shunting yard algorithm is used to convert the infix notation to reverse polish notation. The postfix notation is also known as the reverse polish notation (RPN). I used self created generic stack.

Algo Link

About

The shunting yard algorithm is used to convert the infix notation to reverse polish notation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages