I'm taking data structures this upcoming fall semester and I'm trying to prep for it but I haven't found any helpful books/websites. Any suggestions?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
I'm taking data structures this upcoming fall semester and I'm trying to prep for it but I haven't found any helpful books/websites. Any suggestions?
I've referred back to this document many times to refresh my memory about data structures in Java, and I think it's a good intro and overview of the basics. I'm not someone who gets much out of watching a YouTube video to learn something. If you are, perhaps someone will suggest one of those.
Edit: Here's another reference that covers the material in much more detail with more exercises and suggested projects. This book is laid out like a basic and then advanced college course on Data Structures might be taught based on course outlines I've seen. Unfortunately, I don't see solutions, but I haven't looked to see if they might be located somewhere else.
EatSleepProgram (August 6th, 2013)
This book is the best Introduction to Algorithms it sould help you with the class.Butt here alot of math in it
Hope this helps