This video took me THREE WEEKS to produce! Ya'll better smash that like button for me! lol public class Main{ public static void main(String args[]) { // merge sort = recursively divide array in 2, sort, re-combine // run-time complexity = O(n Log n) // space complexity = O(n) int[] array = {8, 2, 5, 3, 4, 7, 6, 1}; mergeSort(array); for(int i = 0; i < array.length; i++){ System.out.print(array[i]+ " "); } } private static void mergeSort(int[] array) { int length = array.length; if (length
@syllight90533 жыл бұрын
Don't worry bro, I smashed the like button, plus I contacted the president to set a direct nuclear launch to the like and subscribe button as well!
@BroCodez3 жыл бұрын
@@syllight9053 Thank you Syllight!
@immortalbotyt14283 жыл бұрын
I already did my big bro :D If we both belonged to only 1 family u would be my bigger bro :D
@aditya_asundi3 жыл бұрын
3 weeks making this *AND THERE'S A DISLIKE????*
@roysaka44753 жыл бұрын
Hi bro plsae reques Tutorial Python AndroidHelper. Music, recorder, voice mix, microfon. Call phone, game, calculator, google voice recorder, and others.. 🙏🙏🙏🙏🙏🙏 Plsee
@mayawhocodes30922 жыл бұрын
The way you broke this down into simple terms with visuals and everything, amazing. I'm not a bro, but I do code. And this was lit. Thank you.
@sancho608 Жыл бұрын
No. You are a bro now!!
@fsxanas906 ай бұрын
why the karen vibe tho lmao
@johndavis292095 ай бұрын
@@fsxanas90 Why anything
@BigSmoke-r9w4 ай бұрын
You are a bro! 👊
@sabdullahtu-techandunboxin81312 ай бұрын
Fr
@coltonbailey88733 жыл бұрын
You are single-handedly teaching me programming/computer science. Thank you. Never change your teaching structure, because this method works really well.
@DopemonRoA2 жыл бұрын
I knew when I saw "Bro Code" it would be a beautifully simple video. What you did that the other videos I watched failed to do was walk through the sort / merge in the order that it would actually happen. The other videos were doing it by rows and not the actual order that it happens in. Thank you ! That is what made it click for me. I am now subscribed !
@jorgemedina84975 ай бұрын
This is the best video I found on all youtube which explains Merge Sort properly. This video is the definition of Quality Content.
@raywei1701 Жыл бұрын
So clear. my professor did not have enough time to go over this in class. Now I understand everything about merge sort.
@GamerOverThere Жыл бұрын
Bro, you are a legend. My professor went over merge sort for 1 1/2, and I was left confused. I watched a Harvard lecture video on it, still confused. Asked chatGPT about individual components (not to cheat but to have it explain each step to me, I want to understand this) and it was spewing nonsense. But your video made it finally click. Thanks bro! Liked and subscribed
@alirezabayat4337Ай бұрын
I wrote this code first time non-recursively, it was a DISASTER, but this is super easy! Thank you!
@kingipra Жыл бұрын
Best explanation I've seen so far. The rundown at the beginning really helps. Thank you
@tsfgh9568Ай бұрын
We’re passing Oneil’s class with this one 🗣️🗣️🔥
@aadv1k9 ай бұрын
Thank you for the beautifully elegant explanation that didn't require the viewer to have a PhD. You are one talented bro. Keep it up!
@danielebbersmeyer50878 ай бұрын
Probably the best video i've seen so far to explain Mergesort, i think i finally got it!
@Bromon6558 ай бұрын
Recursive algorithms are the bane of my existence.
@Nootey333 ай бұрын
I'm on a journey of learning DSA ... I've got to say, you explain things very well! Glad I've stumbled on your channel.
@zyad638511 ай бұрын
After 2 years this is still very useful i understand everything now . even though i don't know how to use java i've just learned c++ but everything is clear now
@nyankiku58632 жыл бұрын
You made mergeSort look so simple and easy, thank you so much!
@nyasha_keith_matevengwe2 жыл бұрын
You are a great tutor sir, I appreciate, I was failing to understand this all along, but just because of your video, I feel confident enough
@murnoth2 жыл бұрын
Trying to make these algorithms with blueprint nodes in UE5, and following along with your code is also helping me translate code jargon into blueprint equivalents. Thank you for sharing
@hannibalbianchi14663 жыл бұрын
No words can explain my appreciation Thank you, sir 🏆🏆🏆🏆
@valioprea97962 жыл бұрын
First of all I just wanted to let you know that thanks to your java section I landed a job as a java developer. So ...from the bottom of my heart, thank you, keep up the good work! On the other hand, a question for this video: what if the array has an odd length ?
@docjp742711 ай бұрын
You are the best Bro I never had. 2 years have gone by, but this is still amazing.
@quantjet771810 ай бұрын
Wow you are one of the best KZbinrs to explain algorithms
@nicholasgates9391Ай бұрын
Ive never learned a concept so fast, thank you so much!
@StrangerHaha762 ай бұрын
Thank you so much bro. My lecturer in campus and his slides are so confusing and it makes me think merge sort is difficult as hell. However your video explained it's so simple so i can understand it better and it's not that hard
@tipster360 Жыл бұрын
The best merge sort explanation! Thank you so much.
@daviduntalan2 ай бұрын
this helps me understand how the algorithm works, thank you bro for this detailed explanation. ^_^
@alperenunuvarАй бұрын
this video is one of the best one that I've ever watched
@bhumikajoshi69663 жыл бұрын
it'd be really helpful if you continue this playlist!!! thanks in advance
@paulodasilvasa9884 Жыл бұрын
Thank you man!!! Finally I have found the best explanation of merge sort! You really helped us a lot. I've alredy smashed the like button, you deserve it bro!!!
@lingjosh68013 жыл бұрын
Clearly explanation and demonstration with merge sort, great work!!! Can,t wait for more CS videos.
@РашидМирзе Жыл бұрын
Good job! It is really easy to understand the algorithm with this video, thank you
@eniax Жыл бұрын
Best merge sort tutorial I've seen, thank you
@smokinginthefishroom Жыл бұрын
The best merge sort explanation on KZbin. Watched like 5 other videos but only this explained how the merge part of merge sort actually works! Liked and subscribed.
@BrunoHenrique-oe5hb3 ай бұрын
Bro, youre helping me through college. I appreciate it
@nurulafsar3195 Жыл бұрын
Best explanation of merge sort so far!
@radicalsaled5756 Жыл бұрын
nice job, simple explanation of a long algorithm
@Crystal-gs4gu Жыл бұрын
Thank you for saving me from my final test. You are the best teacher
@ianvensonbolanio3327 Жыл бұрын
Thankyouuuuusomuch, your video really helps our group "MEMANG".
@sanskarsongara25923 жыл бұрын
Idk you sounds more confident in recent new videos, keep going homie you still gotta reach more people👍
@Marzex1x2 ай бұрын
how i actually understood everything just from the visualisation in the beggining wrote the whole program by myself and then watched the rest of the video and my logic was 100% correct haahha only thing i did differently in the merge function is that i just made 1 for loop with 1 if statement and 1 else statement.
@DruzeJosipTito Жыл бұрын
You just made my computer science assignment a whole lot easier lol. Thank you.
@09FT92 жыл бұрын
If you ever publish a book, I'd be the first one to buy it. Excellent work, Bro. 🙏
@taido488310 ай бұрын
Thank you Bro! However, I still have trouble understanding the recursive part mergeSort(leftArray); mergeSort(rightArray); merge(leftArray, rightArray, array); The mergeSort function continuously divides an array into 2 halves. By the time we call merge(leftArray, rightArray, array), is array still the original array? However, leftArray and rightArray are no longer half of the original array because we call mergeSort(leftArray) and mergeSort(rightArray) before calling merge(leftArray, rightArray, array).
@joimeecajandab143810 ай бұрын
me tooo.. this breaks my brain
@LizyAdАй бұрын
Don't ever stop doing what you're doing. You're the GOAT
@rejected47602 ай бұрын
Isn't the space complexes nlogn because you are creating double the number of arrays each step that combined add up to the original array each step. And since you are splitting the array in half until they can't be split, you split them log base 2 (n) times. So space must be log n times n. Edit: space completely really is O(n) since the recursion works in a depth first way. So you are only using O(n) space at the same time.
@rizzbod Жыл бұрын
Thanks man! , because of you , i can skip the tough work of learning, hehe, and straight jump into implementing algorithms
@arturofuentes22307 ай бұрын
Great video man, I understood everything so quickly, thank you so much and keep coding bro
@adamloepker80573 ай бұрын
What are the formulas to figure out how many comparisons are needed in the best and worst case situations??
@aorusaki Жыл бұрын
Needed this for my interview :))) thank you!
@NH-ij8dz8 ай бұрын
Great video. I needed to implement this in C for a CS class and this video explained it in much clearer and easier to follow way than the so called experts who are being paid 6 figures a year to teach this to me. Ty bro.
@doogiehowser1124 Жыл бұрын
Wow! this is a good tutorial. Thank you very much for taking the time to put it together! Well Done!
@kennysoyoye4934 ай бұрын
this really helped me understand merge sort. thanksss a lot
@vinayshenoy98965 ай бұрын
very well explained, Thank you very much
@MeditateRelaxEtcetera8 ай бұрын
That's terrific! I'm working my way thru your videos. Wish I found your channel earlier.
@Yuschova Жыл бұрын
this 13 mins vid is way better than 5hrs+ lectures xD
@juanivillanueva7873 Жыл бұрын
You are a better teacher than my dsa ones!
@MuschikLykins2 ай бұрын
You're doing a fantastic job! Just a quick off-topic question: I have a SafePal wallet with USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). How can I transfer them to Binance?
@Luca_0405 ай бұрын
Is this the Top-Down or Bottom-Up Version?
@cadmium41133 жыл бұрын
Started your Java playlist love your tricks to teach... Appreciate from another fellow BRO.
@JazzInATinCan Жыл бұрын
Good video, not too long, not too short. Great job.
Жыл бұрын
Does it only work for arrays with its size being an integer power of 2
@_vivek_0118 күн бұрын
thank you so much but , can you explain the code line by line iteration how it executes in step
@esmailalmoshki Жыл бұрын
شغل جامد يسطى
@wmd56452 жыл бұрын
nice. very nice. If you didnt work as a sw engineer, my professors were really as bad as i knew they were. good job.
@toxiclucien81682 жыл бұрын
very helpful video...watching all your sorting videos and learning from it...thanks BRO
@Corey-b4y8 күн бұрын
It doesn't make any sense how this could have a better time complexity than insertion, selection, or bubble. The last merge still involves comparing every single element against all of the others. 😫
@smikkelbeer78902 жыл бұрын
Thanks. I tried my own implementation but for some reason it didn't work so I just followed along with yours.
@picolll7 ай бұрын
There is an error here: int i = 0; //left array int j = 0; //right array for(; i < length; i++) { if(i < middle) { leftArray[i] = array[i]; } else { rightArray[j] = array[i]; j++; } } You increment the i index for left array not when you adding an element but for the whole loop. The right array is correctly incremented. If should be: int i = 0; //left array int j = 0; //right array int mainIndex = 0; // to iterate over whole array for(; mainIndex < length; mainIndex++) { if(i < middle) { leftArray[i] = array[mainIndex]; i++ } else { rightArray[j] = array[mainIndex]; j++; } }
@jamongx1 Жыл бұрын
Thanks for your explain! it's very helpful to understand!
@Gladio28Ай бұрын
Very helpful, wish you the best
@Ray101SPAS Жыл бұрын
Nice explanation. Now it does not seem so complicated.
@sprinklepancake Жыл бұрын
Thank you!! this was very thorough and clear!!
@ernestselman395511 ай бұрын
Hey Bro Code, thanks for the video. It really helped me learn MergeSort. I have a question. In your implementation, would the memory requirements be nlog(n) or n? Since you are creating copies of the arrays as you go down recursively, that would be adding to the memory. If I make the mergeSort method by passing a reference of the original array and indexes representing the start and end of left and right subarrays, then only create the required copies in the merge method before backtracking, wouldn't the maximum memory used be the last step where we would have copies of the entire original array and therefore memory utilization would be 2n or just n?
@cagataysen315 ай бұрын
How can we write down return to the void method? Is it making something like break? Thanks indeed.
@EzraSchroeder2 жыл бұрын
WoW! Gorgeous video! Mergesort can be hard to understand. Great, great job!
@Aarpod Жыл бұрын
So this algorithm will work on any array size?
@Matthew_08010 ай бұрын
Thanks for explaining merge sort!
@jacksonogles3147Ай бұрын
liked and subscribed. great video I can tell. man I'm so new to this, gonna have to practice. I can hardly follow 😂
@Good899072 ай бұрын
i am told to make a complete array on the merge sort. i dont know which part of the video should i add?
@sharifo729917 күн бұрын
Well explained, thanks.
@mohtasimbillah65602 жыл бұрын
Really good explanation of merge sort! It helped heaps!
@sallaklamhayyen98767 ай бұрын
great job = thank you so much please continue🥰
@Jimmy403.JАй бұрын
Great video very informative
@charalamposkatsoukis8694 Жыл бұрын
top content as always. No one more understandable than Bro! (I hope you doin good on your break!!!)
@davidcastrocarvajal6850Ай бұрын
Thank you very much for this video!
@noureldeenmohamed3095 ай бұрын
why did you write at the beginning of merge function that leftSize = array.length / 2, isn't it the same if we took the size of leftArray that is passed as an argument directly? Meaning that: int leftSize = leftArray.length;
@JoelRevzen128 күн бұрын
nice explanation, thanks👍
@Snowmanver22 жыл бұрын
a concise and helpful tutorial, thanks Bro!
@MrWardo2009 Жыл бұрын
Thank you so much for making this video!
@ashutoshswain40502 жыл бұрын
thanks a lot bro this solution and your explanation is awesome:)
@alaasefa1118 Жыл бұрын
this the most helpful channel thank u a lot🥰🥰
@DJSaez-ll8or6 ай бұрын
Really helpful video, thank you!
@vansh9857 Жыл бұрын
You earned a sub! Awesome explanation
@DeeannSylva2 ай бұрын
You're doing a fantastic job! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). How can I transfer them to Binance?
@neophilosophy17646 ай бұрын
Nice. Thanks for the video!
@sanjusaju4049 Жыл бұрын
The best video ever .....love u man....
@Assassin2744 ай бұрын
This was amazing and simple
@turboplayz55776 ай бұрын
May your pillow always he cold and your besheets free of any crumbs May your phone always be at full charge and your earphones always where you left them
@kelvin48332 жыл бұрын
confused on why we can't just use the merge method to sort without breaking up all the arrays