Explaining merge sort using diagrams
问题 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