The Algorithm Design Manual (Steven S. Skiena)

 
0.0 (0)
The Algorithm Design Manual (Steven S. Skiena)

This book serves as a manual on algorithm design, giving computer experts and students alike access to combinatorial algorithm technology. It uses a narrative to explain the principles of algorithms in a way that makes the information interesting and simple to understand.

I've found that the majority of professional programmers are ill-equipped to handle issues with algorithm design. It's unfortunate because one of the fundamentally useful technologies in computer science is the methodology of algorithm design.

Designing accurate, effective, and implementable algorithms for real-world issues necessitates expertise from two different knowledge bases:

  • Techniques - Good algorithm designers understand several fundamental algorithm design techniques, including data structures, dynamic programming, depth-first search, backtracking, and heuristics. Perhaps the single most important design technique is modeling, the art of abstracting a messy real-world application into a clean problem suitable for algorithmic attacks.
  • Resources - Good algorithm designers stand on the shoulders of giants. Rather than laboring from scratch to produce a new algorithm for every task, they can figure out what is known about a particular problem. Rather than re-implementing popular algorithms from scratch, they seek existing implementations to serve as a starting point. They are familiar with many classic algorithmic problems, which provide sufficient source material to model most any application.

This revised and updated second edition of a timeless blockbuster continues to debunk the "mystery" surrounding the creation, evaluation, and efficacy of algorithms. The book has improved on the extremely effective formula of the first edition and is now the standard textbook for any algorithm design course while continuing to hold its position as the top practical reference manual for algorithms.

Ebook Details

About the Authors
Professor of Computer Science Steven Skiena teaches at Stony Brook University. His areas of interest in study include the creation of geometric, string, and graph algorithms as well as their use (particularly to biology).
Publisher
Published
Published Date / Year
Corrected edition (1997); Springer; 2nd edition (2010)
Hardcover
752 pages
eBook Format
PDF (739 pages, 3.89 MB)
ISBN-10
1849967202
ISBN-13
978-1849967204

Similar Programming & Computer Books

Éléments d'algorithmique - Algorithmic elements (D. Beauquier, et al)
This free programming book differs from other treatises on algorithms in two ways: first, we give special attention to the new tree structures that have emerged recently (bicolor trees,...
Complexité algorithmique - Algorithmic complexity (Sylvain Perifel)
The foundational ideas of algorithmic complexity theory are first covered in this free programming book before moving on to a number of more sophisticated subjects. ...
Algorithmique du texte - Text Algorithms (Maxime Crochemore, et al)
This free programming book offers a broad overview of text-processing algorithms. As such, it is an algorithmic book, but one whose goal is to utilize computers to manipulate language....
Strategic Foundations of General Equilibrium: Dynamic Matching and Bargaining Games (Douglas Gale)
Since Adam Smith's day, the theory of competition has played a significant role in economic study. This book, published by one of the most eminent modern economic theorists, details...
The Pure Logic Of Choice (Richard D. Fuerle)
A broad theory of economics based on free will is presented in this free programming book. The assumption that humans have free will and the ability to alter physical...
Price Theory: An Intermediate Text (David D. Friedman)
In order to help the reader grasp the economic way of thinking, the author first gives verbal, intuitive explanations of the topics before using graphs and/or calculus to illustrate...
Computer Arithmetic of Geometrical Figures: Algorithms and Hardware Design (S. I. Khmelnik)
This free programming book describes many iterations of processors made for affine transformations of planar and spatial many-dimensional figures. This processor is designed to perform affine transformations on geometrical...
Parallel Complexity Theory (Sanjeev Arora, et al.)
The focus of this free programming book is the research of Parallel Computing and Programming, which serves as an abstract indicator of the complexity of parallel computing problems. ...
Computational Complexity: A Conceptual Perspective (Oded Goldreich)
The study of the innate complexity of computer jobs is introduced conceptually in this free programming book. It is meant to be used as a textbook or for independent...
Computational Complexity (Wikibooks)
All computer science grads should read this free programming book since it offers information that is fundamental to their understanding of computation theory. ...

Others Programming Books by Springer

Stochastic Calculus and Finance (Steven E. Shreve)
The first 10 years of the Carnegie Mellon Professional Master program in Computational Finance led to the development of stochastic calculus for finance. Students with calculus and probability based...
Handbook of Digital Face Manipulation and Detection: From DeepFakes to Morphing Attacks (Christian Rathgeb, et al)
The first thorough compilation of research on the popular subject of digital face alteration, including DeepFakes, Face Morphing, and Reenactment, is offered in this open access book. ...
Bayes Factors for Forensic Decision Analyses with R (Silvia Bozza, et al)
With the help of the R programming language, this book offers a self-contained introduction to computational Bayesian statistics. This free programming book, which primarily focuses on Bayes factors supported...
Multimedia Forensics (Husrev Taha Sencar, et al)
The field of media forensics has never been more important to modern society. Media content not only makes up an ever-growing portion of the data that is transmitted over...
MMIXware: A RISC Computer for the Third Millennium (Donald E. Knuth)
This free programming book is a compilation of CWEB applications that turn MMIX into a virtual world. Among the included utilities are two simulators that run the programs in...
Ada 95 Rationale - The Language - The Standard Libraries (Laurent Guerby)
The justification for Ada 95, the updated International Standard, is discussed in this book. The first section, titled "Introduction to Ada 95," provides a general discussion of the program's...
Ada 95 Reference Manual: Language and Standard Libraries (Tucker S. Taft, et al)
The new International Standard ISO/IEC 8652:1995(E) for the Ada programming language is nearly identical to this Ada 95 Reference Manual.
Ada 95: The Lovelace Tutorial (David A. Wheeler)
Ada 95, one of the most popular programming languages in use today, is introduced by Lovelace. No prior knowledge of Ada is assumed, and all the fundamentals of the...
Introducing Ada 95 - The Language for a Complex World (John Barnes)
Ada is a programming language of particular value when creating large, reliable programs. This document introduces Ada 95, the updated International Standard, which increases Ada's flexibility and expands its...
Mathematical Modeling of the Human Brain: From Magnetic Resonance Images to Finite Element Simulation (Kent-André Mardal, et al)
This open-access book connects standard imaging and neuroscience technologies with the numerical solution of PDEs for brain modeling.
Mobile Forensics - The File Format Handbook (Christian Hummert, et al)
This free book compiles information on several file systems and file formats frequently used on mobile devices. Along with a basic explanation of the formats, there is information about...
Concrete Semantics: With Isabelle/HOL (Tobias Nipkow, et al.)
The reader learns how to use a proof assistant as a practical instrument for formal proofs concerning computer science artifacts as well as the art of exact logical reasoning...
Lectures on Symplectic Geometry (Ana Cannas da Silva)
These notes are intended to give graduate students who have some background in differential geometry, de Rham theory, and classical Lie groups a quick introduction to symplectic geometry. ...
Theory of Seismic Imaging (John A. Scales)
Currently, seismic imaging techniques are used to create images of the Earth's subsurface properties at a variety of length scales, from long-period images of the entire planet to high-resolution,...
Quantum Computing for the Quantum Curious (Ciaran Hughes, et al.)
With the publication of this open-access book, quantum computing is now more available than ever. Quantum computing, a rapidly expanding area at the nexus of physics and computer science,...
Scaling a Software Business: The Digitalization Journey (B. Fitzgerald, et al.)
The game's rules have been altered by software. Everyone talks about how society and industry are becoming more digitalized, and how the emphasis has switched from creating actual goods...
A Practical Theory of Programming (Eric C.R. Hehner)
Understanding the underlying theoretical paradigm is necessary to comprehend programming and programming languages. This book examines programming concepts that can be mathematically proven.
Error-Correction Coding and Decoding (Martin Tomlinson, et al)
The theory and practical uses of self-correcting data, sometimes known as error-correcting codes, are covered in this book.
The Functional Analysis of Quantum Information Theory (Ved Prakash Gupta, et al)
With a particular emphasis on their use in quantum information science, this book gives readers a condensed introduction to recent studies on operator algebras and their generalizations, operator spaces,...
Bayesian Methods in the Search for MH370 (Samuel Davey, et al.)
This book shows how a probability distribution of potential MH370 flight trajectories was generated using nonlinear/non-Gaussian Bayesian time series estimate techniques.

User reviews

There are no user reviews for this listing.
Ratings
Rate this Book
Comments