Special purpose java collections
-
Updated
Oct 13, 2020 - Java
Special purpose java collections
Implementation of a perfect hashing data structure. We say a hash function is perfect for S if all lookups involve O(1) work.
Implementation of a perfect hashing data structure using different space complexity solutions.
Add a description, image, and links to the perfect-hashing topic page so that developers can more easily learn about it.
To associate your repository with the perfect-hashing topic, visit your repo's landing page and select "manage topics."