Skip to content

Reeskoos/stl-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STL Containers.

Own implementation of STL Containers. The program is developed in C++ using the C++17 standard.

Implemented containers:

  1. list
  2. map
  3. set
  4. Red Black Tree for map and set
  5. array
  6. queue
  7. stack
  8. vector

Usage:

  1. Clone repository:
git clone https://github.com/Reeskoos/stl-containers
  1. Use Makefile or run CMake directly:
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Coverage ..
cmake --build .

About

Own implementation of C++ STL Containers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages