C++: An Introduction to Data Structures
by Larry Nyhoff
(Scheduled for publication in November, 1998)

TABLE OF CONTENTS

 
1 Software Engineering

2 Introduction to Data Structures and Abstract Data Types — C-Style Types 3 More About Data Structures and ADTs — C++ Types 4 Stacks 5 Queues
6 Improving ADTs — Part 1: Templates and Standard Containers 7 Improving ADTs — Part 2: Recursion, Algorithm Analysis, and
    Standard Algorithms 8 Lists 9 Other Linked Structures 10 Binary Trees 11 Sorting 12 OOP and ADTs 13 Trees 14 Graphs and Digraphs APPENDIXES Index