Lists In Java

Some people don't know how to make linked lists and binary trees. mabe some of move advanced programers will share thei knowlange aboute best solutions building tree structure an list structure.
[202 byte] By [Proroka] at [2007-9-28 6:41:01]
# 1
1. See java.util.LinkedList2. That's textbook stuff. Get a copy of something like "Introduction to Algorithms" (Cormen, Leiserson and Rivest).
YATArchivista at 2007-7-9 17:52:40 > top of Java-index,Other Topics,Algorithms...
# 2

Yeah.. even the likes of Deitel does a decent job in "Java: How to Program." I don't think asking "advanced programmers" to just "share their knowledge" without asking specifically what you are trying to accomplish is going to impart much enthusiasm on these boards... but hey, I have been known to be wrong.

ArtVandelaya at 2007-7-9 17:52:40 > top of Java-index,Other Topics,Algorithms...
# 3
I know that there is LinkedList buti think that everyone should know how is it build of... give some names of the books withstructural algorithms, best would be if they'd be avaliable in pdf.
Proroka at 2007-7-9 17:52:40 > top of Java-index,Other Topics,Algorithms...
# 4
I hate to sound rude, but go back to school and learn better English. You're killing me, and sound like you are 10 years old. Either that, or you are taking the piss.
ArtVandelaya at 2007-7-9 17:52:40 > top of Java-index,Other Topics,Algorithms...
# 5
:) I've always had problems with writing correcty not only in english... Sorry for that but it's not my foult :(. And additionally in the place I write from it's usually aboute 00:00 when I look at this forum, so I'm already little bit tired at that time.
Proroka at 2007-7-9 17:52:40 > top of Java-index,Other Topics,Algorithms...
# 6

> I hate to sound rude, but go back to school and learn

> better English. You're killing me, and sound like you

> are 10 years old. Either that, or you are taking the

> piss.

People all over the world have access to Java Forums.

There are languages other than English.

mgbolusma at 2007-7-9 17:52:40 > top of Java-index,Other Topics,Algorithms...