A Programmer's Companion to Algorithm Analysis
Autor Ernst L. Leissen Limba Engleză Hardback – 29 aug 2017
Consisting of two main complementary parts, the book emphasizes the concrete aspects of translating an algorithm into software that should perform based on what the algorithm analysis indicated. In the first part, the author describes the idealized universe that algorithm designers inhabit while the second part outlines how this ideal can be adapted to the real world of programming. The book explores analysis techniques, including crossover points, the influence of the memory hierarchy, implications of programming language aspects, such as recursion, and problems arising from excessively high computational complexities of solution methods. It concludes with four appendices that discuss basic algorithms; memory hierarchy, virtual memory management, optimizing compilers, and garbage collection; NP-completeness and higher complexity classes; and undecidability in practical terms.
Applying the theory of algorithms to the production of software, A Programmer's Companion to Algorithm Analysis fulfills the needs of software programmers and developers as well as students by showing that with the correct algorithm, you can achieve a functional software program.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 393.90 lei 6-8 săpt. | |
CRC Press – 26 sep 2006 | 393.90 lei 6-8 săpt. | |
Hardback (1) | 970.75 lei 6-8 săpt. | |
CRC Press – 29 aug 2017 | 970.75 lei 6-8 săpt. |
Preț: 970.75 lei
Preț vechi: 1424.17 lei
-32% Nou
Puncte Express: 1456
Preț estimativ în valută:
185.79€ • 195.100$ • 154.83£
185.79€ • 195.100$ • 154.83£
Carte tipărită la comandă
Livrare economică 03-17 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781138402256
ISBN-10: 1138402257
Pagini: 272
Dimensiuni: 156 x 234 x 20 mm
Greutate: 0.52 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
ISBN-10: 1138402257
Pagini: 272
Dimensiuni: 156 x 234 x 20 mm
Greutate: 0.52 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Public țintă
ProfessionalRecenzii
"… an interesting book which addresses some of the issues which inhibit the development of perfect-world software. … In my opinion, this book should be on the bookshelf of anyone aspiring to become a good programmer. … this book would be a good auxiliary book in courses on algorithms, especially those intended for students intent on becoming software developers. Similarly with an advanced programming-type course. The book also would work well for self-study."
—Dean Kelley, SIGACT News, Vol. 40, No. 2
—Dean Kelley, SIGACT News, Vol. 40, No. 2
Cuprins
A Taxonomy of Algorithmic Complexity. Fundamental Assumptions Underlying Algorithmic Complexity. Examples of Complexity Analysis. Sources of Disappointments. Implications of Nonuniform Memory for Software. Implications of Compiler and Systems Issues for Software. Implicit Assumptions. Implications of the Finiteness of the Representation of Numbers. Asymptotic Complexities and the Selection of Algorithms. Infeasibility and Undecidability: Implications for Software Development. Appendix I: Algorithms Every Programmer Should Know. Appendix II: Overview of Systems Implicated in Program Analysis. Appendix III: NP-Completeness and Higher Complexity Classes. Appendix IV: Review of Undecidability.Bibliography. Index.
Descriere
Explains the fundamental differences between the computational model assumed for algorithms and the real architectures in which programs execute. This book highlights the pitfalls that can occur when implementing an algorithm as software and offers suggestions to solve these problems.