Merge Sort: Background & Python Code

In this video we’ll continue our series covering sorting algorithms by taking a look at the Merge Sort. We’ll begin by covering the basics and overall idea of the Merge Sort, and, later we’ll open up a coding editor and actually implement the algorithm using Python. Video explaining complexity analysis: If you’d like to learn about Python data structures, check out my video series starting with: Video series covering GUI development in Python: References: [1] [2] End song is “Air Hockey Salon“ by Chris Zabriskie
Back to Top