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?
Pages : | /Paperback N/A |
Size : | PDF (622 pages) |
File type : | |
Downloads: | 68 |
Created: | 2020-08-29 |
License: | GNU General Public License Version 3 |
Author(s): | Xinyu Liu |
Problem Solving with Algorithms and Data Structures
Download Ada PDF Tutorial for free, it consisting of 42 chapters and 410 pages covering all the most important Ada concepts. This tutorial is intended for beginner programmers, and we recommend you to go through all the chapters, to get the most out of it as possible....
RESTfull Web Services TutorialDownload a complet eBook about RESTfull Web Services, it's a free training document course in 448 pages by O'Reilly licensed under a Creative Commons....
PC Assembly LanguageThe purpose of this book is to give the reader a better understanding of how computers really work at a lower level than in programming languages like Pascal. The tutorial has extensive coverage of interfacing assembly and C code and so might be of interest to C programmers who want to learn about...
Getting started with MongoDBMongoDB is a document-oriented NoSQL database. As we will see, the whole system revolves around this document management, including the query language, which makes it its strong point. We are going to tackle now the setting up of a Mongo server and how to integrate your data in this environment....
C++ Hacker's GuideDownload free course C++ Hacker's Guide, pdf file on 231 pages by Steve Oualine....
The JavaScript Beginner's HandbookDownload free course The JavaScript Beginner's Handbook, pdf file on 70 pages by Flavio Copes....
Algorithms book for ProfessionalsDownload free Algorithm tutorial course in PDF, training file in 56 chapters and 257 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
HTML, CSS, Bootstrap, Javascript and jQuery in PDFFree tutorial to download about HTML, CSS, Bootstrap, Javascript and jQuery, pdf document course in 72 pages created by Meher Krishna Patel....
Fundamentals of Python ProgrammingDownload free course Fundamentals of Python Programming, pdf file on 669 pages by Richard L. Halterman....
A Byte of PythonThis is a free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you. This book is written for the latest Python 3, even though Python ...