Re-implement multiple available containers in C++ to make sure to understand them.
main resources: http://www.cplusplus.com/reference/stl/
Containers to re-implement
• List
• Vector
• Map
• Stack
• Queue
with their iterators: random access iterator and bidirectional iterator
Doubly linked list
Binary search trees
Got more comfortable with C++ coding