Glossary
Sign up
Glossary

Quicksort

A sorting algorithm that partitions the input array into two parts, with one part being less than a pivot and the other part being greater than the pivot.