Quicksort (Implementation)

(Reading time: under 3 minutes)

First, we create a function that receives the array we want to sort as an argument. It should also be able to get the left and right value. However, as we don’t pass these values at the beginning, it should have a default value as well.

Get hands-on with 1200+ tech skills courses.