Dekorationsartikel gehören nicht zum Leistungsumfang.
Programming Pearls
Taschenbuch von Jon Bentley
Sprache: Englisch

46,95 €*

inkl. MwSt.

Versandkostenfrei per Post / DHL

Lieferzeit 1-2 Wochen

Kategorien:
Beschreibung
Written in a quick and lively style, this book is packed with good advice and is a valuable read for programmers at any level. Each chapter discusses a problem the programmer will face every day, and suggests methods around it. The philosophy underlying the book is creativity. The author encourages the programmer to think creatively and to find new ways around old problems. This approach is still fresh and welcomed by many software groups.
Written in a quick and lively style, this book is packed with good advice and is a valuable read for programmers at any level. Each chapter discusses a problem the programmer will face every day, and suggests methods around it. The philosophy underlying the book is creativity. The author encourages the programmer to think creatively and to find new ways around old problems. This approach is still fresh and welcomed by many software groups.
Inhaltsverzeichnis

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. [...]T[...]

Details
Erscheinungsjahr: 1999
Fachbereich: Programmiersprachen
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 256
Inhalt: Kartoniert / Broschiert
ISBN-13: 9780201657883
ISBN-10: 0201657880
UPC: 785342657883
EAN: 0785342657883
Sprache: Englisch
Einband: Kartoniert / Broschiert
Autor: Bentley, Jon
Auflage: 2nd edition
Hersteller: Taylor & Francis Ltd (Sales)
Maße: 231 x 159 x 15 mm
Von/Mit: Jon Bentley
Erscheinungsdatum: 27.09.1999
Gewicht: 0,367 kg
preigu-id: 106644137
Inhaltsverzeichnis

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. [...]T[...]

Details
Erscheinungsjahr: 1999
Fachbereich: Programmiersprachen
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 256
Inhalt: Kartoniert / Broschiert
ISBN-13: 9780201657883
ISBN-10: 0201657880
UPC: 785342657883
EAN: 0785342657883
Sprache: Englisch
Einband: Kartoniert / Broschiert
Autor: Bentley, Jon
Auflage: 2nd edition
Hersteller: Taylor & Francis Ltd (Sales)
Maße: 231 x 159 x 15 mm
Von/Mit: Jon Bentley
Erscheinungsdatum: 27.09.1999
Gewicht: 0,367 kg
preigu-id: 106644137
Warnhinweis

Ähnliche Produkte

Ähnliche Produkte