quick (sort)
20
1
Image of quick (sort)
Asset ID

603947028

Media Size

1600 * 1600 px

Owner

Description

Quicksort is a divide-and-conquer algorithm. It works by selecting a 'pivot' element from the array and partitioning the other elements into two sub-arrays, according to whether they are less than or greater than the pivot. For this reason, it is sometimes called partition-exchange sort.[4] The sub-arrays are then sorted recursively. This can be done in-place, requiring small additional amounts of memory to perform the sorting.

Tap to toggle viewsSwipe sideways to moveSwipe down to go back