Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.16 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.16 KB

go-shortestpath

Go Report Card Build Status Coverage Status GoDoc GitHub license

A couple of implementations of different shortest path algorithms. Mostly just a learning project for me but might be useful for others as well.

Please contribute if you find errors or have ideas for a better way of doing things.

So far I've only implemented Dijkstra's algorithm but I plan to also do Bellman-Ford and maybe A*.

Dijkstra's shortest path algorithm

$ go get github.com/flemeur/go-shortestpath/dijkstra