unordered-set
Here are 18 public repositories matching this topic...
Sort:Most stars
A family of header-only, very fast and memory-friendly hashmap and btree containers.
- Updated
Dec 6, 2025 - C++
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
- Updated
Nov 2, 2025 - C++
Greg's Template Library of useful classes.
- Updated
Dec 7, 2025 - C++
A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.
- Updated
Aug 12, 2025 - C++
C++ STL containers reimplemented in C
- Updated
Aug 28, 2025 - C
Fast C++ flat (open addressing) hash set, map
- Updated
Nov 30, 2025 - C++
A C++ program that finds and displays the unique elements between two integer arrays.
- Updated
Feb 11, 2024 - C++
Collection of STL and algorithms code snippets with tutorials for quick reference and learning.
- Updated
Jun 21, 2025 - C++
Documentation Of C++ Standard Template Library (STLs) Used In Competitive Programming
- Updated
Jan 20, 2024 - C++
Pretty Printer for any arbitrarily nested STL container
- Updated
Nov 20, 2024 - C++
Repository Contains C++ Pgms on TREES - Binary Trees & Binary Search Trees - Easy Medium hard questions on leetcode --- ++ Set (ordered, unordered, Multiset)
- Updated
Oct 8, 2025 - C++
This repository contains my solutions to the LeetCode Daily Challenges of July implemented in C++
- Updated
Jul 31, 2022 - C++
Toolkit for hashing user-defined types for use in hash maps, sets, etc.
- Updated
Aug 19, 2019 - C++
A very performant, fairly lightweight HashSet implementation in C.
- Updated
Sep 10, 2024 - C
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.
- Updated
Jun 6, 2020 - C++
This repository contains my solutions to the LeetCode Daily Challenges of August implemented in C++
- Updated
Sep 1, 2022 - C++
Improve this page
Add a description, image, and links to theunordered-set topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theunordered-set topic, visit your repo's landing page and select "manage topics."