Data Structures Demystified
Author: Keogh _ Davidson [2004-02-27]
CHAPTER 1 Memory, Abstract Data Types, and Addresses
CHAPTER 2 The Point About Variables and Pointers
CHAPTER 3 What Is an Array?
CHAPTER 4 Stacks Using an Array
CHAPTER 5 Queues Using an Array
CHAPTER 6 What Is a Linked List?
CHAPTER 7 Stacks Using Linked Lists
CHAPTER 8 Queues Using Linked Lists
CHAPTER 9 Stacks and Queues: Insert, Delete, Peek, Find
CHAPTER 10 What Is a Tree?
CHAPTER 11 What Is a Hashtable?
