Quick Sort - Implementation in Python

preview_player
Показать описание
Quick Sort (Python) explained with a strong Italian accent. Enjoy.

[Algorithm’s brief description]
Quick Sort is a sorting algorithm in which we pick a random element and partition the array, such that all numbers that are less than the partitioning element come before all elements that are greater than it.

[Quick Sort’s applications]
Commercial Computing, Cache Sorting

[Complete code]

[Software]
PyCharm by JetBrains

[Bibliography]
Рекомендации по теме
Комментарии
Автор

wonderful! finally, an in-place implementation for the quick sort...add it on video title that will make your video differ and thank you for explanation

ahmedel-sinousy