Programming Pearls (häftad)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
256
Utgivningsdatum
1999-10-01
Upplaga
2 r.e.
Förlag
Addison-Wesley Professional
Illustratör/Fotograf
Illustrations
Illustrationer
Illustrations
Dimensioner
235 x 160 x 17 mm
Vikt
460 g
Antal komponenter
1
ISBN
9780201657883

Programming Pearls

(1 röst)
Häftad,  Engelska, 1999-10-01
475
  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Offering advice for programmers at entry level, each chapter in this work discusses problems the programmer might face on any day, and suggests methods to get around them.
Visa hela texten

Passar bra ihop

  1. Programming Pearls
  2. +
  3. Digital Minimalism

De som köpt den här boken har ofta också köpt Digital Minimalism av Cal Newport (häftad).

Köp båda 2 för 603 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Jon Bentley

  • Autopia

    Jon Bentley

    Cars are one of the most significant human creations. They changed our cities. They changed our lives. They changed everything. But in the next thirty years, this technology will itself change enormously. If Google get their way, are we all going ...

Övrig information

I. PRELIMINARIES. Column 1. Cracking the Oyster. A Friendly Conversation.Precise Problem Statement.Program Design.Implementation Sketch.Principles.Problems.Further Reading.Column 2. Aha! Algorithms. Three Problems.Ubiquitous Binary Search.The Power of Primitives.Getting It Together: Sorting.Principles * Problems.Further Reading.Implementing an Anagram Program.Column 3. Data Structures Programs. A Survey Program.Form-Letter Programming.An Array of Examples.Structuring Data.Powerful Tools for Specialized Data.Principles.Problems.Further Reading.Column 4. Writing Correct Programs. The Challenge of Binary Search.Writing the Program.Understanding the Program.Principles.The Roles of Program Verification.Problems.Further Reading.Column 5. A Small Matter of Programming. From Pseudocode to C.A Test Harness.The Art of Assertion.Automated Testing.Timing.The Complete Program.Principles.Problems.Further Reading.Debugging.II. PERFORMANCE. Column 6. Perspective on Performance. A Case Study.Design Levels.Principles.Problems.Further Reading.Column 7. The Back of the Envelope. Basic Skills.Performance Estimates.Safety Factors.Little's Law.Principles.Problems.Further Reading.Quick Calculations in Everyday Life.Column 8. Algorithm Design Techniques. The Problem and a Simple Algorithm.Two Quadratic Algorithms.A Divide-and-Conquer Algorithm.A Scanning Algorithm.What Does It Matter?Principles.Problems.Further Reading.Column 9. Code Tuning. A Typical Story.A First Aid Sampler.Major Surgery--Binary Search.Principles.Problems.Further Reading.Column 10. Squeezing Space. The Key--Simplicity.An Illustrative Problem.Techniques for Data Space.Techniques for Code Space.Principles.Problems.Further Reading.A Big Squeeze.III. THE PRODUCT. Column 11. Sorting. Insertion Sort.A Simple Quicksort.Better Quicksorts.Principles.Problems.Further Reading.Column 12. A Sample Problem. The Problem.One Solution.The Design Space.Principles.Problems.Further Reading.Column 13. Searching. The Interface.Linear Structures.Binary Search Trees.Structures for Integers.Principles.Problems.Further Reading.A Real Searching Problem.Column 14. Heaps. The Data Structure.Two Critical Functions.Priority Queues.A Sorting Algorithm.Principles.Problems.Further Reading.Column 15. Strings of Pearls. Words.Phrases.Generating Text.Principles.Problems.Further Reading.Epilog to the First Edition. Epilog to the Second Edition. Appendix 1. A Catalog of Algorithms. Appendix 2. An Estimation Quiz. Appendix 3. Cost Models for Time and Space. Appendix 4. Rules for Code Tuning. Appendix 5. C++ Classes for Searching. Hints for Selected Problems. Solutions to Selected Problems. Index. 0201657880T04062001

Innehållsförteckning

I. Preliminaries Column 1. Cracking the Oyster Column 2. Aha! Algorithms Column 3. Data Structures Programs Column 4. Writing Correct Programs Column 5. A Small Matter of Programming II. Performance Column 6. Perspective on Performance Column 7. The Back of the Envelope Column 8. Algorithm Design Techniques Column 9. Code Tuning Column 10. Squeezing Space III. The Product Column 11. Sorting Column 12. A Sample Problem Column 13. Searching Column 14. Heaps Column 15. Strings of Pearls Epilog to the First Edition Epilog to the Second Edition App. 1. A Catalog of Algorithms App. 2. An Estimation Quiz App. 3. Cost Models for Time and Space App. 4. Rules for Code Tuning App. 5. C++ Classes for Searching Hints for Selected Problems Solutions to Selected Problems Index