//
pkg.gl
Category
github.com/linuxdeepin/dde-daemon
graph
package
0.0.0-20240816093749-36a1edc9ec80
Repository:
https://github.com/linuxdeepin/dde-daemon.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
312 SLOC
#
README
copy from
https://github.com/gyuho/goraph/tree/master/graph
#
Functions
New
New returns a new Data.
NewNode
NewNode returns a new Node.
#
Structs
Data
Data contains graph data, represented in adjacency list and slice.
Edge
Edge connects from Src to Dst with weight.
Node
Node is a Node(node) in Graph.
#
Type aliases
Nodes
No description provided by the author