Namespace AlgorithmsSW.HashTable
Classes
- CuckooHashTable<TKey, TValue>
Represents a Cuckoo hash table implementation that stores key-value pairs.
- HashTableWithLinearProbing2<TKey, TValue>
Represents a hash table that uses linear probing to resolve collisions.