Heap Sort explained

preview_player
Показать описание

Check out my website and like or comment any other tutorials you would like to see!
Рекомендации по теме
Комментарии
Автор

You had me at "What's gucci everyone"

LamiAtZenith
Автор

Hands down best heapsort video I've found in youtube

javier
Автор

Great explanation. I never understood the sorting part of max heap until now.

JonWoo
Автор

Loved it sort and simple and precise.. Just also add how the heap was constructed in the first place.

ashoksahu
Автор

In your example, the greatest value is already the root of your heap, in general however, its simply to fix the heap before swapping the 1st and last elements?
Thank you!

danielmasri
Автор

Thank you, this is a thorough explanation. Other videos are so much more confusing.

truth-.
Автор

But how did the numbers end up in the right order for them to fit into the tree?

RonWolfHowl
Автор

Very gucci explanation & animation

mikek.
Автор

hey is it mandatory that in a max heap all the nodes will be in descending order if we write all their nodes in an array???

mr_anand
Автор

the statement at 4:23 - Isn't a min heap sorting from least to max ? and max heap sorting max to min ?

RayRay-oicc
Автор

LMFAO, "whats gucci everyone" that gave me a nice laugh :')
great video

ianchui
Автор

Did denzel washington recorded this video?? xD
By the way great and short explanation of heapsort! Helped me a lot! Thank you!!

spartianaleck
Автор

thank you man that helped my conceptual understanding of this a lot

RyanCamaratta
Автор

what would have happend if you had 72 - 83 under 60(and under 72 the 85) instead of 85 - 83 under 60? woudn't it take 83 as heaviest element?

dries
Автор

The best explanation I've ever seen!

arrivederci
Автор

Isnt it easy when we go from bottom to up, by picking parent with child each time rather than rumble around all over the tree?

bangladesh
Автор

What happens if from the beginning, the value of the root node is not the biggest one?

haihongtranvn
Автор

It really bugged me to see the array splited, but great video.

MrMegaGigaTera
Автор

Wtf whys ur tree is 85 on the left instead of on the right 85 is greater then 83

THECMON
Автор

THANK YOU. I wish I could find videos like this for all of my CS topics.

Outsidesman