Skip to:Content
|
Bottom
Cover image for Data structures & other objects using C++
Title:
Data structures & other objects using C++
Personal Author:
Edition:
3rd ed.
Publication Information:
Boston, MA : Pearson/Addison-Wesley, 2005
ISBN:
9780321197160
Added Author:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
FSK30000000366 QA76.73.C153 M34 2005 Open Access Book Book
Searching...
Searching...
FSK30000000365 QA76.73.C153 M34 2005 Open Access Book Book
Searching...
Searching...
30000010114920 QA76.73.C153 M34 2005 Open Access Book Book
Searching...

On Order

Summary

Summary

Data Structures and Other Objects Using C++ takes a gentle approach to the data structures course in C++. Providing an early, self-contained review of object-oriented programming and C++, this text gives students a firm grasp of key concepts and allows those experienced in another language to adjust easily. Flexible by design, professors have the option of emphasizing object-oriented programming, covering recursion and sorting early, or accelerating the pace of the course. Finally, a solid foundation in building and using abstract data types is also provided, along with an assortment of advanced topics such as B-trees for project building and graphs.


Table of Contents

The Phases Of Software Development
Abstract Data Types And C++ Classes
Container Classes
Pointers And Dynamic Arrays
Linked Lists
Software Development With Templates, Iterators, And The Standard Ibrary
Stacks
Queues
Recursive Thinking
Trees
Tree Projects
Searching
Sorting
Derived Classes And Inheritance
Graphs
Appendix A Ascii Character Set
Appendix B Further Big-O Notation
Appendix C Precedence Of Operators
Appendix D Compiling, Linking, And Running Programs
Appendix E Dealing With Older Compilers
Appendix F Input And Output In C++
Appendix G Selected Library Functions
Appendix H Brief Reference For The Standard Template Classes
Appendix J Fundamental Style Guide
Appendix K Downloading The Gnu Compiler And Software
Go to:Top of Page