Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 698 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 698 Bytes

Containers

Implementation of the various container types of the C++ STL library

The goal of the project is to re-implement five STL (Standard Template Library) containers - List, Map, Queue, Stack, Vector.

All theirs methods from C++98 standard available.

Usage

You can use the project by using attached CMakeLists.txt file. It is currently configured to run tests.