Skip to content
#

perfect-hash-functions

Here are 4 public repositories matching this topic...

Language: All
Filter by language

Cichelli's Method is implemented to minimize the number of collisions when mapping values to a hash table, using a hash function. This program reads key words from a text file and inserts these key words into a hash table by following Cichelli's method. The program then reads a second text file of words and compares these words to the key words …

  • Updated Sep 15, 2021
  • Java

Improve this page

Add a description, image, and links to the perfect-hash-functions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the perfect-hash-functions topic, visit your repo's landing page and select "manage topics."

Learn more