This is a C++ library implementing several different classic data structures. It has a build process through CMake and uses GoogleTest to test different implementations.
Implementations:
- LRU Cache
- Templated LRU Cache
- Deque (In Progress)
- Pair/Tuple
- Smart Pointer
- Vector
- Bitset
- Dynamic Bitset