注册 | 登录读书好,好读书,读好书!
读书网-DuShu.com
当前位置: 首页出版图书科学技术计算机/网络软件与程序设计C/C++及其相关算法:C语言实现图算法(第5部分 英文版第3版)

算法:C语言实现图算法(第5部分 英文版第3版)

算法:C语言实现图算法(第5部分 英文版第3版)

定 价:¥49.00

作 者: (美)塞奇威克(Robert Sedgewick)
出版社: 机械工业出版社
丛编项:
标 签: 暂缺

ISBN: 9787111197690 出版时间: 2006-09-01 包装: 平装
开本: 16开 页数: 482 字数:  

内容简介

  本书是Sedgewick彻底修订和重写的C算法系列的第二本,集中讲解图算法。全书共有6章(第17~22章)。第17章详细讨论图性质和类型,第18~22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。作者用简洁的实现将理论和实践成功地结合了起来,这些实现均可在真实应用上测试,使得本书自问世以来备受程序员的欢迎。本书可作为高等院校计算机相关专业算法与数据结构课程的教材和补充读物,也可供自学之用。本书作者的网站http://www.cs.princeton.edu/~rs/为程序员提供了本书的源代码和勘误表。

作者简介

  Robert Sedgewick拥有斯坦福大学博士学位(导师为Donald E.Knuth),普林斯顿大学计算机科学系教授,Adobe Systems公司董事,曾是Xerox PARC的研究人员,还曾就职于美国国防部防御分析研究所以及INRIA。险本书外,他还与Philippe Flajolet合著了《算法分析导论》一书。

图书目录

Graph Algorithms
Chapter 17 Graph Properties and Types
17.1 Glossary
17.2 Graph ADT
17.3 Adjacency-Matrix Tepressentation
17.4 Adjacency-Lists Tepresentation
17.5 Variations, Extensions, and Costs
17.6 Graph Generators
17.7 Simple, Euler, and Hamilton Paths
17.8 Graph-Processing Problems
Chapter 17 Graph Search
18.1 Exploring a Maze
18.2 Depth-First Search
18.3 Graph-Search ADT Functins
18.4 Properties of DFS Forests
18.5 DFS Algorithms
18.6 Separability and Biconnectivity
18.7 Breadth-First Search
18.8 Feneralized Graph Search
18.9 Analysis of Graph Algorithms
Chapter 9 Aigraphs and DAGs
19.1 Glossary and ARules of the Game
19.2 Anatomy of DFS in Digraphs
19.3 Readchability and Transitive Closure
19.4 Equivalence Relations and Partial Orders
19.5 DAGs
19.6 Topological Sorting
19.7 Reachability in DAGs
19.8 Strong Components in Digraphs
19.9 Transitive Closure Revisited
19.10 Perspective
Chapter 20 Minimum Spanning Trees
20.1 Representations
20.2 Underlying Principles of MST Algorithms
20.3 Prim's Algorithm and Priority-First Search
20.4 KrusKa's Algorithm
20.5 Boruvka's Algorithm
20.6 Comparisons and Improvements
20.7 Euclidean MST
Chapter 21 Shortest Paths
……
Chapter 22 Network Flows
References for Part Five
Indes

本目录推荐