/dijkstra

Dijkstra shortest path problem solved in Go

Primary LanguageGoMIT LicenseMIT

Go Dijkstra

Build Status

Highly optimised implementation of the Dijkstra algorithm, used for find the shortest path between points of a graph.

Documentation

Full documentation available on GoDoc.