Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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 29 30 1 2 3 4

Data Structures Succinctly (Part 1 & 2)

Posted By: igor_lv
Data Structures Succinctly (Part 1 & 2)

Data Structures Succinctly (Part 1 & 2) - Robert Horvick
2013 | ISBN: n/a | PDF | Syncfusion Inc | 112 + 129 pages | 3.2 Mb

Data Structures Succinctly Part 1 is your first step to a better understanding of the different types of data structures, how they behave, and how to interact with them. Starting with simple linked lists and arrays, and then moving to more complex structures like binary search trees and sets, author Robert Horvick explains what each structure's methods and classes are and the algorithms behind them. Horvick goes a step further to detail their operational and resource complexity, ensuring that you have a clear understanding of what using a specific data structure entails. The book also features downloadable code samples and vivid diagrams to help you visualize the more abstract structures and algorithms.

Data Structures Succinctly Part 2 is your concise guide to skip lists, hash tables, heaps, priority queues, AVL trees, and B-trees. As with the first book, you'll learn how the structures behave, how to interact with them, and their performance limitations. Starting with skip lists and hash tables, and then moving to complex AVL trees and B-trees, author Robert Horvick explains what each structure's methods and classes are, the algorithms behind them, and what is necessary to keep them valid. The book also features code samples and vivid diagrams to help you visualize the more abstract concepts, like node height and node rotations.