Data Structures Using C and C++ (2nd Edition)
Data Structures Using C and C++ (2nd Edition)

Data Structures Using C and C++ (2nd Edition)

Manufacturer:
Prentice Hall

UPC:
978013036997

Retail Price:
$98.00

#Deals:

Avg. Rating:

Available from 5 stores - Select your deal and buy the Data Structures Using C
"Where can I buy a Data Structures Using C?" 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
slickdeals4u

[Store Info & Reviews]
Covered by A-Z Guarantee
5 Star Rating
312 Reviews
$39.99
New
$3.99
$43.98Buy from slickdeals4u
In Stock. Usually ships in 1-2 business days
Just 1 Left!
Brand new, never used. Ship next business day. Tracking will be provided.
stjoebooks

[Store Info & Reviews]
Covered by A-Z Guarantee
5 Star Rating
163 Reviews
$43.56
New
$3.99
Expedited Shipping is available Expedited Available
$47.55Buy from stjoebooks
In Stock. Usually ships in 1-2 business days
Just 1 Left!
brand new book, in shrinkwrap, ships within 24hrs., free delivery confirmation-tracking number provided upon request. Thanks for reading my listing and have a WONDERFUL day!
woodys-books

[Store Info & Reviews]
Covered by A-Z Guarantee
5 Star Rating
4612 Reviews
$60.11
New
$3.99
$64.10Buy 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!!
BestBookDepot

[Store Info & Reviews]
Covered by A-Z Guarantee
5 Star Rating
207 Reviews
$60.12
New
$3.99
$64.11Buy from BestBookDepot
In Stock. Usually ships in 1-2 business days
Just 1 Left!
***NEW UNREAD/UNUSED*** Bookstore overstock. Multiple copies available. May have small overstock mark along edge. Buy with confidence. Immediate processing. Prompt shipping. Excellent service. Thank you for your purchase!
Buy Data Structures Using C and C+ for $107.13
[Store Info & Reviews]
Covered by A-Z Guarantee
GoSale Trusted Store$107.13
New
$0.00
$107.13Buy from Amazon.com
In Stock. Usually ships in 24 hours
Many Available
* 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 Using C and C++ (2nd Edition):
  • 1 merchant is offering Free Shipping.
  • 1 merchant has Express Shipping options.
Data Structures Using C and C++ (2nd Edition) Specs:
Product NameData Structures Using C and C++ (2nd Edition)
ManufacturerPrentice Hall
Retail Price $98.00
UPC978013036997
Specifications 
TitleData Structures Using C and C++ (2nd Edition)
ISBN0130369977
Author(s)Aaron M. Tenenbaum, Yedidyah Langsam, Moshe J. Augenstein
Release Date19 December, 1995, 1995-12-19
FormatHardcover
Num of Pages672
Num. of Items1
EAN9780130369970
Deal first added on:27-January-2004

Tags

Find other products that have similar tags to the Data Structures Using C and C++ (2nd Edition)
Computers Computer Science Computer Bks - Data Base Management Database Management - General Programming Languages - General C (Programming Language) C (Computer program language) Data structures (Computer scie data structures
Similar Products
The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling (Second Edition)The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling (Second Edition)60.00$28.99Check Prices on The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling (Second Edition)
at 9 stores
Access 2003 All-in-One Desk Reference for DummiesAccess 2003 All-in-One Desk Reference for Dummies29.99$10.00Check Prices on Access 2003 All-in-One Desk Reference for Dummies
at 8 stores
Microsoft Office Access 2003 Inside OutMicrosoft Office Access 2003 Inside Out49.99$9.94Check Prices on Microsoft Office Access 2003 Inside Out
at 9 stores
Robot Building for BeginnersRobot Building for Beginners29.95$15.03Check Prices on Robot Building for Beginners
at 8 stores
Enterprise Architecture Planning : Developing a Blueprint for Data, Applications, and TechnologyEnterprise Architecture Planning : Developing a Blueprint for Data, Applications, and Technology90.00$46.96Check Prices on Enterprise Architecture Planning : Developing a Blueprint for Data, Applications, and Technology
at 7 stores
Oracle Database 10g: The Complete Reference (Osborne ORACLE Press Series)Oracle Database 10g: The Complete Reference (Osborne ORACLE Press Series)69.99$37.95Check Prices on Oracle Database 10g: The Complete Reference (Osborne ORACLE Press Series)
at 7 stores

Latest 6 Reviews
Here is what people are saying about the Data Structures Using C and C++ (2nd Edition)
4 Star Rating  "Above average breath"2006-05-02
- Reviewed By solidpoint
Many of the criticisms here are justified, but IMHO there are no good DS&A books. I have Binstock's book and it has lots of errors, although code listings on the website that I tried to compile did finally work, the stuff on the disk didn't. Sedgwick's stuff is about as muddled in C as this book is. Knuth is still wedded to his own private assembly language and a half a dozen others I own are so unremarkable I won't mention them.

What I like about this book is they mention algorithms that no one else even seems to know about - like the interpolation search. I don't need a lot of hand holding as I have been programming longer than most reviewers have been out of diapers, and it is annoying when stuff you paid for turns out to be nothing more than misdirection, but all of these books seem to be more in the form of some theory and some p-code disguised in some commercial language's syntax, so until editors and buyers insist on quality, use these books as guidelines.

When writing an in-memory database about 10 years ago I had to write an interface to a COBOL system that had the most convoluted method for identifying record types imaginable. The next record read could be one of about 300 possible record types. Running the routine that could discriminate between the 300 odd records was very expensive and required some sort of optimization. Observing that the records tended to present themselves in small groups of identical record types I wrote a type of elevator algorithm where a list of recently seen record types was constantly resorted and used to cue the guesses used to interrogate the next record I'd get(). By the time I tackled this problem I had written dozens of sort and search algorithms and had been programming in C for over 5 years for a Wall St banks. This book was the only book on DS&A that suggested this approach.

I could give a half dozen other illustrations to demonstrate the value of breath of coverage too, but suffice it to say you only need one gem per book to make it worthwhile buying. FWIW, I found out the hard way that even K&R has errors, and a book like Harbinger and Steele's is still to be preferred to the bloat tomes coming from Wrox. The real problem for writers of these books is professional programmers, with rare exceptions, no longer use DS&A, they use Java, STL, C# (should be C dullard - C without pointers ain't C people! Read the C standard library and get a clue!), or MS's C++ container classes and have no clue what they are doing. (Don't make me think, I have money to make) That leaves students as almost the sole reader group for these books and you can't get into much depth without losing the reader there.
 
5 Star Rating  "Brand new book as said. Very nice seller."2005-09-08
- Reviewed By nuhairi007
Received book in timely manner and in very good condition. Good seller. Fast.
 
1 Star Rating  "Waste of money"2005-06-23
- Reviewed By User: A33FVGUN3V4Z67
This book is probably the worst DS book with c/c++ in the market.
The explanation is very convoluted and follows an ancient coding style which you are unlikely to be familiar with. The c++ code is often jumbled with the algorithm/pseudocode part creating code which is neither easy to implement(if it was totally in c/c++) nor understandable(if it was totally in pseudocode).
There are many examples masquerading as executable code which in fact do not compile.
Beginners should definitely stay away - which is kind of a moo point since the book is geared for that audience.
One of the better books is Introduction to Algorithms by Cormen et al. The algorithms explained here are very easy to implement, far more than most books written for any programming language! If you still have trouble implementing algorithms then i suggest that you brush up on C++/C/Java with the How to Program series which cover elementary Data Sructures
 
4 Star Rating  "Academic in nature and not for the beginning programmer"2000-09-24
- Reviewed By solopido
First off, my suggestion for this book would be as follows. For the computer science or electrical engineering students taking a data structures class to supplement lecture material. Don't get this book if you come from some other language, know your C at least. If you are a beginning C/C++ programmer that needs to learn data structures without having the benefit of an instructor I wouldn't recommend this book, try something less formal unless you love reading technical books.

The book covers a good amount of material and as the preface of the book states it is meant for a 2 semester course in data structures. The book covers stacks, recursion, queues, list, binary trees, sorting, searching, hashing, graphs, etc... All that is essential to becoming a well founded programmer. There are exercises at the end of each chapter to reinforce the material. The material presented is theoretical in nature not much C/C++ code but that's fine.

My opinion of this book has changed over the last year. I had to purchase the book for my first data structures class in college. After reading just the first chapter I was bewildered and confused! Most of the students agreed with me that it was a confusing book and without the benefit of an excellent instructor we'd surely would've been lost. I cannot stress this enough, unless you are very smart student this book should be a supplement to lecture material. I personally didn't read the chapters until after lecture and it usual for me read material before class.

But now a year after I first opened the book I find it a truly great reference. Certainly the book has grown on me and maybe later I'd probably give it a five. For example, recently I had to write a threaded example for my Windows programming class and I wanted to something time consuming yet simple that actually did something, so I just referred to the book on the fibonacci sequence using recursion and used that.

My final thoughts about this book are a bit strange. First off, this is the only data structures book I have read (so far) therefore my opinion lacks some perspective. At first I didn't like it but as time has passed I find that I really like the book. If you are a student going into a data structures class, most likely you'll be required to get a book on data structures and it's possible that you won't get assigned this book. But I would recommend it after you take the class. If you do get it for your class, don't sell it back to the school! You may just find it useful in the future.

 
4 Star Rating  "certainly deserves more than 2 or 3 stars"2000-08-11
- Reviewed By Anonymous
Admitted it is not for a beginner,specially if one dosenot have a proper grasp over C.But did the authors claim that it was for beginners?I found their treatment of data structure to be pretty interesting.The authors mostly give psuedo codes which can be easily converted to an executable program.The numerous challenging problems are a great asset of the book. I haven't given 5 stars to the book primarily due to 2 reasons----- 1. some codes are unnecessarily complicated(BST deletion,AVl tree deletion etc.) 2. though the authors promise data structure in C++,they barely use any object oriented concepts.
 
3 Star Rating  "OK, but there are much better alternatives"
- Reviewed By Anonymous
Frankly, this book is neither here nor there - not a bad book per se, but there are other, much better, choices.

First of all, this is not introductory in the strict sense - you should be fairly good at C programming, but need not know data structures and algorithms. But it can be considered as an introduction to data structures and algorithms if you aren't a novice in C programming.

It is fairly light on maths and analysis of algorithm performance, which may or may not be a bad thing, depending on your requirements. I read the C version of the book, which was quite OK, but i've read much better books since, and the C++ seems to have been added on for market appeal - i feel one should be wary of books which claim to be in ' C and C++ ' ......... make up your mind !!

What i'd suggest is, if you're happy with pseudocode that you can adapt to your needs and don't care for a particular language, go for 'Introduction to algorithms' by Cormen,Leiserson & Rivest.

If you want code in C, go for Sedgewick's 'Algorithms in C' - arguably as good Cormen et al's book on concepts, and 'K & R' class code, ie C code that will remind you of Kernighan & Ritchie's classic C textbook.

However, if you want C++, then Sedgewick's C++ version or Mark Allen Weiss's book might be a good choice.

To be fair, this is a reasonably good book, with the explanations being reasonably clear, but the breadth & depth simply don't compete with the books mentioned above. After all, if you can get great books, why settle for anything less ?

 
Quick Links



Last updated: Nov 22, 2009 at 17:24 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 (S1)



Home > Books > Computers & Internet > Databases > General