We present an O(log(min(m,n,j))-time sequential algorithm to select the jth-smallest element of an array resulting from the merging of two sorted arrays A and B of sizes m and n. This algorithm is then used to design two parallel algorithms to partition A and B into p subarrays of size O( (m + n) p) in O( N p + log N) and O( N p + log p log N) times on crew pram and erew pram models with p processors, where N = m + n. A third parallel algorithm has been presented that partitions A and B in O( N p + log p log N) time into p pairs of subarrays of size O( N p) on erew pram with p processors without using any selection algorithm. Finally, these partitioning algorithms are used to obtain optimal parallel merging and sorting algorithms on crew pr...
Abstract. Merge sort is useful in sorting a great number of data pro-gressively, especially when the...
[[abstract]]Previous research work on parallel sorting and merging is reviewed. The topics covered i...
In this paper we present a simple parallel sorting algorithm and illustrate its application in gener...
We present an O(log(min(m,n,j))-time sequential algorithm to select the jth-smallest element of an a...
AbstractThe problem of merging two sorted arrays A = (a1, a2, ..., an1) and B = (b1, b2, ..., bn2) i...
Abstract. We give a parallel implementation of merge sort on a CREW PRAM that uses n processors and ...
(eng) Cole presented a parallel merge sort for the PRAM model that performs in log n parallel steps ...
We show that n integers in the range 1.. n can be stably sorted on an EREW PRAM using O(t) time and ...
AbstractWe show thatnintegers in the range 1,…,ncan be sorted stably on an EREW PRAM usingO(t) time ...
In this paper, we present several improvements in the parallelization of the in-place merge algorith...
We show that n integers in the range 1 : : n can be sorted stably on an EREW PRAM using O(t) time an...
An algorithm is presented to merge two subfiles of size n/2 each, stored in the left and the right h...
In this paper we present a simple parallel sorting algorithm and illustrate two applications. The al...
The k-merge problem, given a collection of k, (2 k n), sorted sequences of total length n, asks to m...
AbstractA variety of models have been proposed for the study of synchronous parallel computation. Th...
Abstract. Merge sort is useful in sorting a great number of data pro-gressively, especially when the...
[[abstract]]Previous research work on parallel sorting and merging is reviewed. The topics covered i...
In this paper we present a simple parallel sorting algorithm and illustrate its application in gener...
We present an O(log(min(m,n,j))-time sequential algorithm to select the jth-smallest element of an a...
AbstractThe problem of merging two sorted arrays A = (a1, a2, ..., an1) and B = (b1, b2, ..., bn2) i...
Abstract. We give a parallel implementation of merge sort on a CREW PRAM that uses n processors and ...
(eng) Cole presented a parallel merge sort for the PRAM model that performs in log n parallel steps ...
We show that n integers in the range 1.. n can be stably sorted on an EREW PRAM using O(t) time and ...
AbstractWe show thatnintegers in the range 1,…,ncan be sorted stably on an EREW PRAM usingO(t) time ...
In this paper, we present several improvements in the parallelization of the in-place merge algorith...
We show that n integers in the range 1 : : n can be sorted stably on an EREW PRAM using O(t) time an...
An algorithm is presented to merge two subfiles of size n/2 each, stored in the left and the right h...
In this paper we present a simple parallel sorting algorithm and illustrate two applications. The al...
The k-merge problem, given a collection of k, (2 k n), sorted sequences of total length n, asks to m...
AbstractA variety of models have been proposed for the study of synchronous parallel computation. Th...
Abstract. Merge sort is useful in sorting a great number of data pro-gressively, especially when the...
[[abstract]]Previous research work on parallel sorting and merging is reviewed. The topics covered i...
In this paper we present a simple parallel sorting algorithm and illustrate its application in gener...