在下列代码的横线处填写( ),完成对有n个int类型元素的数组array 由小到大排序。
array[min] > array[j]
array[min] > array[i]
min > array[j]
min > array[i]