The Algorithm Design Manual

The Algorithm Design Manual pdf epub mobi txt 電子書 下載2025

Steven Skiena (1961-, http://www.cs.sunysb.edu/~skiena/) is a Professor of Computer Science in State University of New York at Stony Brook

出版者:Springer
作者:Steve S. Skiena
出品人:
頁數:486
译者:
出版時間:1998-8-1
價格:GBP 53.91
裝幀:Hardcover
isbn號碼:9780387948607
叢書系列:
圖書標籤:
  • 算法 
  • Algorithm 
  • 計算機 
  • Programming 
  • 算法設計 
  • 編程 
  • 算法與數據結構 
  • 數學 
  •  
想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Contents

u Techniques

u Introduction to Algorithms

u Correctness and Efficiency

u Correctness

u Efficiency

u Expressing Algorithms

u Keeping Score

u The RAM Model of Computation

u Best, Worst, and Average-Case Complexity

u The Big Oh Notation

u Growth Rates

u Logarithms

u Modeling the Problem

u About the War Stories

u War Story: Psychic Modeling

u Exercises

u Data Structures and Sorting

u Fundamental Data Types

u Containers

u Dictionaries

u Binary Search Trees

u Priority Queues

u Specialized Data Structures

u Sorting

u Applications of Sorting

u Approaches to Sorting

u Data Structures

u Incremental Insertion

u Divide and Conquer

u Randomization

u Bucketing Techniques

u War Story: Stripping Triangulations

u War Story: Mystery of the Pyramids

u War Story: String 'em Up

u Exercises

u Breaking Problems Down

u Dynamic Programming

u Fibonacci numbers

u The Partition Problem

u Approximate String Matching

u Longest Increasing Sequence

u Minimum Weight Triangulation

u Limitations of Dynamic Programming

u War Story: Evolution of the Lobster

u War Story: What's Past is Prolog

u War Story: Text Compression for Bar Codes

u Divide and Conquer

u Fast Exponentiation

u Binary Search

u Square and Other Roots

u Exercises

u Graph Algorithms

u The Friendship Graph

u Data Structures for Graphs

u War Story: Getting the Graph

u Traversing a Graph

u Breadth-First Search

u Depth-First Search

u Applications of Graph Traversal

u Connected Components

u Tree and Cycle Detection

u Two-Coloring Graphs

u Topological Sorting

u Articulation Vertices

u Modeling Graph Problems

u Minimum Spanning Trees

u Prim's Algorithm

u Kruskal's Algorithm

u Shortest Paths

u Dijkstra's Algorithm

u All-Pairs Shortest Path

u War Story: Nothing but Nets

u War Story: Dialing for Documents

u Exercises

u Combinatorial Search and Heuristic Methods

u Backtracking

u Constructing All Subsets

u Constructing All Permutations

u Constructing All Paths in a Graph

u Search Pruning

u Bandwidth Minimization

u War Story: Covering Chessboards

u Heuristic Methods

u Simulated Annealing

u Traveling Salesman Problem

u Maximum Cut

u Independent Set

u Circuit Board Placement

u Neural Networks

u Genetic Algorithms

u War Story: Annealing Arrays

u Parallel Algorithms

u War Story: Going Nowhere Fast

u Exercises

u Intractable Problems and Approximations

u Problems and Reductions

u Simple Reductions

u Hamiltonian Cycles

u Independent Set and Vertex Cover

u Clique and Independent Set

u Satisfiability

u The Theory of NP-Completeness

u 3-Satisfiability

u Difficult Reductions

u Integer Programming

u Vertex Cover

u Other NP-Complete Problems

u The Art of Proving Hardness

u War Story: Hard Against the Clock

u Approximation Algorithms

u Approximating Vertex Cover

u The Euclidean Traveling Salesman

u Exercises

u How to Design Algorithms

u Resources

u A Catalog of Algorithmic Problems

u Data Structures

u Dictionaries

u Priority Queues

u Suffix Trees and Arrays

u Graph Data Structures

u Set Data Structures

u Kd-Trees

u Numerical Problems

u Solving Linear Equations

u Bandwidth Reduction

u Matrix Multiplication

u Determinants and Permanents

u Constrained and Unconstrained Optimization

u Linear Programming

u Random Number Generation

u Factoring and Primality Testing

u Arbitrary-Precision Arithmetic

u Knapsack Problem

u Discrete Fourier Transform

u Combinatorial Problems

u Sorting

u Searching

u Median and Selection

u Generating Permutations

u Generating Subsets

u Generating Partitions

u Generating Graphs

u Calendrical Calculations

u Job Scheduling

u Satisfiability

u Graph Problems: Polynomial-Time

u Connected Components

u Topological Sorting

u Minimum Spanning Tree

u Shortest Path

u Transitive Closure and Reduction

u Matching

u Eulerian Cycle / Chinese Postman

u Edge and Vertex Connectivity

u Network Flow

u Drawing Graphs Nicely

u Drawing Trees

u Planarity Detection and Embedding

u Graph Problems: Hard Problems

u Clique

u Independent Set

u Vertex Cover

u Traveling Salesman Problem

u Hamiltonian Cycle

u Graph Partition

u Vertex Coloring

u Edge Coloring

u Graph Isomorphism

u Steiner Tree

u Feedback Edge/Vertex Set

u Computational Geometry

u Robust Geometric Primitives

u Convex Hull

u Triangulation

u Voronoi Diagrams

u Nearest Neighbor Search

u Range Search

u Point Location

u Intersection Detection

u Bin Packing

u Medial-Axis Transformation

u Polygon Partitioning

u Simplifying Polygons

u Shape Similarity

u Motion Planning

u Maintaining Line Arrangements

u Minkowski Sum

u Set and String Problems

u Set Cover

u Set Packing

u String Matching

u Approximate String Matching

u Text Compression

u Cryptography

u Finite State Machine Minimization

u Longest Common Substring

u Shortest Common Superstring

u Algorithmic Resources

u Software systems

u LEDA

u Netlib

u Collected Algorithms of the ACM

u The Stanford GraphBase

u Combinatorica

u Algorithm Animations with XTango

u Programs from Books

u Discrete Optimization Algorithms in Pascal

u Handbook of Data Structures and Algorithms

u Combinatorial Algorithms for Computers and Calculators

u Algorithms from P to NP

u Computational Geometry in C

u Algorithms in C++

u Data Sources

u Textbooks

u On-Line Resources

u Literature

u People

u Software

u Professional Consulting Services

u References

u Index

u About this document ...

Help file produced by WebTwin (www.webtwin.com) HTML->WinHelp converter. This text does not appear in the registered version.

具體描述

讀後感

評分

“取巧”在这里不是贬义,但也不是褒义…… 这本书写的真的很好,作者也很用心,尤其里面的小故事大道理,每个场景都可以举一反三的来思考某个算法的具体使用环境。但是,看得越仔细,越觉得这不是一本好书。所谓算法,最精髓是推演,是证明某个算法的正确性。而这本书大都省...  

評分

看着看着时而就觉得不明白了 看到amazon上有人说 This book isn't always the easiest to understand.. . Consider the explanation of Djikstra's Algorithm on p. 206 of the 2nd ed: ... 我才放下心来. 他就是没讲明白么,真是的!

評分

Compared with CLRS: - Both books are well written and way above the average. - "Almost" as great as the classic CLRS. - Not so textbook like which is both good and bad: - Has clearer statements about goals and abstractions of algorithms and data struct...  

評分

我个人认为这本书很不适合初学者,尤其是和DPV(http://book.douban.com/subject/1996256/)相比。 如果你和我一样在找一本比较好的算法入门书,强烈推荐DPV而不是这本。DPV对算法的讲解简单而明了,如果我只能推荐一本算法书的话,毫无疑问我会推荐DPV。 当然,这本书或许对...  

評分

之前读过《算法导论》(常被简称为CLRS,下同),读这本是想换个角度来研究下算法。虽然很多东西已经通过前者有所了解,这里就谈谈二者的不同之处。 一方面,数学性的推导和证明还是CLRS比较擅长,后者大多数情况只是尽量做到让读者能够理解而已,这一点在上...  

用戶評價

评分

隨非理論經典,但是相當實用

评分

隨非理論經典,但是相當實用

评分

IT懶漢的救星

评分

隨非理論經典,但是相當實用

评分

很好的算法書,理論介紹全麵,而且有大量的具體問題以及解決思路。可以作為進階參考書,或者可以作為手冊。

本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

© 2025 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有