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.

Results 1 to 3 of 3

Thread: Best way to teach myself Data structures?

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Best way to teach myself Data structures?

    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?


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Best way to teach myself Data structures?

    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.

  3. The Following User Says Thank You to GregBrannon For This Useful Post:

    EatSleepProgram (August 6th, 2013)

  4. #3
    Junior Member
    Join Date
    Apr 2011
    Location
    Wi
    Posts
    8
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Best way to teach myself Data structures?

    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

Similar Threads

  1. Can I get help with a few Data Structures questions?
    By cbplayer in forum Java Theory & Questions
    Replies: 2
    Last Post: August 3rd, 2013, 01:05 AM
  2. Help: Data Structures and Data Types
    By TheLawG14 in forum Java Code Snippets and Tutorials
    Replies: 2
    Last Post: July 19th, 2013, 09:55 AM
  3. data structures question
    By hwoarang69 in forum Algorithms & Recursion
    Replies: 2
    Last Post: November 4th, 2012, 03:07 PM
  4. Please help about data structures.
    By bruce88 in forum What's Wrong With My Code?
    Replies: 4
    Last Post: September 16th, 2012, 04:11 PM
  5. [SOLVED] Data Structures: Symbolic Algebra with Trees
    By Staticity in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 20th, 2012, 01:42 AM