Pratyush Mallick
The functions in this repostiores can analyze an array of unsigned char data items and report analytics on the maximum, minimum, mean, and median of the data set. In addition, it also reorders the input data set from large to small. All statistics are rounded down to the nearest integer. After analysis and sorting is done, th print function can be used to display data on the console screen in nicely formatted presentation.