//
pkg.gl
Category
github.com/zhaoshupeng/learn
algorithm
30.graph
package
0.0.0-20250103121507-ee63f3edf62b
Repository:
https://github.com/zhaoshupeng/learn.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
130 SLOC
#
Functions
NewGraph
init graphh according to capacity.
#
Structs
Graph
adjacency table, 以无向图作为示例.