atorys / Containers

Implementation of container types of the C++ standard template library :paperclip:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Containers

Implementation of container types of the C++ standard template library.
➜ cppreference page

  • vector
    templates dynamic memory reallocation
    iterator system

  • stack
    based on vector

  • map / set
    based on dynamic structure - tree pair structure
    tree iterator system

  • tree
    insertion deletion find visualization

Useful links

About

Implementation of container types of the C++ standard template library :paperclip:


Languages

Language:C++ 98.8%Language:Makefile 1.2%