BU/CLA CS-551

Parallel Computing: Models, Languages, and Architectures


UNITY Specification of parallel programs to compute the rank of a vector element

Define the rank of an element A[j] in an integer array A[0..N] as the number of items in A[0..N] smaller than A[j] plus the number of items in A[0..N] equal to A[j] with subscripts smaller than j.


This document has been prepared by Professor Azer Bestavros <best@cs.bu.edu> as the WWW Home Page for CS-551, which is part of the NSF-funded undergraduate curriculum on parallel computing at BU.

Date of last update: October 20, 1994.