Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 385 Bytes

File metadata and controls

15 lines (8 loc) · 385 Bytes

Array Library for C

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)

Attention! The functions' documentation is currently in Italian! The English translation is coming soon!