Algorithms in a Nutshell: A Desktop Quick Reference by George T. Heineman ; Gary Pollice ; Stanley Selkow

Algorithms in a Nutshell: A Desktop Quick Reference

by George T. Heineman ; Gary Pollice ; Stanley Selkow

Price: £24.99

Discount: 35%
RRP: 38.50

More Details

Description

Creating software systems involves more than simply writing a program. It requires creativity and technical excellence. Technical excellence includes the ability to make programs robust and efficient. Efficient algorithms are at the heart of all but the most trivial programs. Programmers, however, seldom think about the algorithms in their programs until they encounter problems. Many programmers do not have a background in algorithm analysis and design and if they do, they don't take the time to find the right algorithm for their needs.

 Algorithms in a Nutshell helps programmers select, analyze, and implement the right algorithms for their particular needs. It provides just enough mathematics to let the reader understand and analyze algorithm performance. The algorithms in the book are based upon the type of problems they address. Each algorithm is presented in the style of a design pattern - an approach, or plan for how to solve the problem accompanied by the information needed to understand why the algorithm is appropriate, how one might determine why the algorithm is the right one, and implementation tips. This is a major benefit to the reader. Just as design patterns for object-oriented design enable developers to use a common language to describe their designs, we believe that providing a pattern language for algorithms can enable similar communication benefits.

CONTENTS:

PrefacePart I: I
* Chapter 1: Algorithms Matter
* Chapter 2: The Mathematics of Algorithms
* Chapter 3: Patterns and DomainsPart II: II
* Chapter 4: Sorting Algorithms
* Chapter 5: Searching
* Chapter 6: Graph Algorithms
* Chapter 7: Path Finding in AI
* Chapter 8: Network Flow Algorithms
* Chapter 9: Computational GeometryPart III: III
* Chapter 10: When All Else Fails
* Chapter 11: EpiloguePart IV: IV
* Appendix A: BenchmarkingAbout the AuthorsColophon
Published

01 Nov 2008

Publisher

O'REILLY & ASSOCIATES

ISBN

9780596516246

Pages

345

Static Book Details Index Page - Click Here to go to Computer Manuals Website