Amazon.com: Object-Oriented C++ Data Structures for Real Programmers (The Morgan Kaufmann Series in Data Management Systems) (9780123264299): Jan L. Harrington: Books

Have one to sell? Sell yours here
Object-Oriented C++ Data Structures for Real Programmers (The Morgan Kaufmann Series in Data Management Systems)
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Object-Oriented C++ Data Structures for Real Programmers (The Morgan Kaufmann Series in Data Management Systems) [Paperback]

Jan L. Harrington (Author)
3.4 out of 5 stars  See all reviews (5 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more


Book Description

October 29, 2001 0123264294 978-0123264299 1st
Data structures play a key role in any serious development project, determining how the program acquires, stores, updates, and processes its in-memory data. Many of the basic techniques for constructing and governing access to data structures are well-documented, but most are structured programming techniques that do not translate well in an object-oriented environment.

Object-Oriented C++ Data Structures for Real Programmers corrects this imbalance, teaching experienced C++ and Java developers the most effective methods for designing and implementing highly functional data structures in any type of object-oriented programming effort. The first part of the book introduces the various approaches, focusing on the purposes for which each is most suited. From there, the author examines advanced functionality that can be achieved in a number of ways, helping readers choose and apply the optimal technique.

Key Features
* Advanced coverage from an accomplished developer and programming author
* Written explicitly for experienced object-oriented programmers
* Helps you choose the best way to build the desired functionality, then provides the instruction you need to do it
* Covers all major data structure approaches, including arrays, vectors, lists, stacks, and queues
* Explains how to achieve a wide range of functionality, including data sorting, searching, hashing, dictionaries, and indexes

Editorial Reviews

From the Back Cover


Object-Oriented C++ Data Structures for Real Programmersintroduces experienced object-oriented programmers to the selection, design, algorithms, and use of classic data structures. You'll learn how data structures work, so you can evaluate existing data structures more effectively and employ them in ways that makes the most sense for your programs.


More importantly, you'll master the art of creating custom data structures that handle data according to your programs' precise needs. The author begins with several basic data structures, then builds on your grasp of their constituent classes to explore increasingly complex approaches and the specialized functionality they provide. The book concludes with a look at two complete example programs, each with its own different data structure requirements.


Features

  • Presents in-depth explanations written explicitly for experienced object-oriented programmers.
  • Equips you with both a conceptual understanding of data structures and the practical knowledge you need to build your own.
  • Begins with basic data structures: arrays, vectors, linked lists, stacks, and queues.
  • Proceeds logically to more advanced approaches: binary search trees, AVL trees, B-Trees, heaps, and priority queues.
  • Examines additional techniques for ordering, accessing, and searching data, including binary searches, hash tables, and dictionaries.
  • Concludes with two complete example programs, one using RAM-based data storage, the other using disk-based storage.
  • Via a companion Web site, provides complete example code, written in platform-agnostic C++.

About the Author

Jan L. Harrington, the author of 30 books, including SQL, Clearly Explained (Academic Press), has been writing about databases since 1984. She is a professor and chair of the department of computer science and information systems at Marist College, where she teaches database design and management, object-oriented programming, data communications, and computer architecture.


Product Details

  • Paperback: 552 pages
  • Publisher: Morgan Kaufmann; 1st edition (October 29, 2001)
  • Language: English
  • ISBN-10: 0123264294
  • ISBN-13: 978-0123264299
  • Product Dimensions: 9.1 x 7.4 x 1.3 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 3.4 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #2,842,402 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

5 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:    (0)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.4 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

4 of 4 people found the following review helpful:
4.0 out of 5 stars Learn C++ datastructures, finaly a nice book!, December 27, 2001
By 
This review is from: Object-Oriented C++ Data Structures for Real Programmers (The Morgan Kaufmann Series in Data Management Systems) (Paperback)
Yes finaly a nice book with nice examples about datastructures.

You can read -and understand- the book if you are a mature beginner in the language C++. This book will gide you through diferent concepts of structures: beginning at the begin, ending at the end. The following subjects are included:

- Array container classes and iterators (a bit on templates)
- Vector container classes and iterators
- Single linked list objects
- Double linked list objects
- Stack and Queues
- Binary search trees
- AVL trees
- B trees
- Binary Heaps and Priority Queues
- Sorting and searching
- Hash tables
- Dictionaries
- Some example chapters

- Template Appendix !!!

**** ps: Now I have red more books about this subject, I found some very unpleasent errors! the calculation in the: AVL Tree is incorrect, B Tree is incorrect and (!!) the Binary Heap dus't work properly (buildHeap). Nevertheless this is a nice book to read, aslong you know the errors.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
2.0 out of 5 stars Object-Oriented C++ Data Structures for Real Programmers, May 13, 2004
This review is from: Object-Oriented C++ Data Structures for Real Programmers (The Morgan Kaufmann Series in Data Management Systems) (Paperback)
This book has some good concepts and approach to the subject, but the examples have just too many errors, and some errors even cause system exceptions when you run them. Furthermore the author's web side, which is supposed to keep track of the errata, has no records of any errors reported. I personally sent notice of some errors, but received no response.
It is just too frustrating to attempt to learn a subject with examples that do not work, a book that has no support after you purchased it, and the author's web site does not report or respond to its readers. Find something else.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
1.0 out of 5 stars Bad, June 12, 2006
By 
David Veldof "Twin Cities" (Woodbury, MN. United States) - See all my reviews
This review is from: Object-Oriented C++ Data Structures for Real Programmers (The Morgan Kaufmann Series in Data Management Systems) (Paperback)
I don't know why one reviewer was so easy on Harrington. This book is just filled with errors. The web site isn't even available anymore. I am weary of these academics writing shoddy books,rife with errors,and then not even posting errata. STAY AWAY from this work.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Object-oriented programmers have a unique way of handling data structures. Read the first page
Key Phrases - Capitalized Phrases (CAPs): (learn more)
String Customer, Implementation of the Date, Implementation of the Script, String Script, List Manager Object Object, Declaration of the Script, Declaration of the String, Exit Choice, Implementation of the Drug, Implementation of the String, Inserting Elements, Peters Figure
New!
Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject