问题
I'm supposed to explain a merge sort using the list below.
I would like to ask if i have done it correctly.
Here is my_list = [ 78, 57, 62, 80, 47, 55, 93, 11, 84, 82]
that was generated by python. No merge sort code is needed to explain for my assignment. I just need to explain merge sort in ascending order using the my_list given.
Attach below is my explanation of merge sort using diagrams. can i ask for room of improvements and whether i have done it correctly?
The left part is the 1st part of the explanation of merge sort The right part is the continuation of merge sort aka 2nd part

来源:https://stackoverflow.com/questions/59247675/explanation-of-merge-sort-using-diagrams