//
pkg.gl
Category
github.com/mlavacca/kubermatic
controller
version
dijkstra
package
1.2.1
Repository:
https://github.com/mlavacca/kubermatic.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
93 SLOC
#
Functions
ShortestPath
ShortestPath finds a shortest path between the start and end nodes.
#
Structs
NodeEdge
NodeEdge represents a binding between a node and an edge.
#
Interfaces
Edge
Edge is an interface for your own implementation of an edge between two vertices in a graph.
Node
Node is an interface for your own implementation of a vertex in a graph.