1 public class InsertSort { 2 3 /** 4 * @param args 5 */ 6 public static void main(String[] args) { 7 // TODO Auto-generated method stub 8 int []ary =new int[]{ 2,5,1,4,8,3,6,9}; 9 //int []ary={2,5,1,4,8,3,6,9}; 10 ary=insertSort(ary); 11 for(int i=0;i=0&&temp =0;j--) 25 { 26 if(temp