AlgorithmsDisjointSets Method |
Name | Description | |
---|---|---|
![]() ![]() | DisjointSetsT(IEnumerableT, IEnumerableT) |
Determines if two collections are disjoint, considered as sets. Two sets are disjoint if they
have no common items.
|
![]() ![]() | DisjointSetsT(IEnumerableT, IEnumerableT, IEqualityComparerT) |
Determines if two collections are disjoint, considered as sets. Two sets are disjoint if they
have no common items.
|