Merge Sort | C Programming Example

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

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

I know you probably hear this a lot but you have THE best C tutorials on the youtube. And trust me I've seen a lot of those studying for final exam of C. Always so clear and well explained

VinyZikss
Автор

This is the type of explanation I was looking for while trying to learn merge sort!

timoteisatmarean
Автор

Damn, this is the first time I'm watching a merge sort tutorial that doesn't make my mind go crazy but makes everything crystal clear! would love to go through all your DSA courses.

iLieOfficial
Автор

I don't even look at what I need on YT anymore, I just go straight to your channel. Here's the crazy part, I'm using this to actually learn problem-solving in JS. But, I have some background in C++, so I can follow along just fine. Thank you so much! Also, please make videos on more advanced algorithms like BFS, DFS, Dijkstra's, Dynamic Programming, etc. You can turn that into Udemy courses even. Would buy it in a heartbeat.

thp
Автор

It's funny how I just didn't get this the first time I watched it a few months back (had literally just started coding) but now the tutorial makes absolutely perfect sense! If anyone is watching this literally just starting out, don't worry, you will get it once you are more used to algorithms!

rble
Автор

For sure, I've never met such explaination since I started learning to code. Every single letter is explained... There's nothing to be said, this is just awsome!

isaacoach
Автор

Wow, this is awesome. I love how you visualized the 3 countervariables with comments.

sadekomar
Автор

Easy to find, easy to listen easy to understand. Thank you.

wojciechszpara
Автор

i had to watch this this video almost 6 time to install concept into my brain, thankyou for amazing video's.

CProgrammer
Автор

5:28 omg I confounded r-l with r-1 and that's why the program always resultet in an infininite loop. I also didn't get "why is it r-1 ??" This little mistake forced me to debug for hours. But now I understand every little detail of merge sort. Thanks for the video :)

dennisfolz
Автор

First free video which actually explains this algorithm well 😃

dvmvge
Автор

I can tell you worked really hard to make that visual demonstration in text :) , but I love your videos, I bought one of your courses and it helped me a lot. Thank you.

khaledawesat
Автор

Thank you SO MUCH. Absolutely amazing content, I really appreciate the time you spent on that, you’re making a big difference :)

brenofaria
Автор

it all makes sense now, i feel enlightened.

voidronin
Автор

A very helpful explanation thank you very much! Really appreciate the actual process explanation through the comments.

ramrodriguez
Автор

Awesome explanation and great example. Thank you very much. :D

Marianojoey
Автор

Sholy hit, your tutorial is amazing!!!

OnePina
Автор

really wonderful explanation! Subscribed.

electozgaming
Автор

thank you for the explanation. It's very clear.

alvarobarboza
Автор

I previously is looking at a similar merge sort algorithm and confused. Thank you for reminding me that we are actually merging two SORTED array...

whysoserious