//
pkg.gl
Category
github.com/pingcap/tidb
pkg
util
disjointset
package
9.0.0-alpha+incompatible
Repository:
https://github.com/pingcap/tidb.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
0
Dependents
8
Files
72 SLOC
#
Functions
NewIntSet
NewIntSet returns a new int disjoint set.
NewSet
NewSet creates a disjoint set.
#
Structs
Set
Set is the universal implementation of a disjoint set.
SimpleIntSet
SimpleIntSet is the int disjoint set.