Book for algorithms

Does anyone know a good book for studying algorithms in java?
[68 byte] By [solutionseekera] at [2007-9-30 1:38:59]
# 1
Robert Sedgewick : Algorithms in java Publisher Addison-wesley
FahleEa at 2007-7-16 6:16:23 > top of Java-index,Other Topics,Algorithms...
# 2
Why study algorithms in Java? I prefer to study them in pseudocode, for which I recommend CLR (Introduction to Algorithms by Cormen, Leiserson and Rivest).
YATArchivista at 2007-7-16 6:16:23 > top of Java-index,Other Topics,Algorithms...
# 3
you are right about the book but from his login name yuo can guess that he is looking for imlemetations more than the alogritms
aviadmoa at 2007-7-16 6:16:23 > top of Java-index,Other Topics,Algorithms...
# 4
How about a website?Dictionary of Algorithms and Data Structures http://www.nist.gov/dads/
rkconnera at 2007-7-16 6:16:23 > top of Java-index,Other Topics,Algorithms...
# 5
numerical receipes ?
silk.ma at 2007-7-16 6:16:23 > top of Java-index,Other Topics,Algorithms...
# 6
> Dictionary of Algorithms and Data Structures> http://www.nist.gov/dads/I get 'connection refused' when trying to access this URL. Is it restricted to US.
sabre150a at 2007-7-16 6:16:23 > top of Java-index,Other Topics,Algorithms...
# 7
> I get 'connection refused' when trying to access this URL. Is it restricted to US.Nonsense. I can access it quite happily from the UK. Check your HTTP proxy.
YATArchivista at 2007-7-16 6:16:23 > top of Java-index,Other Topics,Algorithms...
# 8
> > I get 'connection refused' when trying to access> this URL. Is it restricted to US.> > Nonsense. I can access it quite happily from the UK.> Check your HTTP proxy.Don't have a proxy but URL is OK today!
sabre150a at 2007-7-16 6:16:23 > top of Java-index,Other Topics,Algorithms...