Login
Register
Home || Search || About us || Blog || Contact us || Other book sites

Name: The Algorithm Design Manual

Author: Steven S. Skiena
Rank:

Rating:

Original Rating:

Popularity: 1.6
Genres/categories: Computer Science, Programming, Non Fiction

Purchase/research links:
This volume helps take some of the "mystery" out of identifying and dealing with key algorithms. Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.
Similar books:

Algorithms
by Robert Sedgewick

Data Structures and Algorithms
by Alfred V. Aho

Introduction to Algorithms
by Thomas H. Cormen

The Design and Analysis of Computer Algorithms
by Alfred V. Aho

Algorithms + Data Structures = Programs
by Niklaus Wirth

Algorithms in C
by Robert Sedgewick

The C Programming Language
by Brian W. Kernighan

Code Complete
by Steve McConnell

Refactoring
by Martin Fowler

Effective Java
by Joshua Bloch

Mastering Regular Expressions
by Jeffrey E. F. Friedl

JavaScript: The Good Parts
by Douglas Crockford

Java Concurrency in Practice
by Brian Goetz

The Clean Coder
by Robert C. Martin

Practical Vim
by Drew Neil

Working Effectively with Legacy Code
by Michael Feathers

The UNIX Programming Environment
by Brian W. Kernighan

Domain-Driven Design
by Eric Evans

Practical Common Lisp
by Peter Seibel

Learn You a Haskell for Great Good!
by Miran Lipovaca