stl-containers topic

List stl-containers repositories

tree.hh

122
Stars
30
Forks
Watchers

An STL-like C++ header-only tree library

Cpp-Learning-Archive

69
Stars
42
Forks
Watchers

This repository contains different materials for learning and improving C++ skills.

Data_Structures_in_Cpp

96
Stars
12
Forks
Watchers

Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.

discreture

67
Stars
7
Forks
Watchers

A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.

hdbscan-cpp

49
Stars
12
Forks
Watchers

Fast and Efficient Implementation of HDBSCAN in C++ using STL

ctl

147
Stars
6
Forks
Watchers

My variant of the C Template Library

unordered_dense

771
Stars
63
Forks
Watchers

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion

stringify

31
Stars
5
Forks
Watchers

print stl containers

CPP_STL

31
Stars
5
Forks
Watchers

The repo contains all the important C++ STL functions, frequently used for problem-solving and competitive programming.