unordered-set
There are 13 repositories under unordered-set 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
greg7mdp/gtl
Greg's Template Library of useful classes.
hordi/hash
Fast C++ flat (open addressing) hash set, map
danieldotwav/Difference-of-Arrays
A C++ program that finds and displays the unique elements between two integer arrays.
s0rg/set
generic set
UPEV1sion/HashSet_C
A very performant, fairly lightweight HashSet implementation in C.
Ahmed-Arafat10/STLs-Library
Documentation Of C++ Standard Template Library (STLs) Used In Competitive Programming
eigenwhat/ax.hash
Toolkit for hashing user-defined types for use in hash maps, sets, etc.
Akashkhandelwal191/Complete_STL
Complete STL(Standard Template Library) With Example And Source Code
csn3rd/Word-Search-Solver
This is a wordsearch puzzle solver. I know this is not the most efficient solution to solving a wordsearch. Using tries is much more efficient than this brute force solution. My purpose for this program was to demonstrate my knowledge of hashtables in C++ and the unordered_set is one such implementation in the C++ STL.
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++