forked from liuxinyu95/AlgoXY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (21 loc) · 985 Bytes
/
README
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
Elementary Algorithms
Edition: 0.6180339887498949
2015, May, 27
AlgoXY 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.
For reference and implementation purposes, source code in C, C++, Haskell,
Python, Scheme/Lisp is available in addition to the book.
The contents of the book are provided under GNU FDL and the source
code is under GNU GPLv3.
The PDF version can be downloaded from github:
https://github.com/liuxinyu95/AlgoXY/releases/download/v0.618030/elementary-algorithms.pdf
This book is also available online at:
https://sites.google.com/site/algoxy/home
You can donate to support this book. Alipay: [email protected]
--
Larry LIU Xinyu