[prog] Java Trees & Linked Lists

Sue Stones suzo at bigpond.net.au
Fri May 2 15:05:32 EST 2003


Generally with java you don't write your own data structures.  Rather you
use the java API
Here is a link to the documentation
http://java.sun.com/j2se/1.3/docs/api/


The textbook that I used for a subject in this area was
Weiss, M.A. 2002, Data structures & problem solving using Java. 2nd edn.
Addison-Wesley, Reading, Massachusetts.

This was OK as a book. I managed with this book to get a handle on it
studying at home.  I don't know how it compares to other books.
The following books were also recommended for reference, but I didn't use
them.

Arnold, K., Gosling, J. & Holmes, D. 2000, The Java programming language.
3rd edn. Addison-Wesley, Reading, Massachusetts.

Goodrich, M.T. & Tamassia, R. 2001, Data structures and algorithms in Java.
2nd edn. Wiley, New York.

I hope this is of some use.

sue

----- Original Message -----
From: "ed orphan" <millward at Ms.UManitoba.CA>
To: <programming at linuxchix.org>
Sent: Friday, May 02, 2003 11:49 AM
Subject: [prog] Java Trees & Linked Lists


> Could someone advise me on a good book
> or two on programming double Linked Lists
> and binary trees with Java?
> I'm just learning Java now, but I need a
> useful objective. You can't do much without
> good data structures. Nothing that I'm
> interested in, anyway.
> I suspect these books will be expensive.
> Might there be some free tutorials on the
> Web somewhere? ( I doubt it ).
> I just hope there's a good book out there that
> uses simple language and has lots of examples.
> ( fat chance )
> Any advice would be welcome.
>
> _______________________________________________
> Programming mailing list
> Programming at linuxchix.org
> http://mailman.linuxchix.org/mailman/listinfo/programming
>




More information about the Programming mailing list