View Single Post
  #2 (permalink)  
Old 01-12-2008, 08:31 AM
CaptainMorgan's Avatar
CaptainMorgan CaptainMorgan is offline
Moderator
 
Join Date: Dec 2007
Location: NewEngland, US
Posts: 841
CaptainMorgan will become famous soon enoughCaptainMorgan will become famous soon enough
Send a message via AIM to CaptainMorgan
Welcome to the Java Forums jac!

Sorry to hear about your poor experience with that book. Have you studied other languages before.. such as C or C++ ? Or is Java your first language? I ask because when learning data structures, it's important to realize a decent level of abstraction... and sometimes Java can hide levels of abstraction from you(see the Collections and LinkedList classes, for example). When you understand fundamental data structures, the general consensus is that you should be able to write them in any language you are proficient in. In my ultimate and humble opinion, if you want to fully comprehend data structures while programming - attempt writing them in C. Once you have a fundamental comprehension down, come back to Java and write them out or use any of the ready-made classes available in the API for your purposes. If you decide to stick with Java to learn structures, I highly recommend this book by Sedgewick, although I must confess I've only skimmed the series.. I do however own the C++ series and even though C++ is an OO language, Sedgewick uses true C code for his C++ series, and after skimming his Java series, I found them to be less reliant on the API - which is what you have to do, and is my point, when you want to really understand structures at the lowest level of abstraction possible.

Best of luck and see you around!
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
to our beloved Java Forums!
(closes on September 4, 2008)
Want to voice your opinion on your IDE/Editor of choice?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!
Got a little Capt'n in you? (drink responsibly)
Reply With Quote