Skip to content
/ ssklib Public

A C++ library implementing several classic data structures

Notifications You must be signed in to change notification settings

ssk4988/ssklib

Repository files navigation

About

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

About

A C++ library implementing several classic data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published