Example #1
0
 public static void main(String[] args) {
   Sort(arr);
   SortUtil.show(arr);
 }