Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 2.03 KB

README.md

File metadata and controls

26 lines (13 loc) · 2.03 KB

ft_containers

The multiple available containers in C++ all have a very different usage. To make sure you understand them all, let’s re-implement them!

pde-bakk's 42Project Score

Workflows to check if the containers compile and work as expected on both macOS and Ubuntu:

List: List - Check Ubuntu & macOS compilation C++ CI

Vector: Vector - Check Ubuntu & macOS compilation C++ CI

Map: Map - Check Ubuntu & macOS compilation C++ CI

Stack: Stack - Check Ubuntu & macOS compilation C++ CI

Queue: Queue - Check Ubuntu & macOS compilation C++ CI

Deque: Deque - Check Ubuntu & macOS compilation C++ CI

Set: Set - Check Ubuntu & macOS compilation C++ CI

MultiSet: MultiSet - Check Ubuntu & macOS compilation C++ CI

MultiMap: MultiMap - Check Ubuntu & macOS compilation C++ CI