LEETCODE 912 SORT AN ARRAY PYTHON | how to do merge sort

LEETCODE 912 SORT AN ARRAY PYTHON | how to do merge sort

I'm showing you how to solve the leetcode 912 sort an array question using python. I'll show you the thought process and I talked about the concept of the merge sort. I also show you the code and how you can solve this medium leetcode questions by using merge sort. Don't forget to like the video and subscribe to my channel and I'll solve more leetcode questions for you on a weekly basis. 00:00 INTRO 00:42 Thought process 02:28 Code