Sorting numbers using quicksort
In this video, you learned that the quicksort algorithm is a very efficient algorithm for sorting.
Given the following list of numbers, what sequence will be followed to order them using quicksort?

Recall the algorithm:

This exercise is part of the course
Data Structures and Algorithms in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise