An open API service indexing awesome lists of open source software.

https://github.com/sdummett-at-42/ft_containers

Implementation of C++ containers from the Standard Template Library (STL) in compliance with C++98 standards. Includes vector, map, stack, and additional features like iterators and SFINAE. Red-black tree set implementation.
https://github.com/sdummett-at-42/ft_containers

containers cpp cpp98 data-structures iterators map red-black-tree set sfinae stack stl vector

Last synced: 3 months ago
JSON representation

Implementation of C++ containers from the Standard Template Library (STL) in compliance with C++98 standards. Includes vector, map, stack, and additional features like iterators and SFINAE. Red-black tree set implementation.

Awesome Lists containing this project