Insertion Sort - Part 2

  • + 1 comment

    One can try this to print the entire array in a single line code.....

    System.out.println(Arrays.toString(ar).replace("[","").replace("]","").replace(",",""));