Download free course Open Data Structures (in Java), pdf file on 334 pages by Pat Morin.
There are plenty of books that teach introductory data structures. Some of them are very good. Most of them cost money, and the vast majority of computer science undergraduate students will shell out at least some cash on a data structures book.
Open Data Structures (in Java) - The goal of this book is to free undergraduate computer science students from having to pay for an introductory data structures book.
Table of contents
-
Introduction
-
Array-Based Lists
-
Linked Lists
-
Skiplists
-
Hash Tables
-
Binary Trees
-
Random Binary Search Trees
-
Scapegoat Trees
-
Red-Black Trees
-
Heaps
-
Sorting Algorithms
-
Graphs
-
Data Structures for Integers
-
External Memory Searching
Pages : | 334 |
Size : | 2.3 MB |
Downloads: | 109 |
Created: | 2022-02-03 |
License: | CC BY |
Author(s): | Pat Morin |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about Open Data Structures (in Java)
Download free course Deep Learning with JavaScript, pdf file on 560 pages by Shanqing Cai, Stanley Bileschi, Eric D. Nielsen, Francois Chollet.
Data structures and algorithms are among the most important inventions of the last 50 years, and they are fundamental tools software engineers need to know. But in the author's opinion, most of the books on these topics are too theoretical, too big, and too 'bottom up'.