How does Merge Sort work? (Quick Explanation)

A quick explanation to understand how does Merge Sort work. Preparing for a tech interview? On this video I talk about Merge Sort one of the most important sorting algorithms. I describe the algorithm as well as perform complexity analysis on it. If you are in a hurry and want to get a grasp of basic CS Fundamentals quickly, specially to review topics for technical interviews, I think this video might be useful to you. You will get a broad understanding on how does Merge Sort work. I have other resources, like free to download (no registration needed) guides Here are some books I recommend to learn more about the topics I’ve talked so far (this are personal recommendations, but I might receive money based on clicks or purchase): - Cracking the coding interview () - The Algorithm Design Manual (
Back to Top