Algorithms in C, Part 5 : Graph Algorithms, 3/e (Paperback)
Robert Sedgewick
- 出版商: Addison Wesley
- 出版日期: 2001-08-16
- 售價: $931
- 語言: 英文
- 頁數: 512
- 裝訂: Paperback
- ISBN: 0201316633
- ISBN-13: 9780201316636
-
相關分類:
Algorithms-data-structures
已絕版
買這商品的人也買了...
-
$1,200$1,176 -
$580$458 -
$490$417 -
$1,150$1,127 -
$680$537 -
$680$537 -
$2,610$2,480 -
$960An Introduction to Formal Languages and Automata, 3/e
-
$2,210$2,100 -
$980$774 -
$580$452 -
$970Introduction to Algorithms, 2/e
-
$880$695 -
$1,274Computer Architecture: A Quantitative Approach, 3/e(精裝本)
-
$450$360 -
$1,860$1,767 -
$120$95 -
$1,650$1,568 -
$590$466 -
$400$316 -
$750$675 -
$560$504 -
$750$593 -
$3,010$2,860 -
$400$316
相關主題
商品描述
Graph algorithms are increasingly critical for a wide range of applications, such as network connectivity, circuit design, scheduling, transaction processing, and resource allocation. In the third edition, many new algorithms are presented, and the explanations of each algorithm are much more detailed than in previous editions. A new text design and detailed, innovative figures, with accompanying commentary, greatly enhance the presentation. Source code for the implementations is available via the Internet.
Table of Contents
Preface.
Notes on Exercises.
17. Graph Properties and Types.
Graph ADT.
Adjacency-Matrix Representation.
Adjacency-Lists Representation.
Variations, Extensions, and Costs.
Graph Generators.
Simple, Euler, and Hamilton Paths.
Graph-Processing Problems.
18. Graph Search.
Depth-First Search.
Graph-Search ADT Functions.
Properties of DFS Forests.
DFS Algorithms.
Separability and Biconnectivity.
Breadth-First Search.
Generalized Graph Search.
Analysis of Graph Algorithms.
19. Digraphs and DAGs.
Anatomy of DFS in Digraphs.
Reachability and Transitive Closure.
Equivalence Relations and Partial Orders.
DAGs.
Topological Sorting.
Reachability in DAGs.
Strong Components in Digraphs.
Transitive Closure Revisited.
Perspective.
20. Minimum Spanning Trees.
Underlying Principles of MST Algorithms.
Prim's Algorithm and Priority-First Search.
Kruskal's Algorithm.
Boruvka's Algorithm.
Comparisons and Improvements.
Euclidean MST.
21. Shortest Paths.
Dijkstra's algorithm.
All-Pairs Shortest Paths.
Shortest Paths in Acyclic Networks.
Euclidean Networks.
Reduction.
Negative Weights.
Perspective.
22. Network Flows.
Augmenting-Path Maxflow Algorithms.
Preflow-Push Maxflow Algorithms.
Maxflow Reductions.
Mincost Flows.
Network Simplex Algorithm.
Mincost-Flow Reductions.
Perspective.
References for Part Five.
Index