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: 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.
(17670 views)
Book cover: Matters Computational: Ideas, Algorithms, Source CodeMatters Computational: Ideas, Algorithms, Source Code
by
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.
(17802 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.
(7363 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.
(17886 views)