Skip to content

implementation of the c++ standard template library

Notifications You must be signed in to change notification settings

jgiron42/my_STL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Implementation of the containers from the c++98 standard template library for a 42 project. unordered associatives containers are adapted to c++98. there is also an extra container xorlist of my own creation (implementing a xor linked list).

The rules of this project is to not use anything from the standard library except:

  • std::allocator
  • std::string
  • std::numeric_limits
  • iterator_tags

This repo also include a fuzzer for the containers

About

implementation of the c++ standard template library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages