Skip to content

flemeur/go-shortestpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages