Table of Contents

Namespace AlgorithmsSW.HashTable

Classes

CuckooHashTable<TKey, TValue>

Represents a Cuckoo hash table implementation that stores key-value pairs.

HashTableWithLinearProbing
HashTableWithLinearProbing2<TKey, TValue>

Represents a hash table that uses linear probing to resolve collisions.

HashTableWithLinearProbingAndLazyDelete<TKey, TValue>
HashTableWithLinearProbing<TKey, TValue>
HashTableWithSeparateChaining2<TKey, TValue>
HashTableWithSeparateChaining<TKey, TValue>
SystemDictionary<TKey, TValue>
SystemDictionary<TKey, TValue>.EqualityComparer