Skip to content

JSintos/Shunting-Yard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shunting Yard

This project is a Java implementation of the shunting yard algorithm. The Shunting yard algorithm is a method for parsing mathematical expressions specified in infix notation. For more information on the topic, you can read more here: shunting yard.

The project

The project takes in an input of an infix expression (basically a form of mathematical notation that most people are used to i.e. 1 + 2) and outputs the reverse Polish notation of the expression (i.e. 1 2 +).

About

A Java implementation of the shunting yard algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages