Logo

Algorithm Implementation

Small book cover: Algorithm Implementation

Algorithm Implementation

Publisher: Wikibooks

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.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Algorithms for Programmers: Ideas and Source CodeAlgorithms for Programmers: Ideas and Source Code
by
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.
(23019 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.
(17917 views)
Book cover: Art of Programming ContestArt of Programming Contest
by - Gyankosh Prokashoni
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.
(23869 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.
(19225 views)