Cover image for Data structures using C++
Title:
Data structures using C++
Personal Author:
Edition:
2nd ed.
Publication Information:
Boston : Course Technology, 2009
Physical Description:
xxviii, 912 p. ; 24 cm.
ISBN:
9780324782011

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010249423 QA76.73.C153 M354 2010 Open Access Book Book
Searching...

On Order

Summary

Summary

Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the Standard Template Library (STL). The text features abundant visual diagrams, examples, and extended Programming Examples, all of which serve to illuminate difficult concepts. Complete programming code and clear display of syntax, explanation, and example are used throughout the text, and each chapter concludes with a robust exercise set.


Table of Contents

1 Software Engineering Principles and C++ Classes
2 Object-Oriented Design (OOD) and C++
3 Pointers and Array-Based Lists
4 Standard Template Library (STL) I
5 Linked Lists
6 Recursion
7 Stacks
8 Queues
9 Search Algorithms
10 Sorting Algorithms
11 Binary Trees
12 Graphs Algorithms
13 Standard Template Library (STL) II
Appendices
A Reserved Words
B Operator Precedence
C Character Sets
D Operator Overloading
E Header Files
F Additional C++ Topics (Inheritance, Pointers, and Virtual Functions)
G Problem Solving Using Object Oriented Methodology
H C++ for Java Programmers
I References for Further Study
J Answers to Odd-Numbered Exercises