unordered-map
There are 40 repositories under unordered-map topic.
greg7mdp/parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
martinus/unordered_dense
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
gaujay/indivi_collection
A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.
renzibei/hashtable-bench
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
karel-burda/constexpr-hash-map
Compile-time single-header hash-map written in C++ 17
morzhovets/momo
C++ template containers with optimized memory consumption
mkostoevr/cdict
A simple dictionary implementation in C
Exerg/WaitFreeCollections
Wait Free collections in C++
danieldotwav/Parentheses-Validation
A robust C++ solution for validating parentheses in strings. This project features a well-tested algorithm that handles different types of parentheses, including (), {}, and []. It is designed to cover a wide range of scenarios, from simple to complex nested structures, ensuring the correct ordering and pairing of parentheses.
hordi/hash
Fast C++ flat (open addressing) hash set, map
bas524/ConcurrentHashMap
Concurrent HashMap C++
p-groarke/fea_unsigned_map
A collection of slot maps and hash maps optimized for unsigned keys.
debbynirwan/hash_table
Simple implementation of Hash Table in C++. It's mainly intended to show how hash tables are implemented by libraries like STL.
Flix01/c_vector_and_hashtable
A plain C implementation of vector and hashtable
mansi-k/ADSA_Assignment2
Implemented AVL tree as well as ordered and unordered hashmaps from scratch
pekkaran/chan
C implementations of basic C++-like container types
sanyathisside/Hashing
Hashing Data Structure.
somyalalwani/Unordered-Map
Implement an Unordered Map in C++ using Hash Functions. Without any inbuilt function of C++.
an162/Cooking-with-Healthier-Ingredients
Cooking with Healthier Ingredients is a c++ programme that suggests healthier substutions according to the users health concerns
bursasha/cpp-projects
Programming and algorithmization in C++ 🖥
chhavisharma30/Coding_Ninja_DSA
This repository contains all the practice problems of the coding ninja DSA course.
fco3lho/comparison-of-tree-structures
Comparison of bynary trees, AVL, Red&Black, <map> and <unordered_map> search structures for numeric inputs of 500, 5000, 50000 and 500000, all with random numbers, and from the numeric inputs, execute and remove others 10000 random numbers.
Sai-Nandan-Desetti/Lock-Manager
The program implements a simple lock manager.
UPEV1sion/HashMap_C
A very performant, fairly lightweight HashMap implementation in C.
Abhishek-Anand21/Count-pairs-with-given-sum
Given an array of N integers, and an integer K, find the number of pairs of elements in the array whose sum is equal to K.
Abhishek-Anand21/Word-Pattern-LeetCode
Given a pattern and a string , find if the string follows the same pattern.
ahany42/Non-Linear-Data-Structures
Implementing Non Linear Data Structures Using C++
akash18tripathi/Unordered-Map-Implementation
This repository provides a custom implementation of an unordered map in C++, demonstrating the working and importance of a hash function. The implementation does not rely on any external libraries and offers support for various data types.
Akashkhandelwal191/Complete_STL
Complete STL(Standard Template Library) With Example And Source Code
hansalemaos/stl_pretty_print
Pretty Printer for any arbitrarily nested STL container
miraehab/LeetCode-August-Daily-Challenges-2022
This repository contains my solutions to the LeetCode Daily Challenges of August implemented in C++
miraehab/LeetCode-July-Daily-Challenges-2022
This repository contains my solutions to the LeetCode Daily Challenges of July implemented in C++
softdev629/techiedelight
Techie Delight: Data Structures and Algorithm Problems