Algorithms in a nutshell

"Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell describes existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs - w...

Full description

Bibliographic Details
Main Author: Heineman, George T.
Other Authors: Selkow, Stanley, Pollice, Gary
Format: eBook
Language:English
Published: Sebastopol, Calif. O'Reilly 2009
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • 1. Algorithms Matter
  • 2. The Mathematics of Algorithms
  • 3. Patterns and Domains
  • 4. Sorting Algorithms
  • 5. Searching
  • 6. Graph Algorithms
  • 7. Path Finding in AI
  • 8. Network Flow Algorithms
  • 9. Computational Geometry
  • 10. When All Else Fails
  • 11. Epilogue
  • App. Benchmarking