Data Structures and Algorithms in C++, Second Edition
Data Structures and Algorithms in C++, 0534375979

Data Structures and Algorithms in C++, Second Edition

Manufacturer:
Brooks / Cole

UPC:
978053437597

Retail Price:
$94.95

#Deals:

Avg. Rating:

Book Description
Building on widespread use of the C++ programming language in industry and education, this book provides a broad-based and case-driven study of data structures -- and the algorithms associated with them -- using C++ as the language of implementation.
Available from 4 stores - Select your deal and buy the Data Structures and Algorithms
"Where can I buy a Data Structures and Algorithms?" At all of these merchants listed below. Click any of the deals below to buy now on the merchant's website.
StoreRatingBase PriceShipping Price + ShippingAvailability
nagpurkar

[Store Info & Reviews]
Covered by A-Z Guarantee
5 Star Rating
213 Reviews
$9.94
New
$3.99
Expedited Shipping is available Expedited Available
International Shipping is available International Available
$13.93Buy from nagpurkar
In Stock. Usually ships in 1-2 business days
19 Available
Brand new book: Ships F a s t !!!! : 2 to 4 Business days to deliver to most locations within Continental USA if you pay EXPEDITED SHIP Option
woodys-books

[Store Info & Reviews]
Covered by A-Z Guarantee
5 Star Rating
4612 Reviews
$17.91
New
$3.99
$21.90Buy from woodys-books
In Stock. Usually ships in 1-2 business days
Just 1 Left!
Excellent customer service. May ship from alternate location depending on your zip code and availability. Satisfaction guaranteed!!
thebookgrove

[Store Info & Reviews]
Covered by A-Z Guarantee
5 Star Rating
2063 Reviews
$17.92
New
$3.99
$21.91Buy from thebookgrove
In Stock. Usually ships in 1-2 business days
Just 1 Left!
Expedited shipping is not available for this item. Arrival estimate: 5-16 business days.
kristines_bookalley

[Store Info & Reviews]
Covered by A-Z Guarantee
5 Star Rating
40 Reviews
$39.50
New
$3.99
$43.49Buy from kristines_bookalley
In Stock. Usually ships in 1-2 business days
Just 1 Left!
* Shipping estimates are based on Ground shipment within the contiguous U.S.
   If you notice a problem, you can report a pricing error or problem.
Overview of current deals for the Data Structures and Algorithms in C++, Second Edition:
  • 1 merchant offers International Shipping or Worldwide shipping.
  • 1 merchant has Express Shipping options.
Data Structures and Algorithms in C++, Second Edition Specs:
Product NameData Structures and Algorithms in C++, Second Edition
ManufacturerBrooks / Cole
Retail Price $94.95
UPC978053437597
Specifications 
TitleData Structures and Algorithms in C++, Data Structures and Algorithms in C++, Second Edition
ISBN0534375979
Author(s)Adam Drozdek
Release Date30 June, 2000, 2000-06-30
FormatHardcover
Num of Pages670
Num. of Items1
EAN9780534375973
Deal first added on:26-January-2004

Tags

Find other products that have similar tags to the Data Structures and Algorithms in C++, Second Edition
Computers Computer Bks - Languages / Programming Database Management - General C (Programming Language) Computer algorithms Programming Languages - C Programming Languages - C++ C++ (Computer program language Data structures (Computer scie data structures
Similar Products
Gödel, Escher, Bach: An Eternal Golden BraidGödel, Escher, Bach: An Eternal Golden Braid22.95$12.00Check Prices on Gödel, Escher, Bach: An Eternal Golden Braid
at 9 stores
The Mythical Man-Month: Essays on Software Engineering, 20th  Anniversary EditionThe Mythical Man-Month: Essays on Software Engineering, 20th Anniversary Edition39.99$17.94Check Prices on The Mythical Man-Month: Essays on Software Engineering, 20th  Anniversary Edition
at 7 stores
Design PatternsDesign Patterns59.99$36.68Check Prices on Design Patterns
at 3 stores
Refactoring: Improving the Design of Existing CodeRefactoring: Improving the Design of Existing Code59.99$40.24Check Prices on Refactoring: Improving the Design of Existing Code
at 7 stores
Rapid DevelopmentRapid Development35.00$11.99Check Prices on Rapid Development
at 5 stores
Domain-Driven Design: Tackling Complexity in the Heart of SoftwareDomain-Driven Design: Tackling Complexity in the Heart of Software59.99$41.14Check Prices on Domain-Driven Design: Tackling Complexity in the Heart of Software
at 8 stores

Latest 6 Reviews
Here is what people are saying about the Data Structures and Algorithms in C++, Second Edition
2 Star Rating  "Text Book"2008-03-29
- Reviewed By User: A1M5OZY20QX97Q
I saw a different picture when i order it but got a totally different book from what I expected, but it was only $6.95 so i just kept it.
 
5 Star Rating  "Worths every $"2007-10-24
- Reviewed By User: A36SI300KQBTLN
I bought this book due to the other reviews and targeting the string matching chapter. But when it arrived, I was able to directly apply tree other topics in my current work (skip list, recursion parser and expression tree). It saved me a lot of research, so I'm very happy with it.
 
5 Star Rating  "Absolutely the best C++ DS&A book"2006-08-30
- Reviewed By irotas7
On my bookshelf right now I have 13 books on DS&A using C++. Every time I am in need of a new type of data structure or algorithm, and quickly scan through each of them to determine which seem to have the most relevant information, and also which have useable source-code. Drozdek's book is almost always the book I end up selecting to learn a new topic.

Without a doubt, Drozdek's DS&A book is the most complete and well-written of its kind. It includes a chapter of graphs, which many books surprisingly omit. Also, as of the 3rd edition, it includes a chapter on string matching. As far as I know, this is the *only* C++ DS&A book to dive into this subject.

Surprisingly (because of such a broad-scoped book), the material presented in the string matching chapter is modern and incredibly useful. I found the coverage of suffix tries to be excellent. According to Professor Drozdek (via email correspondence), this chapter is actually a compressed version of what was to be an entire C++ book on string matching. Apparently no publisher would touch such a 'specialized' book. How short-sighted of them!

I work in a research-intensive company focused on developing cutting-edge algorithms to solve difficult modern problems. We do the majority of our coding in C++, which is what originally attracted me to Drozdek's book. Since then, I have referred several colleagues to this book, all of which now use it regularly and are loving it.

My only complaint about this book is that it doesn't discuss primality or random-number generation at all. So many algorithms rely heavily on one or both of these, so I find it strange that this book (and most others) completely ignore them.

As for the reviewer who negatively commented "worst written educational book I have ever read", this person obviously bought Drozdek's book expecting to learn C++ and not DS&A. If you're looking to learn C++, I recommend "C++ Primer Plus (5th Edition)" by Stephen Prata (ISBN: 0672326973). Despite its awkward title and oft-maligned publisher, it really is an excellent book for learning C++ (and also as a reference for an experienced programmer).

Depending on your needs, you might look into supplementing Drozdek's book with Robert Sedgewick's books 'Algorithms in C++'. His books do not go as deep as Drozdek does, but he provides an enormous number of fully implemented algorithms that don't exist in any other C++ DS&A book. Be sure to get the 3rd edition; it is much improved over the 2nd.

Here's a complete TOC of Drozdek's book (3rd edition):
Table of Contents
1. Object-Oriented Programming Using C++
2. Complexity Analysis
3. Linked Lists
4. Stacks and Queues
5. Recursion
6. Binary Trees
7. Multiway Trees
8. Graphs
9. Sorting
10. Hashing
11. Data Compression
12. Memory Management
13. String Matching
Appendices
A: Computing BIG-O
B: Algorithms in the Standard Template Library
C: NP-Completeness
 
5 Star Rating  "Absolutely the best C++ DSA book"2006-08-29
- Reviewed By irotas7
On my bookshelf right now I have 13 books on DSA using C++. Every time I am in need of a new type of data structure or algorithm, and quickly scan through each of them to determine which seem to have the most relevant information, and also which have useable source-code. Drozdek's book is almost always the book I end up selecting to learn a new topic.br /br /Without a doubt, Drozdek's DSA book is the most complete and well-written of its kind. It includes a chapter of graphs, which many books surprisingly omit. Also, as of the 3rd edition, it includes a chapter on string matching. As far as I know, this is the *only* C++ DSA book to dive into this subject. br /br /Surprisingly (because of such a broad-scoped book), the material presented in the string matching chapter is modern and incredibly useful. I found the coverage of suffix tries to be excellent. According to Professor Drozdek (via email correspondence), this chapter is actually a compressed version of what was to be an entire C++ book on string matching. Apparently no publisher would touch such a 'specialized' book. How short-sighted of them!br /br /I work in a research-intensive company focused on developing cutting-edge algorithms to solve difficult modern problems. We do the majority of our coding in C++, which is what originally attracted me to Drozdek's book. Since then, I have referred several colleagues to this book, all of which now use it regularly and are loving it.br /br /My only complaint about this book is that it doesn't discuss primality or random-number generation at all. So many algorithms rely heavily on one or both of these, so I find it strange that this book (and most others) completely ignore them.br /br /As for the reviewer who negatively commented "worst written educational book I have ever read", this person obviously bought Drozdek's book expecting to learn C++ and not DSA. If you're looking to learn C++, I recommend "C++ Primer Plus (5th Edition)" by Stephen Prata (ISBN: 0672326973). Despite its awkward title and oft-maligned publisher, it really is an excellent book for learning C++ (and also as a reference for an experienced programmer).br /br /Depending on your needs, you might look into supplementing Drozdek's book with Robert Sedgewick's books 'Algorithms in C++'. His books do not go as deep as Drozdek does, but he provides an enormous number of fully implemented algorithms that don't exist in any other C++ DSA book. Be sure to get the 3rd edition; it is much improved over the 2nd.br /br /Here's a complete TOC of Drozdek's book (3rd edition):br /Table of Contents br /1. Object-Oriented Programming Using C++br /2. Complexity Analysisbr /3. Linked Listsbr /4. Stacks and Queuesbr /5. Recursionbr /6. Binary Treesbr /7. Multiway Treesbr /8. Graphsbr /9. Sortingbr /10. Hashingbr /11. Data Compressionbr /12. Memory Managementbr /13. String Matchingbr /Appendicesbr /A: Computing BIG-Obr /B: Algorithms in the Standard Template Librarybr /C: NP-Completeness br /
 
5 Star Rating  "Clear, easy to follow explanations and practical illustrations in C++"2006-08-28
- Reviewed By my_used_books_deniz
Although I have bought this book for its C++ emphasis for DSA, I have found it very good at teaching DSA itself. It has very clear explanations, well chosen examples, and depth enough coverage with along clear and easy to understand code illustrations in C++. The book teaches the topics in an incremental manner by making connections among different related DS and algorithms, which are helpful in understanding the theory.

Its layout for teaching a topic consists of three parts: 1) Introducing the data structure or algorithms with an informal language. It relates it with other similar ones, and explains the differences. 2) It shows C++ implementation (it does not have C++ codes for all DS and A's; however, I think what it has is enough for such a book) and explanations, even some alternative implementations. 3) It has complexity analysis for the algorithm, and any drawbacks. Drozdek has concluded the each chapter with an case study and provides full implementation in C++.

I have extensively studied Cormen's book of "Introduction to Algorithms", which I really like, however, this book is much better at teaching the fundamentals of the DSA topics and has better figures although Cormen's book is more in-depth and has more topics covered, and more academic. If you are looking at more implementation of the DSA with some in-depth theory, Drozdek's book is more useful. If you need more academic study on DSA, Cormen's book would be more helpful (in fact, I suggest both of them).

Another thing I like in this book is its chapter for Memory Management. Although this is an OS topic, it covers it since many DSA requires dynamic memory allocations, and I think it is good at teaching the basics of data structures and algorithms used in memory management.

In short, I strongly suggest this book to programmers who wants to understand DSA and CS students, and also the ones want to have a reference book. I think C++ codes are extra for those who are programming in C++.
 
5 Star Rating  "Contrary to prior belief"2006-01-25
- Reviewed By wachan
I had Weiss's book on dsa in c++, and this book surpasses it in terms of clarity and accuracy (both books are comparable in breadth and depth). The previous reviewer fails to notice that this book is about data structures and algorithms, and not C++ (although having a C++ book next to this one couldn't hurt either). So think of this book as a much better version of Weiss's book.
 
Quick Links



Last updated: Nov 23, 2009 at 00:21 EST. Pricing information is provided by the listed merchants. GoSale.com is not responsible for the accuracy of pricing information, product information or the images provided. Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on amazon.com or other merchants at the time of purchase will apply to the purchase of this product. As always, be sure to visit the merchant's site to review and verify product information, price, and shipping costs. GoSale.com is not responsible for the content and opinions contained in customer submitted reviews.
© 2009 GoSale.com (S2)



Home > Books > Computers & Internet > Certifications > By Subject > Visual C