Skip to main content
PBS logo
 
 

Book Review of Data Structure Techniques (Addison-Wesley series in computer science)

Data Structure Techniques (Addison-Wesley series in computer science)
Kibi avatar reviewed on + 582 more book reviews


This book is a compendium of knowledge and programming techniques focusing on data structures and their associated underlying algorithms for storage allocation and management. It analyzes well-established methods for processing a variety of data structures including lists, trees, strings, arrays, stacks, files, tables, and multilinked structures.

Methods are explained for a variety of important processes such as hash coding, searching, compacting, garbage collecting, encrypting, conversion, compression, and many others.