问题
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.
Attached below is my explanation of merge sort using diagrams. Can I ask for room of improvements and whether I have done it correctly or not?
The left part is the 1st part of the explanation of merge sort, and the right part is the continuation of merge sort aka 2nd part
来源:https://stackoverflow.com/questions/59249582/explaining-merge-sort-using-diagrams