#include int Selection_Sort(int arr[],int n) { int i,j,min,temp; for(i=0; i