Parallel Sorting Algorithms

Parallel Sorting Algorithms
Author :
Publisher : Academic Press
Total Pages : 244
Release :
ISBN-10 : 9781483268088
ISBN-13 : 148326808X
Rating : 4/5 (08X Downloads)

Book Synopsis Parallel Sorting Algorithms by : Selim G. Akl

Download or read book Parallel Sorting Algorithms written by Selim G. Akl and published by Academic Press. This book was released on 2014-06-20 with total page 244 pages. Available in PDF, EPUB and Kindle. Book excerpt: Parallel Sorting Algorithms explains how to use parallel algorithms to sort a sequence of items on a variety of parallel computers. The book reviews the sorting problem, the parallel models of computation, parallel algorithms, and the lower bounds on the parallel sorting problems. The text also presents twenty different algorithms, such as linear arrays, mesh-connected computers, cube-connected computers. Another example where algorithm can be applied is on the shared-memory SIMD (single instruction stream multiple data stream) computers in which the whole sequence to be sorted can fit in the respective primary memories of the computers (random access memory), or in a single shared memory. SIMD processors communicate through an interconnection network or the processors communicate through a common and shared memory. The text also investigates the case of external sorting in which the sequence to be sorted is bigger than the available primary memory. In this case, the algorithms used in external sorting is very similar to those used to describe internal sorting, that is, when the sequence can fit in the primary memory, The book explains that an algorithm can reach its optimum possible operating time for sorting when it is running on a particular set of architecture, depending on a constant multiplicative factor. The text is suitable for computer engineers and scientists interested in parallel algorithms.


Parallel Sorting Algorithms Related Books

Parallel Sorting Algorithms
Language: en
Pages: 244
Authors: Selim G. Akl
Categories: Reference
Type: BOOK - Published: 2014-06-20 - Publisher: Academic Press

DOWNLOAD EBOOK

Parallel Sorting Algorithms explains how to use parallel algorithms to sort a sequence of items on a variety of parallel computers. The book reviews the sorting
An Analysis of Parallel Sorting Algorithms and Techniques
Language: en
Pages: 154
Authors: Kelly Dean Crawford
Categories: Algorithms
Type: BOOK - Published: 1986 - Publisher:

DOWNLOAD EBOOK

Introduction to Parallel Computing
Language: en
Pages: 632
Authors: Vipin Kumar
Categories: Computers
Type: BOOK - Published: 1994 - Publisher: Addison Wesley Longman

DOWNLOAD EBOOK

Mathematics of Computing -- Parallelism.
Parallel Algorithms
Language: en
Pages: 400
Authors: M H Alsuwaiyel
Categories: Computers
Type: BOOK - Published: 2022-05-30 - Publisher: World Scientific

DOWNLOAD EBOOK

This book is an introduction to the field of parallel algorithms and the underpinning techniques to realize the parallelization. The emphasis is on designing al
The Design and Analysis of Parallel Algorithms
Language: en
Pages: 538
Authors: Justin R. Smith
Categories: Computers
Type: BOOK - Published: 1993 - Publisher:

DOWNLOAD EBOOK

The main focus is on the development of parallel algorithms on massively parallel computers, although some architectural issues are addressed. SIMD parallel alg