• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Data Structure

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't whether this is the right forum to ask this question but which is the best book to study data structures with java.

Thanks,
Nikhil
 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Nikhil Agrawal,

You Can found your desired book inside Bunk House of Java Ranch by the help of comments from ranchers or by rating with (fill horseshoes).

I know the One famous Book of Data Structure in java by Robert Lafore

Data Structures and Algorithms in Java (Robert Lafore)
[ August 10, 2006: Message edited by: Saif Uddin ]
 
Ranch Hand
Posts: 262
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using this book at the moment: http://www.amazon.com/gp/product/0471738840/ref=sr_11_1/103-8775329-8950263?ie=UTF8

It has great explanations of data structure theory, but will not help you understand how the Collections framework is implemented.
 
reply
    Bookmark Topic Watch Topic
  • New Topic