* More elegant coding for merge_sort_fastest * More elegant coding for merge_sort
I have modified the code a little to make it work as expected!
Python implementation of merge sort algorithm. Takes an average of 0.6 microseconds to sort a list of length 1000 items. Best Case Scenario : O(n) Worst Case Scenario : O(n)