Skip to:Content
|
Bottom
Cover image for Data structures : a pseudocode approach with C
Title:
Data structures : a pseudocode approach with C
Personal Author:
Publication Information:
Boston, MASS : PWS Pub, 1998
ISBN:
9780534951238
Added Author:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000004088674 QA76.73.C15 G54 1998 Open Access Book Book
Searching...
Searching...
30000004088682 QA76.73.C15 G54 1998 Open Access Book Book
Searching...
Searching...
30000004088690 QA76.73. C15 G54 1998 Open Access Book Book
Searching...

On Order

Summary

Summary

Gilberg and Forouzan's language-independent data structures text enables students to first design algorithms using Pseudocode, and then build them using the C programming language. Written at a level that makes it easy for students to understand, the book de-emphasizes mathematical rigor and provides a practical approach to data structures.


Table of Contents

1 Introduction
2 Searching
3 Linear Lists
4 Stacks
5 Queues
6 Recursion
7 Introduction to Trees
8 Search Trees
9 Heaps
10 Multiway Trees
11 Advanced Sorting Concepts
12 Graphs
Appendices: A: ASCII
Tables B: Structure
Charts C: Program Standards and
Styles D: Random
Numbers E
Standard C
Libraries F: C Function Prototypes Solutions to
Selected Exercises
Go to:Top of Page