Explanation of merge sort using diagrams

左心房为你撑大大i 提交于 2019-12-25 17:07:00

问题


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

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