package
Version:
v0.0.3-pre4.0...-0ec3cfc
Opens a new window with list of versions in this module.
Published: Oct 21, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Edge represents a directed edge in a graph
type Node struct {
Name string
}
Node represents a node in a graph
type Path struct {
Edges []Edge
Distance int64
}
Path represents a path through a graph
SPT represents a shortest path tree
Topology represents a network topology
NewTopology creates a new topology
SPT calculates the shortest path tree
Source Files
¶
Click to show internal directories.
Click to hide internal directories.