filmov
tv
Quick Sort JavaScript

Показать описание
Quick Sort is a very fast sorting algorithm that is often part of a Computer Science curriculum. However, Quick Sort is not-very intuitive to most and a little confusing. In this video I break down the algorithm and provide a working solution. Don't be discouraged if it doesn't "click" right away. This is a scary one.