Free 5-Day Mini-Course: 🤍backtobackswe.com Try Our Full Platform: 🤍backtobackswe.com/pricing 📹 Intuitive Video Explanations 🏃 Run Code As You Learn 💾 Save Progress ❓New Unseen Questions 🔎 Get All Solutions Question: Analyze the total work that Merge Sort performs as an exact function of n, the length of the input list. My Old MergeSort Video: 🤍🤍youtube.com/watch?v=fHYVhCL4riM The Infinite Series 1 + 2 + 4 + 8 + ... : 🤍en.wikipedia.org/wiki/1_%2B_2_%2B_4_%2B_8_%2B_%E2%8B%AF Logarithm Rules: 🤍🤍chilimath.com/lessons/advanced-algebra/logarithm-rules/ HackerRank: 🤍🤍youtube.com/channel/UCOf7UPMHBjAavgD0Qw5q5ww Tuschar Roy: 🤍🤍youtube.com/user/tusharroy2525 GeeksForGeeks: 🤍🤍youtube.com/channel/UC0RhatS1pyxInC00YKjjBqQ Jarvis Johnson: 🤍🤍youtube.com/user/VSympathyV Success In Tech: 🤍🤍youtube.com/channel/UC-vYrOAmtrx9sBzJAf3x_xw
Wooo amazing!!
Thanks!
how will this help me land a job dog
alJswNJ4P3U&t=6m10s 6:10
This man is an absolute gold mine. Thank you so much, this is the clearest explanation of anything I have ever seen.
Really good!
I'm very thankful past this video. Thank u. Hello from Brasil!!
Awesome 👏
Great explanation. I got lost towards the last 6 minutes once the distribution started and couldn't follow anything after we arrived at n log n. :/ But will return to watch again :) great break down. Thanks.
My ivy-league college professor couldn't help me truly comprehend this time complexity, but you did it. I hope they fire that professor and hire you instead.
you totally deserve n^n number of likes😀
i would say you still need to watch few other videos to understand the concept of merge sort and the code as well, however he did great job explaining some concepts in this video, its amazingly helpful
I didn't get the point why he add 1 in last part.
I got to say that you are super AMAZING!!!
My professor just skipped the total process....
like T(8)=T(n/2)+T(n/2)+(n-1) then bombed Worst case O(nlogn)
You completely fill out all my gap about why that is O(nlogn)
Everything makes perfect sense now! Thank you
Thank u so much, this video helped me a lot!
Thank you
I got so confused at alJswNJ4P3U&t=28m48s 28:48 because I forgot that 'i' was above the first '2' and didn't see it due to the light there lol...
very good content*
Understanding this concept finally in my 1000th video.