/******************************************************************************
- Copyright (C) 2017 by Alex Fosdick - University of Colorado
- Redistribution, modification or use of this software in source or binary
- forms is permitted as long as the files maintain this copyright. Users are
- permitted to modify this and use it to learn about the field of embedded
- software. Alex Fosdick and the University of Colorado are not liable for any
- misuse of this material.
***************************************************************************/ /
- @file stats.c
- @brief A program to manipulate and search through a given array
- This program prints the statistics of a given array (Min, Max, Median & Mean),
- Sorts its elements (from largest to smallest) and prints the array.
- @author Dudi Tedgy
- @date June 9, 2017
*/