Skip to content
#

hashing-algorithm

Here are 52 public repositories matching this topic...

🔑 This repository focuses on hash tables and priority queues, highlighting their use in text analysis, word stats generation, and managing a movie review user database. It includes techniques for efficient text tokenization, word frequency analysis, prioritized data handling, and more!

  • Updated Apr 9, 2025
  • Java

Comparison of Hashing Algorithms - Double Hashing, Robin Hood Hashing Cuckoo Hashing with Java's inbuilt HashMap/ HastSet over million of add(), contains() and remove() operations.

  • Updated Jan 18, 2019
  • Java

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 hashing-algorithm 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 hashing-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more