| 1 | Function | Description | Parameters | Returns |
|---|---|---|---|---|
| 2 | quicksort | Sorts an array using the Quicksort algorithm. | list of elements to be sorted | Sorted list |
| 1 | Function | Description | Parameters | Returns |
|---|---|---|---|---|
| 2 | quicksort | Sorts an array using the Quicksort algorithm. | list of elements to be sorted | Sorted list |