This library contains (for now) functions to:
-load a vector from user input or randomly,
-print a vector,
-reset a vector,
-merge two arrays,
-sort a vector acending or descending with these algorithms (Insersion Sort, Bubble Sort, Select Sort)