An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: double-hashing

cbfredster/sortingAlgos-DS

algorithms & functions for sorting and general DS problems

Language: Python - Size: 16.6 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

ipni/dhstore

:lock_with_ink_pen: Service to store double hashed indexed records

Language: Go - Size: 191 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

Pan4g10tis/Project-DS

Language: C++ - Size: 9.77 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

exbotanical/libhash

Collision-free hash tables for the C programming language

Language: C - Size: 108 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

farazdagi/hash-iter

Enhanced double hashing in Rust

Language: Rust - Size: 19.5 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

fazledyn/L2T2 📦

BUET CSE Level 2 Term 2 Sessional Offlines

Language: C++ - Size: 3.64 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

nikhil-jindal12/HashTable

Contains the implementation for a basic hashtable that allows linear probing and double hashing.

Language: Java - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pavlosdais/Abstract-Data-Types

A set of efficient data structures in C, created in a generic way

Language: C - Size: 369 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 30 - Forks: 0

rdtaylorjr/Hash-Table-Collision-Resolution-Algorithms

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++.

Language: C++ - Size: 46.9 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

ajay340/Hashtable-Collisions-Comparison

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

Language: Java - Size: 438 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Atul-Acharya-17/Data-Structures

Implementation of Common Data Structures in C++

Language: C++ - Size: 1.15 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

gsofron/abstract-data-types

A collection of efficient abstract data types in C

Language: C - Size: 62.5 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 0

anserwaseem/Implementation-of-HashMap

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

Language: C++ - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

uysalemre/Analysis-Of-Algorithms-1

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

Language: C++ - Size: 11.3 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

smmehrab/double-hashing-performance-evaluation

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

Language: Python - Size: 741 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

giorgossofronas/Data-Structures

A set of efficient generic data structures implemented in C

Language: C - Size: 347 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 0

rahul1947/Implementation-of-Data-Structures-and-Algorithms

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

Size: 52.7 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 6 - Forks: 0

andrewalkermo/double-hashing

Trabalho que implementa um arquivo estruturado como uma tabela hash, utilizando-se o método de resolução de colisão Hashing Duplo (Double Hashing).

Language: C - Size: 221 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

myconejo/Pure-vs-Dirty

Purely Functional Haskell vs Imperitive C, C++ and Python

Language: Haskell - Size: 84 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

akashmeshram/Javascript-Hash-Table

A Hash table written in javascript.

Language: JavaScript - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rahul1947/SP07-Comparison-of-Hashing-Implementations

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.

Language: Java - Size: 34.9 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 3

subhalingamd/hashing

Analysing the asymptotic complexities and collision rate of Double Hashing and Separate Chaining technique using Java, done as a part of course (COL106) assignment

Language: Java - Size: 131 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Harshal-Jaiswal/probing

android app gives linear probing, quadratic probing and double hashing tables depending upon given input.

Language: Java - Size: 1.37 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

achyutb6/double-hashing-and-robin-hood-hashing

Implementation of Double hashing and robin hood hashing

Language: Java - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Related Keywords