An efficient multiway merging algorithm
β Scribed by Lijun Zhao; Zhiyong Liu; Qingshi Gao
- Book ID
- 105655765
- Publisher
- SP Science China Press
- Year
- 1998
- Tongue
- English
- Weight
- 526 KB
- Volume
- 41
- Category
- Article
- ISSN
- 1006-9321
No coin nor oath required. For personal study only.
π SIMILAR VOLUMES
Given an undirected graph with edge costs and a subset of k nodes called terminals, a multiway cut is a subset of edges whose removal disconnects each terminal from the rest. Multiway Cut is the problem of finding a multiway cut of minimum cost. Previously, a very simple combinatorial algorithm due
In this paper, we present a parallel sorting algorithm using the technique of multi-way merge. This algorithm, when implemented on a t dimensional mesh having n t nodes (t>2), sorts n t elements in O((t 2 &3t+2) n) time, thus offering a better order of time complexity than the [((t 2 &t) n log n)Γ2+