Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidNode = errors.New("非法节点") ErrInvalidEdge = errors.New("非法边") )
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
Graph is a directed graph represented by adjacency Matrix
func NewGraphByMatrix ¶
func NewRawGraph ¶
Click to show internal directories.
Click to hide internal directories.