• 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

need some help on datastructures in java

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

i need some help on datastructures in java i want to learn the datastructures using java so tell me which site provides all the notes and examples on datastructures in java

waiting for u help

sunny
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Collections tutorial at Sun should help. This question doesn't really have anything to do with Servlets though - for future reference you would be better posting a quetion like this in the Beginners' forum.
[ February 22, 2005: Message edited by: Paul Sturrock ]
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sunny,

This forum is for Servlets questions. Your question is more of a Java In General question. So I am going to move this to the appropriate Java In General - Beginner forum.

Thanks

Mark
 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you interested in using data structures or creating them? If you just need data structures to use, the most common ones are already implemented in the Collections framework as noted above. (See the link in Paul's message.)

If on the other hand you would like to learn about the inner workings of data structures and possible implement your own, I don't have any links off the top of my head. I would suggest googling for "data structures in java". (Note that "data structure" is two words, not one.) I'm sure there are a lot of resources available. Also, you may want to get a hardcopy textbook on the topic. I learned about data structures in a formal setting at the university. Unfortunately, I am not familiar with any informal sources of the information. I apologize for not being able to help any further.

In your study of data structures, please come back with more quesitons. The more specific they are the more likely we will be able to help.

Good Luck!

Layne
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My reply in another post





kind regards
Igor
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is a good link I found that may help.

http://www.brpreiss.com/books/opus5/

reply
    Bookmark Topic Watch Topic
  • New Topic