Skip to content

Object oriented implementation of the shunting-yard algorithm using Python 2.7.

Notifications You must be signed in to change notification settings

ukolka/shunting-yard-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Shunting yard algorithm

Object oriented implementation of the Shunting-yard algorithm using Python 2.7. Parses mathematical expression in infix notation to produce Reverse Polish Notation. I just decided to make it a bit more readable and extensible than most implementations I've seen so far. Algorithm is taken from wiki.

About

Object oriented implementation of the shunting-yard algorithm using Python 2.7.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages