• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

recommendation for a book on java algorithms ?

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any book is good for java algorithms which could cover

1.Graphs
2. Trees
3. Searching Algorithms
4. Plane-Sweep Algorithms
5. Greedy Algorithms
6. Divide-and-Conquer Algorithms
7. On-Line Algorithms
8. Real-Time Algorithms
9. Elimination Algorithms
10. Distributive Algorithms
11. Prune-and-Search Methods
12. Linear Programming
13. Probabilistic Algorithms
14. Approximation Algorithms
15. Parallel Algorithms
16. Numerical Algorithms
17. Geometric Algorithms
18. Sequence Comparison
19. generic Algorithms

Do you have some recommendation? Thanks.
 
Ranch Hand
Posts: 1252
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Edward Chen:
Any book is good for java algorithms which could cover

1.Graphs
2. Trees
3. Searching Algorithms
4. Plane-Sweep Algorithms
5. Greedy Algorithms
6. Divide-and-Conquer Algorithms
7. On-Line Algorithms
8. Real-Time Algorithms
9. Elimination Algorithms
10. Distributive Algorithms
11. Prune-and-Search Methods
12. Linear Programming
13. Probabilistic Algorithms
14. Approximation Algorithms
15. Parallel Algorithms
16. Numerical Algorithms
17. Geometric Algorithms
18. Sequence Comparison
19. generic Algorithms

Do you have some recommendation? Thanks.



Well Don't you think so, that you become some how greedy.....

Well I cann't sure that any single book will contains all these..

But some good books are.
1. Java Collections: An Introduction to Abstract Data Types, Data Structures and Algorithms

2. Java Collections - John Jukowski

Hope these books may be usefull for you.
 
Ranch Hand
Posts: 236
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My vote's definitely for:
"Algorithms in Java, 3rd Ed", Robert Sedgewick
[ September 08, 2006: Message edited by: Paul Santa Maria ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic