package
Version:
v1.1.0-alpha.1
Opens a new window with list of versions in this module.
Published: Jan 3, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrVertexRepeat = errors.New("vertex repeat error")
ErrVertexNotExist = errors.New("vertex not exist")
ErrEdgeRepeat = errors.New("edge repeat error")
ErrLoopOfTopologicalGraph = errors.New("loop of topological graph")
)
type Graph struct {
StartingVertex *Vertex
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.