Can someone tell me where can I get some tutorials or books or anything else on Data Structures using java cause I am having hard time understanding them, and I am not looking for the standard library so any help would be greatly appreciated.
Thanks
Can someone tell me where can I get some tutorials or books or anything else on Data Structures using java cause I am having hard time understanding them, and I am not looking for the standard library so any help would be greatly appreciated.
Thanks
Which data structures in specific are you looking at? Like HashMap vs HashSet vs ArrayList? You mention "not the standard library", but not sure what that means in relation to Java.
The source code for Java is generally pretty readable and well documented. Read all the JavaDocs for the stuff you are interested in, and poke around a little in the source code. You will get at least how they are used and the 'Big Oh' time of various operations.
Check out this free textbook download for teaching Data Structures using Java as an implementation language.
http://www.cs.williams.edu/~bailey/JavaStructures/Book_files/JavaStructures.pdf