universal-hashing
There are 12 repositories under universal-hashing topic.
meelgroup/ganak
The first scalable probabilistic exact counter
massimo-marino/simple-hash
simple hash functions in go: a simple hash function implementing Horner's rule and a universal hash function implementing the Carter-Wegman method.
DSA-2-labs/Perfect-Hashing
Implementation of a perfect hashing data structure. We say a hash function is perfect for S if all lookups involve O(1) work.
rootslab/hazz
Hazz, a pseudo-random-data-filled-table, to generate k indipendent and uniform, very fast hash functions.
rootslab/asino
Asino a stubborn, simple and fast Bloom filter for the rest of us.
uysalemre/Analysis-Of-Algorithms-1
Merge Sort-Insertion Sort-Heap Sort- Hash Table algorithms are included in these projects.
e4m2/polymurhash-zig
PolymurHash port in Zig.
MuhammedKhamis/Perfect-Hashing
Impelementation for some Perfect hashing algorithms
ranimeshehata/English-Dictionary
Implementation of a perfect hashing data structure using different space complexity solutions.
yakout/algorithms-and-data-structures
Different algorithms and data structures implementations.
Ziyadelbanna/Hashing-functions
Hash functions and tables in Java