Whats the Quicksort?
Quicksort is a fast and reliable method of sorting data, the quicksort (without any kind of refinaments) is very simple to write but it still is a very fast sorting algorithm compared to other algorithms such as the bubblesort. In the video on the right you can watch some sorting algorithms and you will see the performance of the quicksort against the other algorithms, but quicksort has its own “flaws” which are referred below.