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: 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.
(21319 views)
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.
(7365 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.
(18460 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.
(17672 views)