Using the C library qsort function

preview_player
Показать описание
The C standard library comes with a sorting function called qsort. It uses quicksort, which is much faster than the simpler Bubble Sort. In this video we'll learn how to call the qsort from your program and how to write the comparison function that it needs to be able to sort any kind of array.
Рекомендации по теме
Комментарии
Автор

I'm surprised he has so few followers. I find him the most talented teacher out there. Concise, clear and rich in contents. He also always adopt beautiful and meaningful examples to explain this "counterintuitive matter". Thanks Sir..

ivanm.
Автор

This is the best explanation I have seen! Great teacher, great examples, perfect amount of details. Thank you very much.

braydenbarnes
Автор

Honestly, I am surprised by the detailed way in which each of the mentioned steps is explained. This video was of great help.

s