Get startedGet started for free

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?

A schematic representation of a list with unordered elements.

Recall the algorithm: Graphical execution of quicksort.

This exercise is part of the course

Data Structures and Algorithms in Python

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise