Algorithms in C, Part 5: Graph Algorithms
Autor Robert Sedgewicken Limba Engleză Paperback – 31 iul 2001
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.
Preț: 491.25 lei
Nou
Puncte Express: 737
Preț estimativ în valută:
94.02€ • 99.19$ • 78.35£
94.02€ • 99.19$ • 78.35£
Carte tipărită la comandă
Livrare economică 02-16 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780201316636
ISBN-10: 0201316633
Pagini: 512
Dimensiuni: 196 x 234 x 30 mm
Greutate: 0.95 kg
Ediția:Nouă
Editura: Addison-Wesley Professional
Locul publicării:Boston, United States
ISBN-10: 0201316633
Pagini: 512
Dimensiuni: 196 x 234 x 30 mm
Greutate: 0.95 kg
Ediția:Nouă
Editura: Addison-Wesley Professional
Locul publicării:Boston, United States
Descriere
Once again, Robert Sedgewick provides a current and comprehensive introduction to important algorithms. The focus this time is on graph algorithms, which are increasingly critical for a wide range of applications, such as network connectivity, circuit design, scheduling, transaction processing, and resource allocation. In this book, Sedgewick offers the same successful blend of theory and practice with concise implementations that can be tested on real applications, which has made his work popular with programmers for many years.
Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewick's thoroughly revised and rewritten series. The first book, Parts 1-4, addresses fundamental algorithms, data structures, sorting, and searching. A forthcoming third book will focus on strings, geometry, and a range of advanced algorithms. Each book's expanded coverage features new algorithms and implementations, enhanced descriptions and diagrams, and a wealth of new exercises for polishing skills. A focus on abstract data types makes the programs more broadly useful and relevant for the modern object-oriented programming environment.
Coverage includes:
A landmark revision, Algorithms in C, Third Edition, Part 5 provides a complete tool set for programmers to implement, debug, and use graph algorithms across a wide range of computer applications.
Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewick's thoroughly revised and rewritten series. The first book, Parts 1-4, addresses fundamental algorithms, data structures, sorting, and searching. A forthcoming third book will focus on strings, geometry, and a range of advanced algorithms. Each book's expanded coverage features new algorithms and implementations, enhanced descriptions and diagrams, and a wealth of new exercises for polishing skills. A focus on abstract data types makes the programs more broadly useful and relevant for the modern object-oriented programming environment.
Coverage includes:
- A complete overview of graph properties and types
- Diagraphs and DAGs
- Minimum spanning trees
- Shortest paths
- Network flows
- Diagrams, sample C code, and detailed algorithm descriptions
A landmark revision, Algorithms in C, Third Edition, Part 5 provides a complete tool set for programmers to implement, debug, and use graph algorithms across a wide range of computer applications.
Cuprins
Preface.
Notes on Exercises.
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 Flows.
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. 0201316633T09172001
Notă biografică
Robert Sedgewick is the William O. Baker Professor of Computer Science at Princeton University. He is a Director of Adobe Systems and has served on the research staffs at Xerox PARC, IDA, and INRIA. He earned his Ph.D from Stanford University under Donald E. Knuth.
0201316633AB06262002
0201316633AB06262002
Textul de pe ultima copertă
Once again, Robert Sedgewick provides a current and comprehensive introduction to important algorithms. The focus this time is on graph algorithms, which are increasingly critical for a wide range of applications, such as network connectivity, circuit design, scheduling, transaction processing, and resource allocation. In this book, Sedgewick offers the same successful blend of theory and practice with concise implementations that can be tested on real applications, which has made his work popular with programmers for many years. "Algorithms in C, Third Edition, Part 5: Graph Algorithms" is the second book in Sedgewick's thoroughly revised and rewritten series. The first book, "Parts 1-4," addresses fundamental algorithms, data structures, sorting, and searching. A forthcoming third book will focus on strings, geometry, and a range of advanced algorithms. Each book's expanded coverage features new algorithms and implementations, enhanced descriptions and diagrams, and a wealth of new exercises for polishing skills. A focus on abstract data types makes the programs more broadly useful and relevant for the modern object-oriented programming environment. Coverage includes:
- A complete overview of graph properties and types
- Diagraphs and DAGs
- Minimum spanning trees
- Shortest paths
- Network flows
- Diagrams, sample C code, and detailed algorithm descriptions