Newsgroups: comp.parallel.pvm
From: sarwar@up.edu (Mansoor Sarwar)
Subject: Sorting an array with sorted sub-arrays of equal sizes
Organization: School of Engineering, University of Portland, Portland OR
Date: 22 May 1995 16:33:50 -0700
Message-ID: <3pr70u$1bf@upsun21.up.edu>

Hello,

I am interested in algorithms for sorting an array of M sorted 
sub-arrays of equal sizes.  Can someone give me pointers to such
algorithms.  I am primarily interested in in-place sort.  Obviously,
the sub-arrays need to me merged.  So, I guess, I am trying to find 
out whether there is some *fancy* way of doing the merge.

Thanks!

Mansoor Sarwar 
-- 
-----------------------------------------------------


