Algorithms in C++ Part 5 : Graph Algorithms (3RD)

個数:

Algorithms in C++ Part 5 : Graph Algorithms (3RD)

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 528 p.
  • 言語 ENG
  • 商品コード 9780201361186
  • DDC分類 005.133

Full Description

Graph algorithms are critical for a wide range of applications, including network connectivity, circuit design, scheduling, transaction processing, and resource allocation. The latest in Robert Sedgewick's classic series on algorithms, this is the field's definitive guide to graph algorithms for C++. Far more than a "revision," this is a thorough rewriting, five times as long as the previous edition, with a new text design, innovative new figures, more detailed descriptions, and many new exercises -- all designed to dramatically enhance the book's value to developers, students, and researchers alike. The book contains six chapters covering graph properties and types, graph search, directed graphs, minimal spanning trees, shortest paths, and networks -- each with diagrams, sample code, and detailed descriptions intended to help readers understand the basic properties of as broad a range of fundamental graph algorithms as possible. The basic properties of these algorithms are developed from first principles; discussion of advanced mathematical concepts is brief, general, and descriptive, but proofs are rigorous and many open problems are discussed. Sedgewick focuses on practical applications, giving readers all the information and real (not pseudo-) code they need to confidently implement, debug, and use the algorithms he covers. (Also available: Algorithms in C++: Parts 1-4, Third Edition, ISBN: 0-201-35088-2).

Contents

17. Graph Properties and Types.


Glossary.



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.


Exploring a Maze.



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.


Glossary and Rules of the Game.



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.


Representations.



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.


Underlying Principles.



Dijkstra's algorithm.



All-Pairs Shortest Paths.



Shortest Paths in Acyclic Networks.



Euclidean Networks.



Reduction.



Negative Weights.



Perspective.



22. Network Flow.


Flow Networks.



Augmenting-Path Maxflow Algorithms.



Preflow-Push Maxflow Algorithms.



Maxflow Reductions.



Mincost Flows.



Network Simplex Algorithm.



Mincost-Flow Reductions.



Perspective.



References for Part Five.


Index. 0201361183T12172001