Fill in the Blanks Bubble SortOnline version Efficiency of Bubble sort by Jon Cox 1 algorithms datasets sorting efficient algorithms increases larger sorting execute As this algorithm is supplied with larger and , the time it takes to execute the of these datasets will increase at an ever - increasing rate . This is not the case with some other that use the principles of ? divide and conquer ? . With those algorithms , as they are supplied with larger and larger datasets , the time they take to the sort , at a far slower rate . Therefore , the bubble sort algorithm is not as at sorting , than some other .