Algorithm Implementation
Publisher: Wikibooks 2010
Description:
The purpose of this wikibook is to show how common algorithms are written in various programming languages, providing code implementations and explanation. Topics: Checksums; Date and time; Geometry; Graphs; Hashing; Mathematics; Miscellaneous; Optimization; Pseudorandom Numbers; Search; Simulation; Sorting; String searching; Strings; etc.
Download or read it online for free here:
Read online
(online html)
Similar books

by Thomas Niemann
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.
(20146 views)

by Joerg Arndt
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.
(18716 views)

- 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.
(8109 views)

by Jorg Arndt
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.
(23819 views)