see also
e-books in Programming: Algorithms category
Algorithms Notes for Professionals- Goalkicker.com , 2018
Contents: Algorithm Complexity; Big-O Notation; Trees; Binary Search Trees; Graph; Dijkstra's Algorithm; A* Pathfinding; Dynamic Programming; Kruskal's Algorithm; Greedy Algorithms; Catalan Number; Sorting; Searching; Pascal's Triangle; etc.
(9382 views)
Algorithm Implementation- Wikibooks , 2010
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.
(19815 views)
Clever Algorithms: Nature-Inspired Programming Recipesby Jason Brownlee - GitHub , 2011
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.
(20460 views)
Text Algorithmsby M. Crochemore, W. Rytter - Oxford University Press , 1994
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.
(20192 views)
Matters Computational: Ideas, Algorithms, Source Codeby Joerg Arndt , 2010
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.
(20098 views)
Sequential and Parallel Sorting Algorithmsby H. W. Lang - FH Flensburg , 2000
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.
(23367 views)
Sorting and Searching Algorithms: A Cookbookby Thomas Niemann , 2008
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.
(21559 views)
Algorithms for Programmers: Ideas and Source Codeby Jorg Arndt , 2002
Aimed to programmers who are interested in the selected algorithms and those who want to create optimized code. It covers low level algorithms, combinatorial generation, fast orthogonal transforms, fast arithmetic, and algorithms for finite fields.
(25228 views)
Art of Programming Contestby Ahmed Shamsul Arefin - Gyankosh Prokashoni , 2006
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.
(26619 views)