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

GitHub topics: quadratic-probing

ddoroshev/hashmap

🚀 C-based hashmap with 🔑 char* keys and 🔢 integer values. Supports setting/getting values, deletion, and auto-resizing.

Language: C - Size: 57.6 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Dare-marvel/Data-Structures-and-Competitive-Programming--DS-CP----

Your one-stop GitHub repo for competitive coding and data structures! 🤖 Curated notes, practice problems, and real-world applications. Sharpen your skills and ace those interviews! 💻🔥

Size: 211 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 1

SpeedyIguana/Hashing

Implementing Hash-Table Lexicon using open-addressing and quadratic probing.

Language: C++ - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

sriramvema/DNA-Sequencer

This project uses a hash table with quadratic probing to store individual strands of DNA. Once the hash table reaches its capacity, all the data is copied into a new table with a capacity four times greater than the previous one.

Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - 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: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

PolleAnker/Hashing-Algorithms

Implementation of Hashing with collision handling, utilizing Chaining, Linear Probing, Quadratic Probing and Double Hashing.

Language: Python - Size: 128 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

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: 12 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

isaaclee12/seperate_chaining_and_quadratic_probing_practice

An analysis of Serparate Chaining and Quadratic Probing Algorithms in C++.

Language: C++ - Size: 463 KB - Last synced at: about 2 years ago - Pushed at: over 2 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: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

RicardoPetronilho98/data-structs

Generic implementation of data structs in C

Language: C - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0