You are required to sort an array of 10,000 integers in ascending sequence. you choose the bubble sort algorithm. you will not be able examine the file before reading it into your program to sort it. under what conditions will your bubble sort program perform most efficiently and under what conditions will it perform least efficiently