Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 306 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 306 Bytes

ft_containers

This is a project for Codam (42 Network).
The assignment consisted of reimplementing the following STL containers:

  • Vector
  • Map
  • List
  • Queue
  • Stack

Iterators are reimplemented as well (if applicable).
Template specialization is implemented for <InputIterator> templates.