Explaining merge sort using diagrams

三世轮回 提交于 2020-01-07 09:27:13

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!