Categorygithub.com/stepulak/shortestpathalgorithms
repositorypackage
0.0.0-20240606211804-f2469d2a8e10
Repository: https://github.com/stepulak/shortestpathalgorithms.git
Documentation: pkg.go.dev

# README

shortestpathalgorithms

Dijkstra, Bellman-Ford, A* shortest path algorithms written in Golang.

Binary heap, tools and unittests are included in this project aswell.

Install this package via: go get github.com/stepulak/shortestpathalgorithms

Feel free to pull request if you find a bug!