Algorithms..::..DisjointSets Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
DisjointSets<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>)) |
Determines if two collections are disjoint, considered as sets. Two sets are disjoint if they
have no common items.
|
![]() ![]() |
DisjointSets<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>), IEqualityComparer<(Of <<'(T>)>>)) |
Determines if two collections are disjoint, considered as sets. Two sets are disjoint if they
have no common items.
|