Sorting Algorithm | Shell Sort - step by step guide

preview_player
Показать описание
In this video we will learn about Shell Sort algorithm.

Shell Sort Code

Algorithm Playlist

Data Structure Playlist

Heap Sort

Quick Sort

if you find my videos interesting and enjoy watching them then please give a thumbs up, share and subscribe my channel and comment.

click the following link to subscribe my channel

thanks for watching
see you in the next video
stay happy and keep smiling :-)
Рекомендации по теме
Комментарии
Автор

Decent. Much better than GeekforGeeks' video. Thanks

merajis
Автор

I was kind of skeptical when I found out that there were no voice overs. But it turned out fine. Thank you.

deanwalker
Автор

so its a night before my end of Semester exam and i stumble upon this...cannot thank you enough Yusuf #keepAtIt

delroymuus
Автор

I searched everywhere. Thank you for this helpful explanation. :)
Note: What helped me understand this is that this works similarly to Insertion Sort.

MultiVids
Автор

Note that the performance of Shell sort depends very much on the gap function used. In the video he uses 2^n as the the gap function which is not a very good function since it compares odd positioned elements only in the end. Better go with Knuth's function (3n - 1) which performs way better than this one.

mayurkulkarni
Автор

I cannot thank you enough for clarifying the shell sort any simpler! You are the man Yusuf! =D

homie
Автор

At first I wasn't sure due to the lack of voice over, but great explaination: best one I've found and super easy to understand. Also, thanks for the reference to Insertion sort, really helpful.

lindaw
Автор

This is the best explanation that I have found of this, thank you for not skiping things, you are awesome!

EscuadraAlbiazul
Автор

Thank you this was the only video on youtube where i undestand this sorting algorithm

TheArrowster
Автор

Great explanantion. No audio necessary.

ARROBACOMPUTERS
Автор

the best explanation ever.im learning in Chinese and when the lecturer was teaching it was all weird.good video

MagShell
Автор

Thank you! your teaching is very easy to understand! please keep sharing

MinhNguyen-wpjw
Автор

Very helpful... Best explanation for the shell sort I have watched till now.

dikshapandey
Автор

If we are going to end up with an Insertion Sort at the last pass anyway, why are we doing this at all? To reduce number of swaps during the Insertion Sort at the end?

AdmMusicc
Автор

thank you. have to read the C programming language for class and shellsort came up as an example in chapter 3. i sat there for 15 minutes trying to decipher whats going on and gave up and came to youtube lol. note to others who will eventually use this book if in school for comp/elec/soft engineering: this book will hurt your head if you're a noob or even intermediate to programming

andrewpersaud
Автор

explanation cant be more easier than this. Helpful... thank you so much :)

sumaiyyakhan
Автор

really cool simulation. Thanks for the wonderful video

sandykhp
Автор

thanks, I watched lots of videos but i understand with this video.

heyad
Автор

Thank you so much for this fantastic explanation!

katrinejensrud
Автор

Its good. If audio is there, it looks much better

mrudulag