Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

DATA STRUCTURES & ALGORITHM ANALYSIS IN JAVA 3E
Título:
DATA STRUCTURES & ALGORITHM ANALYSIS IN JAVA 3E
Subtítulo:
Autor:
SHAFFER, C
Editorial:
DOVER
Año de edición:
2011
Materia
JAVA
ISBN:
978-0-486-48581-2
Páginas:
582
40,50 €

 

Sinopsis

With its focus on creating efficient data structures and algorithms, this comprehensive text helps readers understand how to select or design the tools that will best solve specific problems. It uses ´Java´ as the programming language and is suitable for second-year data structure courses and computer science courses in algorithm analysis.
Techniques for representing data are presented within the context of assessing costs and benefits, promoting an understanding of the principles of algorithm analysis and the effects of a chosen physical medium. The text also explores tradeoff issues, familiarizes readers with the most commonly used data structures and their algorithms, and discusses matching appropriate data structures to applications. The author offers explicit coverage of design patterns encountered in the course of programming the book´s basic data structures and algorithms. Numerous examples appear throughout the text.



Table of Contents:
Preface I Preliminaries 1. Data Structures and Algorithims 2. Mathematical Preliminaries 3. Algorithim Analysis II Fundamental Data Structures 4. Lists, Stacks, and Queues 5. Binary Trees 6. Non-Binary Trees III Sorting and Searching 7. Internal Sorting 8. File Processing and External Sorting 9. Searching 10. Indexcing IV Advanced Data Structures 11. Graphs 12. Lists and Arrays Revisited 13. Advanced Treetructures V Theory of Algorithims 14. Analysis Techniques 15. Lower Bounds 16. Psatterns of Algorithims 17. Limits to Computation Bibliography Index ´