//
pkg.gl
Category
github.com/ct-zh/goLearn
leetcode
basic
graph
weightGraph
package
0.0.0-20240627085529-3c531c578999
Repository:
https://github.com/ct-zh/golearn.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
2
Files
347 SLOC
#
Functions
CreateWeightGraphByFile
通过文件创建带权图.
NewDenseWeight
获取一个稠密图-邻接矩阵.
NewSparseWeight
获取一个稀疏图-邻接表.
NewWeightIter
No description provided by the author
#
Constants
TypeWeightDense
带权稠密图.
TypeWeightSparse
带权稀疏图.
#
Structs
Edge
有权图的边的内容.
#
Interfaces
Weight
No description provided by the author
WeightGraph
带权图.