Cover image for Data structures : a pseudocode approach with C
Title:
Data structures : a pseudocode approach with C
Personal Author:
Edition:
2nd ed.
Publication Information:
Boston : Cengage Learning, 2005
Physical Description:
xvi, 720 p. : ill. ; 24 cm.
ISBN:
9780534390808
Added Author:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010337171 QA76.73.C15 G54 2005 Open Access Book Book
Searching...

On Order

Summary

Summary

This second edition expands upon the solid, practical foundation established in the first edition of the text.


Table of Contents

Part 1 Introduction
1 Basic Concepts
2 Recursion
Part 2 Linear Lists
3 Stacks
4 Queues
5 General Linear Lists
Part 3 Non-Linear Lists
6 Introduction to Trees
7 Binary Search Trees
8 AVL Search Trees
9 Heaps
10 Multiway Trees
11 Graphs
Part 4 Sorting and Searching
12 Sorting
13 Searching
Appendices A: ASCII Tables B: Structure Charts C: Integer and Float Libraries D: Selected C Libraries E: Mathematical Series and Recursive Relations F: Array Implementations of Stacks and Queues