Saturday 12, Apr 2025
BÀI MỚI NHẤT
Wednesday, October 5, 2016

f Data Structures Demystified

Data Structures Demystified

Author: Keogh _ Davidson [2004-02-27]

Data Structures Demystified

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?