Can anyone suggest a good Data Structures book for use in C++?

mulder

Senior member
Oct 9, 1999
684
0
76
I am getting ready to take a class this Fall using C++ and Data Structures. I just wanted to see if anyone had any suggestions on a good book they have used in the past that has been of help. Thanks, I appreciate it.
 

Freeze

Senior member
Oct 15, 1999
681
0
0
I had a Data Structures class a year or so ago. This is the book we used (although rarely). Data Structures in C++: Using the Standard Template Library by Timothy Budd, Oregon State University. ISBN# 0-201-30879-7

We didn't use it all that much, but it does have a bit in it. Not too expensive either, I think around $40-$50. Hope this helps.
 

Goi

Diamond Member
Oct 10, 1999
6,770
7
91
When I was doing my Data Structures class, the book we used was "Data Structures, Algorithms & Applications in C++" by Sahni, published by McGraw Hill. Its a pretty standard book, with quite a lot of nice examples, but its meanth for intermediate users, and doesn't neccessarily cover the basics.