Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Elementary Algorithms by Xinyu Liu

Posted By: lengen
Elementary Algorithms by Xinyu Liu

Elementary Algorithms by Xinyu Liu
English | 2014 | ISBN: N/A | 622 Pages | PDF | 5.53 MB

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?
This book can't compare with the above classic bibles at all. It has some features like:
All algorithms are described in math formulas and pseudo codes. I hope it bring some taste of elegant by using algebraic symbols.
All algorithms are realized in both purely functional and imperative approaches.
The examples are provided in multiple programming languages, including C, Haskell, Python, C++, Scheme/Lisp. Haskell is the main language for all functional implementations.