Re: Data Structures in Java......Any good Book ?



On Feb 27, 12:10 pm, "hthukral@sun" <hthukral.mic...@xxxxxxxxx> wrote:
hi
can anybody suggest me a good book for Data Strucutes in Java ,
because for topics like Collection Framework one should have good
knowledge of Hash Tables And Link Lists etc ..

Actually, for data structures like Hash Tables And [sic] Linked
Lists, Java provides implementations for you (HashMap, LinkedList
respectively), so that you don't NEED to understand the underlying
mechanics.

Although, from an academic point of view, knowing the basis of how
those work is a good thing. Knowing them in Java specifically isn't
that much more valuable as knowing them at all.

A good place to start:
<http://www.google.com/search?q=algorithms+in+java>


.



Relevant Pages

  • Data Structures in Java......Any good Book ?
    ... can anybody suggest me a good book for Data Strucutes in Java, ... because for topics like Collection Framework one should have good ... knowledge of Hash Tables And Link Lists etc .. ...
    (comp.lang.java.programmer)
  • Re: Performance of hash_set vs. Java
    ... Some native Java features can be more efficient ... a custom hash function as an additional parameter. ... > that my hash function may be slow from the call to c_str. ... reading code and hash table, so we can't really help there. ...
    (comp.lang.cpp)
  • Re: HMAC and timing
    ... Benchmarking in Java is a bit tricky, ... If you want a measure with about 1% accuracy, you have to hash ... kernel and its cache subsystem. ... the CPU cache. ...
    (sci.crypt)
  • Re: Encryption -- Blowfish limited to 8 byte passowrds?
    ... Chris wrote: ... Why won't Java allow other length ... > some kind of hash function. ... > algorithm itself is only acting on an 8-byte key. ...
    (comp.lang.java)
  • Re: Performance of hash_set vs. Java
    ... The main benefit Java has in hashing is that Strings cache their ... >that my hash function may be slow from the call to c_str. ... The above code may be where your main bottleneck is. ...
    (comp.lang.cpp)