Logo

Sequential and Parallel Sorting Algorithms

Small book cover: Sequential and Parallel Sorting Algorithms

Sequential and Parallel Sorting Algorithms
by

Publisher: FH Flensburg
Number of pages: 312

Description:
Sequential and parallel sorting algorithms explained, followed by source code. From the table of contents: insertion sort, quicksort, heapsort, mergesort, shellsort, lower bounds, external sorting, sorting networks, sorting on mesh-connected processor arrays, sorting contest.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Art of Programming ContestArt of Programming Contest
by - Gyankosh Prokashoni
Textbook for an algorithm course focusing on programming as well as a programming course focusing on algorithms. The book is specially designed to train students to participate in competitions - the ACM International Collegiate Programming Contest.
(23798 views)
Book cover: Matters Computational: Ideas, Algorithms, Source CodeMatters Computational: Ideas, Algorithms, Source Code
by
This is a book for a working programmer or anyone interested in methods of computation. The focus is on material that does not usually appear in textbooks on algorithms. We use the C++ programming language for low-level algorithms.
(17841 views)
Book cover: Clever Algorithms: Nature-Inspired Programming RecipesClever Algorithms: Nature-Inspired Programming Recipes
by - GitHub
This book provides a handbook of algorithmic recipes from the fields of Metaheuristics, Biologically Inspired Computation and Computational Intelligence that have been described in a complete, consistent, and centralized manner.
(18493 views)
Book cover: Sorting and Searching Algorithms: A CookbookSorting and Searching Algorithms: A Cookbook
by
Collection of algorithms for sorting and searching, and techniques for implementing dictionaries, with brief and intuitive descriptions. It is assumed that you know C, and that you are familiar with concepts such as arrays and pointers.
(19155 views)