Re: Data Structures in Java......Any good Book ?
- From: "Daniel Pitts" <googlegroupie@xxxxxxxxxxxxx>
- Date: 27 Feb 2007 13:42:00 -0800
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>
.
- References:
- Data Structures in Java......Any good Book ?
- From: hthukral@sun
- Data Structures in Java......Any good Book ?
- Prev by Date: Re: Do I need to keep all the Java updates?
- Next by Date: Re: Do I need to keep all the Java updates?
- Previous by thread: Data Structures in Java......Any good Book ?
- Next by thread: Re: Data Structures in Java......Any good Book ?
- Index(es):
Relevant Pages
|
|