Parallel Merge Sort [closed]

a 夏天 提交于 2019-12-06 16:27:37

问题


I searched in Google: "parallel merge sort" and found algorithm where "odd/even merge" is base component, but did not understand how to use it.

Can you give me links to an implementation or pseudo code of parallel merge sort?


回答1:


Merge sort implementations for almost any language: http://rosettacode.org/wiki/Merge_sort

  • Parallel Mergesort Implementation in C/C++



回答2:


This is a good way to start: http://penguin.ewu.edu/~trolfe/ParallelMerge/ParallelMerge.html



来源:https://stackoverflow.com/questions/5235655/parallel-merge-sort

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