A family of header-only, very fast and memory-friendly hashmap and btree containers.
翻译 - 一系列仅标头,非常快速且对内存友好的hashmap和btree容器。
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
Greg's Template Library of useful classes.
A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.
Fast C++ flat (open addressing) hash set, map
#算法刷题#A C++ program that finds and displays the unique elements between two integer arrays.
Toolkit for hashing user-defined types for use in hash maps, sets, etc.
Pretty Printer for any arbitrarily nested STL container
Complete STL(Standard Template Library) With Example And Source Code
Documentation Of C++ Standard Template Library (STLs) Used In Competitive Programming
This repository contains my solutions to the LeetCode Daily Challenges of July implemented in 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 progr...
This repository contains my solutions to the LeetCode Daily Challenges of August implemented in C++
A very performant, fairly lightweight HashSet implementation in C.