/* * To compute and print the median of the medians of each row, the median of the medians of each column and the median of the entire matrix. * @author-Karan Narain(karan@iitk.ac.in) * */ #include int median(int n,int x[]) { int i,j, temp; for(i=0;i