forked from liuxinyu95/AlgoXY
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
28 lines (20 loc) · 912 Bytes
/
README
File metadata and controls
28 lines (20 loc) · 912 Bytes
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
Elementary Algorithms
Edition: 0.6180339887498949
2014, July, 21
AlgoXY is a project for creating a free book about elementary
algorithms and data structures. This book doesn't only focus on
imperative (or procedural) approach but also purely functional
algorithms and data structures. It doesn't require readers to
master any programming languages, because all the algorithms are
described in math functions and pseudo codes.
For reference implementation purpose, source code in C, C++, Haskell,
Python, Scheme/Lisp are available along with the book.
The content of the book is provided under GNU FDL and the source
codes are under GNU GPLv3.
The PDF version can be downloaded from github:
https://github.com/liuxinyu95/AlgoXY/blob/algoxy/preview/elementary-algorithms.pdf?raw=true
This book is also available online at:
https://sites.google.com/site/algoxy/home
--
Larry LIU Xinyu
liuxinyu95@gmail.com