This repo contains solutions to problem of data structures in c++
-
Updated
Nov 14, 2022 - C++
This repo contains solutions to problem of data structures in c++
A fast, memory efficient hash map for C++
An open addressing linear probing hash table, tuned for delete heavy workloads
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
Excalibur Hash is a high-speed hash map and hash set, ideal for performance-critical uses like video games
Greg's Template Library of useful classes.
数据结构和算法
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
C++ wrapper around wyhash and wyrand
~200 DSA problems solved on LeetCode, GFG and AlgoExpert in c++, with lots of recursion 🤓🤓
Dictionary designed for read-mostly scene.
A plain C implementation of vector and hashtable
Chinese remainder theorem based hashmap (hash table, unordered map). Instead of creating one hashmap and chaining the elements into linked lists it creates new hashmaps.
Add a description, image, and links to the hashmap topic page so that developers can more easily learn about it.
To associate your repository with the hashmap topic, visit your repo's landing page and select "manage topics."