Which of the following does not describe a bubble sort?
1) Bubble sort is very quick to perform the sorting.
2) A bubble sort will go through several passes until data is fully ordered.
3) None of the choices
4) Bubble sort does not recognize that the data is in order until the final pass requires no changes.