Merge Sort in Python
In this video, we learn the ins and outs of Merge Sort, a sorting algorithm that will come in handy in many situations. We go over theory, and then visualize the entire sorting process from start to finish.
The full implementation in Python can be found at the following link:
https://github.com/stephengrice/youtube/tree/master/Sorts
Thank you for watching.
- ← Previous
Quicksort in Python - Next →
Bubble Sort in Python