This library aims to simplify the use of data structures by providing the skeleton of well known data structures to cook on. INSTALLATION git clone <repo> USAGE #include "lib.h" int main(){ ... } while compilation gcc <filename.c> -l<lib>