Data Structures Succinctly Part 1 by Robert Horvick
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.
General Programming