Logo

Algorithms for Programmers: Ideas and Source Code

Small book cover: Algorithms for Programmers: Ideas and Source Code

Algorithms for Programmers: Ideas and Source Code
by


Number of pages: 220

Description:
This is a draft of a book about selected algorithms. The audience in mind are programmers who are interested in the treated algorithms and actually want to create and understand working and reasonably optimized code.

Download or read it online for free here:
Download link
(1MB, PDF)

Similar books

Book cover: Algorithms Notes for ProfessionalsAlgorithms Notes for Professionals
- Goalkicker.com
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.
(7296 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.
(19052 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.
(18397 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.
(17836 views)