Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct {
Nodes []*Node
}
func NewDirectedGraph ¶
func NewDirectedGraph() *Graph
func (*Graph) FindNodeByKey ¶
func (*Graph) FindPathsToPrefix ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.