Back to Browse

Tracing Quicksort (+Recursive Python Implementation)

29 views
Apr 27, 2026
14:07

This video is a continuation of a previous video that introduced the idea of divide-and-conquer algorithm and trace how merge sort works: https://youtu.be/Q_Iubbq5bG4 We then work through a detailed trace of how the quicksort algorithm sorts an array. A recursive Python implementation of quicksort is also covered! Video showing how a recursive function with multiple calls works: https://youtu.be/0nKIr3kAt-k https://github.com/gsprint23/Cpp-Crash-Course

Download

1 formats

Video Formats

360pmp49.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Tracing Quicksort (+Recursive Python Implementation) | NatokHD