/* * To compute and print the median of the medians of separate 5 blocks of a 25-element array, * and compare it with the median of the entire array. * @author-Karan Narain(karan@iitk.ac.in) * */ #include int select(int A[], int l, int r, int i) { int k,j, temp; for(k=l;k