Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can someone show me some tutorial on java data structures because I am having trouble coding, and that means I am not supposed to use java library. Anad what I mean like queues where you delete elements or retrieve without using the java utilities and so on - just the data structures. Anything would help.

Thanks
Posted

1 solution

I think the core idea is for you to understand those data structures (from a language independent perspective), and then try and implement them using Java (since you already know the language). Get any good book on data structures and you should be able to take it from there.

If you just search for and use something you get online, you'll not be doing justice to your academics and that kinda makes the whole thing futile.

[NV added]
-------------
With Java, Beans are used to represent data structures and can be read and written to databases using JDBC.


[Edit - Nish]
------------
@NV,

While that may be so, I believe the OP can write regular Java classes that represent data structures too, specially if the goal is to understand how these data structures work.
 
Share this answer
 
v4
Comments
paul_wct 1-Nov-10 10:52am    
Thanks for your info.
Nagy Vilmos 2-Nov-10 7:37am    
Added comment about Beans and JDBC.
Nish Nishant 2-Nov-10 8:26am    
Replied to that comment.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900