Cantitate/Preț
Produs

Data Structures & Algorithm Analysis in C++: Dover Books on Computer Science

Autor Clifford A. Shaffer
en Limba Engleză Paperback – 31 aug 2011
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 "Microsoft" "C++" 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.
Citește tot Restrânge

Din seria Dover Books on Computer Science

Preț: 14244 lei

Preț vechi: 23666 lei
-40% Nou

Puncte Express: 214

Preț estimativ în valută:
2726 2880$ 2279£

Carte disponibilă

Livrare economică 11-18 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780486485829
ISBN-10: 048648582X
Pagini: 594
Dimensiuni: 175 x 254 x 33 mm
Greutate: 1.07 kg
Ediția:3
Editura: Dover Publications
Seria Dover Books on Computer Science


Notă biografică

Clifford Shaffer is a Computer Science Professor at Virginia Commonwealth University (Virginia Tech).

Cuprins

Preface I Preliminaries 1. Data Structures and Algorithms 2. Mathematical Preliminaries 3. Algorithm 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. Indexing IV Advanced Data Structures 11. Graphs 12. Lists and Arrays Revisited 13. Advanced Tree Structures V Theory of Algorithms 14. Analysis Techniques 15. Lower Bounds 16. Patterns of Algorithms 17. Limits to Computation Bibliography Index