日本免费精品视频,男人的天堂在线免费视频,成人久久久精品乱码一区二区三区,高清成人爽a毛片免费网站

在線客服
算法V(C實現):圖算法(第三版·影印版)圖書
人氣:52

算法V(C實現):圖算法(第三版·影印版)

Robert Sedgewick再次給我們提供了重要的流行算法的介紹。這次的重點是圖形算法,圖形算法在很多應用中已日益重要,諸如網絡連接、電路設計、調度、事務處理以及資源分配。本書中,Sedgewick同樣用簡潔的實現...

內容簡介

Robert Sedgewick再次給我們提供了重要的流行算法的介紹。這次的重點是圖形算法,圖形算法在很多應用中已日益重要,諸如網絡連接、電路設計、調度、事務處理以及資源分配。本書中,Sedgewick同樣用簡潔的實現將理論和實踐成功地結合了起來,這些實現均可在真實應用上測試,這也正是他的著作多年來倍受程序員歡迎的原因。

本書是Sedgewick徹底修訂和重寫的叢書中的第二本。及時本(第Ⅰ-Ⅳ部分)介紹了基礎、數據結構、排序和搜索。而即將出版的第三本重點在于字符串、幾何和一些高級算法。每本書的新增內容都包含了新的算法和實現,改進后的描述和圖表,以及用于提高技巧的大量練習。對抽象數據類型所花費的筆墨使得程序在更大范圍內有用,也和現代面向對象編程環境更為相關。

本書包括以下內容:

圖形屬性和類型的完整綜述

有向無環圖和DAGs

最小生成樹

最短路徑

網絡流程

圖表、樣例C代碼和詳細的算法描述

作者簡介

Robert Sedgewick是普林頓大學的計算機科學教授。他是Adobe Systems公司的主管,并曾在施樂的帕洛阿爾托研究中心、美國國防防御分析研究所和法國國立計算機與自動化研究所從事研究工作。他從斯坦福大學獲得了博士學位。Sedgewick教授還和Philippe Flajolet合著了《An Introdu

目錄

GraphAlgorithms

Chapter17.GraphProperties and Types

17.1 Glossary

17.2 GraphADT

17.3 Adjacency-Matrix Representation

17.4 Adjacency-Lists Representation

17.5 Variations,Extensions,and Costs

17.6 GraphGenerators

17.7 Simple,Euler,and Hamilton Paths

17.8 Graph-Processing Problems

Chapter18.Graph Search

18.1 Exploring a Maze

18.2 Depth-First Search

18.3 Graph-Search ADT Functions

18.4 PropertiesofDFSForests

18.5 DFS Algorithms

18.6 Separability and Biconnectivity

18.7 Breadth-FirstSearch

18.8 GeneralizedGraphSearch

18.9 AnalysisofGraphAlgorithms

Chapter19.Digraphs and DAGs

19.1 Glossary and Rulesof the Game

19.2 Anatomy of DFS in Digraphs

19.3 Reachability and Transitive Closure

19.4 Equivalence Relations and PartialOrders

19.5 DAGs

19.6 Topological Sorting

19.7 Reachability in DAGs

19.8 Strong Components in Digraphs

19.9 TransitiveClosure Revisited

19.10 Perspective

Chapter20.MinimumSpanningTrees

20.1 Representations

20.2 Underlying Principles of MST Algorithms

20.3 Prim's Algorithm and Priority-FirstSearch

20.4 Kruskal's Algorithm

20.5 Boruvka's Algorithm

20.6 Comparisons and Improvements

20.7 Euclidean MST

Chapter21.Shortest Paths

21.1 Underlying Principles

21.2 Dijkstra's algorithm

21.3 All-Pairs Shortest Paths

21.4 Shortest Pathsin Acyclic Networks

21.5 Euclidean Networks

21.6 Reduction

21.7 Negative Weights

21.8 Perspective

Chapter22.Network Flows

22.1 Flow Networks

22.2 Augmenting-Path Maxflow Algorithms

22.3 Preflow-Push Maxflow Algorithms

22.4 Maxflow Reductions

22.5 Mincost Flows

22.6 Network Simplex Algorithm

22.7 Mincost-Flow Reductions

22.8 Perspective

References for Part Five

Index

網友評論(不代表本站觀點)

來自ciberpo**的評論:

這個商品不錯~

2014-09-17 22:00:06
來自王智滔**的評論:

非常經典的書

2015-03-10 13:21:32

免責聲明

更多出版社