package
0.0.0-20240816093749-36a1edc9ec80
Repository: https://github.com/linuxdeepin/dde-daemon.git
Documentation: pkg.go.dev

# README

# Functions

New returns a new Data.
NewNode returns a new Node.

# Structs

Data contains graph data, represented in adjacency list and slice.
Edge connects from Src to Dst with weight.
Node is a Node(node) in Graph.

# Type aliases

No description provided by the author