@GeeksforGeeksVideos

Correction:
m = l + (r - l)/2 at 0:21

@technicolorenvy

Came for the merge sort, stayed for the beat.

@PaiReza

everything is fun and games until you have to actual code this

@bokwoon

dude, you're brilliant. About a minute in and I immediately understood the essence of merge sort, as compared to watching some other videos where they ramble on for 15 minutes...

@naughtiusmaximus789

dang it, boys. Atleast gimme some time to pause and read the code.

@serajabdi4634

This video alone helped me code the whole thing alone. Magnificent work ❤

@flubberamoebes

This might be a minor thing, but you might want to change your font for videos like this - I kept reading "|s| < r"  instead of "is l < r" initially, which was very confusing.

@Shampy-lh2rv

The video is very helpful and to the point 👍

@OzielSilva

The funny thing about this code is that the merge is indicated for large vectors where mergeSort works more efficiently, the problem is that it uses recursive functions that spend a lot of memory.

@ranikontham8678

Woww u saved my 15 minutes of time

Rather watching all those videos of 15 minutes
This 1minute video teached me a lot

@kanzanaveed

where I usually watch youtube videos on a fast speed, I had to watch this one at a slower speed XD. BTW it was helpful to understand the essence of merge sort but code should've been explained but you guys do A WHOLE LOT of work so it's still okay, we got it, thanks a ton

@MarcosLopez-bs6xr

okay this beat kinda slaps

@daringdarius5686

:) I'm recommending this video and your entire channel for my entire algorithms class.


You are a literal god send, quickly explaining the way the sort works, and showing the code. If I pass this semester (COVID-19 is not making it easy) it will be all thanks to you (and my teacher as well)

@lakshay510

Quick revision before every exam, every semester. Thanks.

@boristim9707

Be aware: the seqence how the array gets divided is not drawn correctly! First the left branch gets entirely divided, and only after that the right branch gets divided. Checkout 0:25 and think the right branch will start after the complete left has been finished.

@SurajKumar-gi9ix

The background music was awesome.

@kapsbans

what best can we show in under 2 mins! Excellent effort guys.

@greatmaujahimauja

Please make the pace of videos understandable...and have some explanation on complexity as well

@Leo-op5qo

Fantastic man, Keep on helping students like this. Thanks dude. You are doing great job.

@albertparish1729

thanks so much! really liked the format for this video - quick, neat, easy, simple. i'll be checking out some more videos for help with computer science exams.