gograph icon indicating copy to clipboard operation
gograph copied to clipboard

Library for processing graphs using the Go language

Results 3 gograph issues
Sort by recently updated
recently updated
newest added

Please add license file to enable documentation: https://pkg.go.dev/github.com/mkindahl/gograph/directed

In order to implement algorithms such as shortest-path and max-flow, it is necessary to be able to decorate edges and vertexes with weights or costs. This should ideally not be...

enhancement

There is currently no support for working with undirected graph. Depending on the algorithms to implement, it might be more reasonable to use something else than an adjacency list.

enhancement