An open API service indexing awesome lists of open source software.

https://github.com/abdnh/shunting-yard-algorithm-demo

A JavaScript demo of the shunting-yard algorithm
https://github.com/abdnh/shunting-yard-algorithm-demo

algorithms math-expression-evaluator shunting-yard-algorithm visualization

Last synced: 3 months ago
JSON representation

A JavaScript demo of the shunting-yard algorithm

Awesome Lists containing this project

README

        

# Demo of the Shunting-yard algorithm

A JavaScript demo of [the shunting-yard algorithm](https://en.wikipedia.org/wiki/Shunting-yard_algorithm),
made to accompany a [blog post](https://www.abdnh.net/shunting-yard-algorithm) about the algorithm that I've written.

## TODO
- tidy up the code

## Credit
Wagon icon is made by [Freepik](https://www.freepik.com "Freepik") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")