In this video, we will be exploring the quick sort algorithm with an in depth description and simulation .
The quick sort is a recursive algorithm and is commonly referred to as an algorithm which uses a divide and conquer method.
#quicksort #sorting #software
Chapters:
0:00 Intro
0:10 Description
2:50 Simulation
7:00 Speed it up
Note: The code in the simulation is in the C language.
You will find both C and Python version on the Acme Software Works website.
Website - http://AcmeSoftwareWorks.com/sorting