Repository navigation
stl-container
- Website
- Wikipedia
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
Compact SVO optimized vector for C++17 or higher
A fast and flexible c++ template class for tree data structures
Understanding Search Engine concepts and implementing the same using C++ and STL .
A gapbuffer implementation in C++ 11, implemented as an STL container
any_ptr and any_shared_ptr are 2 C++ containers for storing pointers to heterogeneous types that, unlike std::any, preserves normal pointer behaviour.
Sample implementation of C++ containers (vector, string, bst, forward_list, stack, queues)
The BEST, STL-standard red-black tree(rbtree)
A crit-bit tree implementation for C++
STL container map build with a scapegoat tree in namespace sjtu
All Projects Developed at 42 São Paulo.
a basic binary search tree in namespace sjtu
C++ STL stands for standard template library which makes the C++ most famous around competitive programmer, by using some library you can save your time during any coding contest and get the optimized result too.
STL-like Tree Library for C++
A Standard Template Library for Golang
Building STL from scratch and other generic components.