-->
当前位置:首页 > 题库 > 正文内容

单选题:To sort array $$M$$ with $$n$$ elements by 2-way merge sort, the

Luz3年前 (2022-02-27)题库626
To sort array $$M$$ with $$n$$ elements by 2-way merge sort, the function **2-way merge** is to



A.merge two sorted sublists into one sorted list.
B.divide $$M$$ into two roughly equal-sized parts.
C.divide $$M$$ into $$n$$ parts, where each part contains one element.
D.divide $$M$$ into two parts, where all the elements in one part are smaller than those of the other part.


答案:A

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。