Skip to content

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

Notifications You must be signed in to change notification settings

a-cha/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages