albertorestifo / dijkstra

Dijkstra shortest path problem solved in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dijkstra shortest path problem solved in Go

License:MIT License


Languages

Language:Go 100.0%