Download computer tutorials in PDF

Elementary Algorithms

This is a free book about elementary algorithms and data structures. This book doesn't only focus on an imperative (or procedural) approach, but also includes purely functional algorithms and data structures. It doesn't require readers to master any programming languages, because all the algorithms are described using mathematical functions and pseudocode.

There are plenty of books about algorithms, such as "Introduction to algorithms", "The art of computer programming", "structure and interpretation of computer programs", etc ... why another book? Is it reinvention of wheel?

Pages : /Paperback N/A
Size : PDF (622 pages)
Downloads: 67
Created: 2020-08-29
License: GNU General Public License Version 3
Author(s): Xinyu Liu

Download file

Others related eBooks about Elementary Algorithms

Algorithms

Algorithms are the lifeblood of computer science. They are the machines that proofs build ..., download free Algorithms tutorial in PDF (472 pages) created by Jeff Erickson .

Essential Algorithms

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Algorithms as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it.

Clever Algorithms

Download free course Clever Algorithms, pdf file on 454 pages by Jason Brownlee.