• 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

Book for "Data Structure and Algorithm in Java" ?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can anyone please suggest me which book i should refer for "Data Structure and Algorithm in Java"?

Regards,
Anshul
 
Singhal Anshul
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please reply asap.
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please SearchFirst this has been asked lot of times before. Also check out the BookReviews.

Particularly you may need to learn the data structures, algorithms- its general implementation and then apply it in Java. This way it will help you to understand better
 
High Plains Drifter
Posts: 7289
Netbeans IDE VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only book I know of specifically on these topics was written in 2002: Data Structures and Problem Solving Using Java, by Mark Allen Weiss. It's more of a college textbook than a general guide, and of course the code techniques by now are dated. Still, if that's exactly what you want and the only thing you want, there it is.

If you're open to other ideas, I suggest instead you look for a good book or two on object-oriented design, algorithms, and problem-solving. Chances are such a book will use Java examples anyway, but getting caught thinking about solving general problems through one language, and an evolving one at that, could help you paint yourself into a corner.
 
Sheriff
Posts: 22781
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Singhal Anshul wrote:Please reply asap.


1) PatienceIsAVirtue
2) EaseUp
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic