Skip to content

Commit

Permalink
Updated booklinks
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinyu95 committed Aug 31, 2023
1 parent 761f5dc commit 5ffc8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Elementary Algorithms

Edition: $\displaystyle e = \sum \limits _{n=0}^{\infty }{\frac {1}{n!}} = 1 + {\frac {1}{1}}+{\frac {1}{1\cdot 2}}+{\frac {1}{1\cdot 2\cdot 3}}+\cdots = 2.718283$

2023/06
2023/08

This book introduces about elementary algorithms and data structure. It includes side-by-side comparison about purely functional realization and their imperative counterpart, with 119 exercises and answers.

Expand All @@ -12,7 +12,7 @@ This book introduces about elementary algorithms and data structure. It includes
Contents
--------

I am adding exercises and answers to the **second edition** from 2023/03 (added 119 answers as of 2023/05). I wrote the first edition from 2009 to 2017, then rewrote from 2020 to 2023. The PDF can be downloaded for preview ([EN](https://github.com/liuxinyu95/AlgoXY/files/11901255/algoxy-en.pdf), [中文](https://github.com/liuxinyu95/AlgoXY/files/11901259/algoxy-zh-cn.pdf)). The 1st edition in Chinese ([中文](http://www.ituring.com.cn/book/1907)) was published in 2017. I recently switched my focus to the Mathematics of programming, the new book is also available in ([github](https://github.com/liuxinyu95/unplugged))
I am adding exercises and answers to the **second edition** from 2023/03 (added 119 answers as of 2023/05). I wrote the first edition from 2009 to 2017, then rewrote from 2020 to 2023. The PDF can be downloaded for preview ([EN](https://github.com/liuxinyu95/AlgoXY/files/12481260/algoxy-en.pdf), [中文](https://github.com/liuxinyu95/AlgoXY/files/12481261/algoxy-zh-cn.pdf)). The 1st edition in Chinese ([中文](http://www.ituring.com.cn/book/1907)) was published in 2017. I recently switched my focus to the Mathematics of programming, the new book is also available in ([github](https://github.com/liuxinyu95/unplugged))


- Preface
Expand Down

0 comments on commit 5ffc8f7

Please sign in to comment.