Class HashTableWithLinearProbing
- Namespace
- AlgorithmsSW.HashTable
- Assembly
- AlgorithmsSW.dll
public static class HashTableWithLinearProbing
- Inheritance
-
HashTableWithLinearProbing
- Inherited Members
Methods
GetTableSize(int)
public static (int log2TableSize, int taleSize) GetTableSize(int initialCapacity)
Parameters
initialCapacity
int