Fettysquad9737 Fettysquad9737 24-04-2024 Computers and Technology contestada Quicksort is a recursive, average-case sorting algorithm. The following is some pseudo-code for Quicksort to sort an array of integers in non-decreasing order: void quicksort (integer A[], i