Parallel Sorting Algorithms
Title | Parallel Sorting Algorithms PDF eBook |
Author | Selim G. Akl |
Publisher | Academic Press |
Pages | 244 |
Release | 2014-06-20 |
Genre | Reference |
ISBN | 148326808X |
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.
Introduction to Parallel Computing
Title | Introduction to Parallel Computing PDF eBook |
Author | Vipin Kumar |
Publisher | Addison Wesley Longman |
Pages | 632 |
Release | 1994 |
Genre | Computers |
ISBN |
Mathematics of Computing -- Parallelism.
Introduction to Parallel Algorithms
Title | Introduction to Parallel Algorithms PDF eBook |
Author | C. Xavier |
Publisher | John Wiley & Sons |
Pages | 388 |
Release | 1998-08-05 |
Genre | Computers |
ISBN | 9780471251828 |
Parallel algorithms Made Easy The complexity of today's applications coupled with the widespread use of parallel computing has made the design and analysis of parallel algorithms topics of growing interest. This volume fills a need in the field for an introductory treatment of parallel algorithms-appropriate even at the undergraduate level, where no other textbooks on the subject exist. It features a systematic approach to the latest design techniques, providing analysis and implementation details for each parallel algorithm described in the book. Introduction to Parallel Algorithms covers foundations of parallel computing; parallel algorithms for trees and graphs; parallel algorithms for sorting, searching, and merging; and numerical algorithms. This remarkable book: * Presents basic concepts in clear and simple terms * Incorporates numerous examples to enhance students' understanding * Shows how to develop parallel algorithms for all classical problems in computer science, mathematics, and engineering * Employs extensive illustrations of new design techniques * Discusses parallel algorithms in the context of PRAM model * Includes end-of-chapter exercises and detailed references on parallel computing. This book enables universities to offer parallel algorithm courses at the senior undergraduate level in computer science and engineering. It is also an invaluable text/reference for graduate students, scientists, and engineers in computer science, mathematics, and engineering.
Parallel Algorithms
Title | Parallel Algorithms PDF eBook |
Author | Henri Casanova |
Publisher | CRC Press |
Pages | 360 |
Release | 2008-07-17 |
Genre | Computers |
ISBN | 1584889462 |
Focusing on algorithms for distributed-memory parallel architectures, Parallel Algorithms presents a rigorous yet accessible treatment of theoretical models of parallel computation, parallel algorithm design for homogeneous and heterogeneous platforms, complexity and performance analysis, and essential notions of scheduling. The book extract
The Design and Analysis of Parallel Algorithms
Title | The Design and Analysis of Parallel Algorithms PDF eBook |
Author | Selim G. Akl |
Publisher | |
Pages | 426 |
Release | 1989 |
Genre | Computers |
ISBN |
Mathematics of Computing -- Parallelism.
Analysis and Design of Parallel Algorithms
Title | Analysis and Design of Parallel Algorithms PDF eBook |
Author | S. Lakshmivarahan |
Publisher | McGraw-Hill Companies |
Pages | 696 |
Release | 1990 |
Genre | Computers |
ISBN |
Design and Analysis of Algorithms
Title | Design and Analysis of Algorithms PDF eBook |
Author | Sandeep Sen |
Publisher | Cambridge University Press |
Pages | 395 |
Release | 2019-05-23 |
Genre | Computers |
ISBN | 1108496822 |
Focuses on the interplay between algorithm design and the underlying computational models.