← 返回首页
double-hashing · GitHub Topics · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus
#

double-hashing

Here are 31 public repositories matching this topic...

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

Implementation of data structures (Lists, Stacks, Queues, Trees, Balanced Search Trees, Hashing, Graphs); Implementation of algorithms (Sorting and searching, Recursion, Graph algorithms).

  • Updated Mar 20, 2019

Resolves hash table collisions using linear probing, quadratic probing, and linear hashing. All data structures implemented from scratch. Optimized for efficient time and space complexity. Written in C++.

  • Updated Dec 17, 2020
  • C++

🔏 Service to store double hashed indexed records

  • Updated Feb 7, 2026
  • Go

A python program to evaluate the performance of Double Hashing & Red Black Tree and to show comparison between them.

  • Updated Aug 27, 2022
  • Python

Collision-free hash tables for the C programming language

  • Updated Jan 15, 2025
  • C

Lightweight, in-memory KV store in C++ with an interactive Redis-like shell.

  • Updated May 4, 2026
  • C++

This is an implementation of HashMap while tackling some collision resolution techniques.

  • Updated May 17, 2020
  • C++

Merge Sort-Insertion Sort-Heap Sort- Hash Table algorithms are included in these projects.

  • Updated May 4, 2019
  • C++

Comparison of the number of collisions caused by inserting keypairs in a hashtable with respect to Linear Probing and Double Hashing methods.

  • Updated Jan 29, 2019
  • Java

Implementation of Double hashing and robin hood hashing

  • Updated Dec 25, 2018
  • Java

Java project implementing various hashing techniques .

  • Updated Jul 10, 2025
  • Java

Implementacja i analiza wydajnościowa słownika opartego na tablicy mieszającej. Projekt porównuje trzy różne strategie obsługi kolizji: AVL Tree – zewnętrzne łańcuchowanie z użyciem zbalansowanego drzewa AVL Double Hashing – adresowanie otwarte z sondowaniem drugim hashem Cuckoo Hashing – mechanizm wypychania elementów między dwiema tablicami

  • Updated Jun 14, 2026
  • C++

An implementation of Dynamic Hashing methods as described in chapter 5 of 'Data Structures and Algorithms in C' by Mark Allan Weiss (Separate Chaining and Open Addressing)

  • Updated May 27, 2026
  • C

Dictionary(ENG-TR) Using Hashing Algorithms

  • Updated Oct 20, 2019
  • C++

A lightweight hash table library written in C, built from scratch. Supports key-value pair storage with double hashing for collision resolution and dynamic resizing.

  • Updated Mar 19, 2026
  • C
Load more…

Improve this page

Add a description, image, and links to the double-hashing 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 double-hashing topic, visit your repo's landing page and select "manage topics."

Learn more

Footer

© 2026 GitHub, Inc.