Namespace AlgorithmsSW.Set
Classes
- HashSet<T>
Represents a hash table that uses linear probing to resolve collisions.
- SetExtensions
Provides extension methods for set operations like union, intersection, difference, and symmetric difference.
- SetWithArray<T>
Represents a set of unique items implemented with an array.