package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewUndirectedGraph returns an UndirectedGraph with the specified self and absent edge weight values.
# Structs
DirectedAcyclicGraph implements graph.Directed using UndirectedGraph, which only stores one edge for any node pair.
Edge is a simple graph edge.
UndirectedGraph implements a generalized undirected graph.
# Type aliases
Node is a simple graph node.