PDA

View Full Version : Libro sulle implementazioni di algoritmi e ADT in JAVA


Maverick82^
19-12-2003, 13:27
Qualcuno mi sa dire un buon libro che riguardi l'implementazione di algoritmi, ma soprattutto ADT (abstract data type) in JAVA? Magari anche in c++, mi interessano i concetti.

kingv
19-12-2003, 13:32
Data Structures and Algorithms in Java - edito da SAMS

Ti posto l'indice, guarda se puo' fare al caso tuo:



Part I
Chapter 1 - Overview
Chapter 2 - Arrays
Chapter 3 - Simple Sorting
Part II
Chapter 4 - Stacks and Queues
Chapter 5 - Linked Lists -
Chapter 6 - Recursion
Part III
Chapter 7 - Advanced Sorting
Chapter 8 - Binary Trees
Chapter 9 - Red-Black Trees
Part IV
Chapter 10 - 2-3-4 Trees and External Storage
Chapter 11 - Hash Tables
Chapter 12 - Heaps
Part V
Chapter 13 - Graphs
Chapter 14 - Weighted Graphs
Chapter 15 - When to Use What
Part VI Appendixes
Appendix A - How to Run the Workshop Applets and Example Programs
Appendix B - Further Reading

kingv
19-12-2003, 13:34
ah e' solo sugli algoritmi ;)

Maverick82^
19-12-2003, 16:32
Originariamente inviato da kingv
Data Structures and Algorithms in Java - edito da SAMS

Ti posto l'indice, guarda se puo' fare al caso tuo:



Part I
Chapter 1 - Overview
Chapter 2 - Arrays
Chapter 3 - Simple Sorting
Part II
Chapter 4 - Stacks and Queues
Chapter 5 - Linked Lists -
Chapter 6 - Recursion
Part III
Chapter 7 - Advanced Sorting
Chapter 8 - Binary Trees
Chapter 9 - Red-Black Trees
Part IV
Chapter 10 - 2-3-4 Trees and External Storage
Chapter 11 - Hash Tables
Chapter 12 - Heaps
Part V
Chapter 13 - Graphs
Chapter 14 - Weighted Graphs
Chapter 15 - When to Use What
Part VI Appendixes
Appendix A - How to Run the Workshop Applets and Example Programs
Appendix B - Further Reading

Grazie. L'ho trovato sul web :D