Logo

Clever Algorithms: Nature-Inspired Programming Recipes

Small book cover: Clever Algorithms: Nature-Inspired Programming Recipes

Clever Algorithms: Nature-Inspired Programming Recipes
by

Publisher: GitHub
ISBN-13: 9781446785065
Number of pages: 436

Description:
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. These standardized descriptions were carefully designed to be accessible, usable, and understandable.

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.
(23688 views)
Book cover: Text AlgorithmsText Algorithms
by - Oxford University Press
This book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It will serve both as a textbook for courses on algorithm design and as a reference for professionals.
(17840 views)
Book cover: Algorithm ImplementationAlgorithm Implementation
- Wikibooks
This book shows how common algorithms are written in various programming languages, providing code implementations and explanation. Topics: Checksums; Date and time; Graphs; Hashing; Optimization; Search; Simulation; Sorting; String searching; etc.
(17599 views)
Book cover: Sequential and Parallel Sorting AlgorithmsSequential and Parallel Sorting Algorithms
by - FH Flensburg
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. Explanations are followed by source code.
(21271 views)