Skip to content

Reimplement container types of the C++ standard template library

Notifications You must be signed in to change notification settings

johdy/ft_containers

Repository files navigation

Overview

Implement the following containers:

• vector

• map

• stack

Take the structure of each container as reference. You have to comply with the C++98 standard.

Mandatory part

• If the container has an iterator system, you must implement it.

• You must produce two binaries that run the same tests: one with your containers only, and the other one with the STL containers.

• Compare outputs and performance / timing (your containers can be up to 20 times slower).

About

Reimplement container types of the C++ standard template library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published