在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):liuxinyu95/AlgoXY开源软件地址(OpenSource Url):https://github.com/liuxinyu95/AlgoXY开源编程语言(OpenSource Language):TeX 71.8%开源软件介绍(OpenSource Introduction):Elementary AlgorithmsEdition: 1.6180339887498949 2021/07 This book introduces about elementary algorithms and data structure. It includes side-by-side comparison about purely functional realization and their imperative counterpart. ContentsFrom 2020/12, I started re-writing this book. The PDF can be downloaded for preview (EN, 中文). The 1st edition in Chinese (中文) was published in 2017. I recently switched my focus to the Mathematics of programming, the new book is also available in (github)
InstallTo build the book in PDF format from the sources, you need the following software pre-installed.
Install TeXLiveIn Debian/Ubuntu like Linux environment, do NOT install the TeXLive through apt-get. Go to TeXLive official site to download the setup script. $ wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip
$ unzip install-tl.zip
$ cd install-tl
$ sudo ./install-tl -gui text -repository http://mirror.ctan.org/systems/texlive/tlnet In Windows, TeXLive provide a gui based installer, in Mac OS X, there's a MacTeX. Install ImageMagick and Graphviz$ sudo apt-get install imagemagick
$ sudo apt-get install graphviz For Windows and Mac OS X installer, ImageMagick can be download through http://www.imagemagick.org; Graphviz can be download from: http://graphviz.org OthersYou need the GNU make tool, in Debian/Ubuntu like Linux, it can be installed through the apt-get command: $ sudo apt-get install build-essential In Windows, you can install the MSYS for it. In Mac OS X, please install the developer tool from this command line: $ xcode-select --install Build the book PDFenter the folder contains the book TeX manuscript, run $ make This will generate algoxy-en.pdf and algoxy-zh-cn.pdf. If you only need the Chinese version for example, you can run Other branchesThe other two branches, -- LIU Xinyu ``Cogito ergo sum'' |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论