Files
kubernetes/third_party/forked/gonum/graph
Jordan Liggitt ec1d79da19 gonum: directed acyclic graph
Implements graph.Directed capable of storing at most one edge between any two nodes.
Uses the Undirected implementation for space efficiency (~30% space savings).
2017-05-30 15:12:30 -04:00
..
2017-05-30 15:12:30 -04:00

Forked from gonum/graph@50b27dea7e to support memory-use improvements to the simple graph