Which of the following succinctly describes the essential mechanism of bubble sort?
It iteratively compares adjacent elements, exchanging them if they are out of order.
It partitions the array into two subarrays, recursively sorting each subarray.
Baroque art features strong contrasts, while Rococo art prefers more subtle transitions
Baroque art is generally larger in scale than Rococo art

Data Structures and Algorithms Exercises are loading ...