Sciweavers

ALGORITHMICA
2000

Sorting-Based Selection Algorithms for Hypercubic Networks

13 years 4 months ago
Sorting-Based Selection Algorithms for Hypercubic Networks
This paper presents several deterministic algorithms for selecting the kth largest record from a set of n records on any n-node hypercubic network. All of the algorithms are based on the selection algorithm of Cole and Yap, as well as on various sorting algorithms for hypercubic networks. Our fastest algorithm runs in O(lg n lg n) time, very nearly matching the trivial (lg n) lower bound. Previously, the best upper bound known for selection was O(lg n lg lg n). A key subroutine in our O(lg n lg n) time selection algorithm is a sparse version of the Sharesort algorithm that sorts n records using p processors, p n, in O(lg n(lg lg p lg lg(p/n))2) time. Key Words. Selection, Hypercube, Parallel algorithms.
Pascal Berthomé, Afonso Ferreira, Bruce M.
Added 17 Dec 2010
Updated 17 Dec 2010
Type Journal
Year 2000
Where ALGORITHMICA
Authors Pascal Berthomé, Afonso Ferreira, Bruce M. Maggs, Stephane Perennes, C. Greg Plaxton
Comments (0)