You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Software developed by Pedro Cardouzo and Luma Beserra
This program benchmarks sorting and search algorithms
Algorithms of data classification and search
To build the program use "make" command in the same folder
** don't forget to provide a input file in binary where data is in int (32 bits) format
** (name is randomnumbers.bin by default but can be changed in main.h).
** array size must be setted in main.h aswell
** to build the gcc version must support variable declarations inside for loops
** this software was made on linux, it's recommended that you compile there aswell
documentation
documentation and some configurations can be found in main.h aswell as each file's .h