A Partitioning Selection Algorithm on Multiprocessors

Chen Guoliang
DOI: https://doi.org/10.1007/bf02943349
IF: 1.871
1988-01-01
Journal of Computer Science and Technology
Abstract:The so-called (m, n) selection, problem is the problem of selecting them smallest (or largest) elements fromn given numbers (n>m). With the development of parallel computers, much attention has been paid to the design of efficient algorithms of (m, n) problem for these machines. The parallel selection algorithm has been successful on networks, but seldom studied on the multiprocessing systems. This paper, based on a partitioning approach, proposes a partitioning algorithm of selection on multiprocessors using Valiant’s merging and sorting schemes. By means of this algorithm, (m, n) selection problem can be completed in paralleln/2 processors in timeO (lognloglogm-log(n/m)loglog(n/m))1).
What problem does this paper attempt to address?