IntermediateVocabulary#software-architecture#developer-tools#backend

Quicksort Vocabulary

Learn the vocabulary of partitioning an array around a pivot and recursively sorting each side in place.

0 / 5 completed
1 / 5
At standup, a dev mentions picking a pivot element, partitioning the array so smaller elements land to its left and larger ones to its right, then recursively sorting each side. What is this algorithm called?