网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 教育/科技 > 原版书与影印版 > 商品详情

算法设计(英文影印版)

分享到:
算法设计(英文影印版)

最 低 价:¥51.70

定 价:¥68.00

作 者:(美)Jon Kleinberg,éva Tardos

出 版 社:清华大学出版社

出版时间:2006 年1月

I S B N:7302122601

价格
51.70元
  • 算法设计
  • 送货上门
  • 价格
    53.70元
  • 算法设计
  • 送货上门
  • 价格
    53.70元
    价格
    56.40元
  • 算法设计
  • 送货上门
  • 价格
    56.40元
    价格
    61.20元

    商品详情

    编辑推荐

    美国康乃尔大学教授最新力作!本书是近年来关于算法设计和分析的不可多得的优秀教材。

    内容简介

    本书是近年来关于算法设计和分析的不可多得的优秀教材。本书围绕算法设计技术组织素材,对每种算法技术选择了多个典型范例进行分析。本书将直观性与严谨性完美地结合起来。每章从实际问题出发,经过具体、深入、细致的分析,自然且富有启发性地引出相应的算法设计思想,并对算法的正确性、复杂性进行恰当的分析、论证。本书覆盖的面较宽,凡属串行算法的经典论题都有涉及,并且论述深入有新意。全书共200多道丰富而精彩的习题是本书的重要组成部分,也是本书的突出特色之一。.
      本书适用于本科高年级学生以及研究生算法课的教材,也很适于具有计算机或相近专业本科水平的人自学算法的需要。...

    作者简介

    Jon Kleinberg is a professor of Computer Science at Cornell University. He received his Ph.D. from M.I.T. in 1996. He is the recipient of an NSF Career Award, an ONR Young Investigator Award, an IBM Outstanding Innovation Award, the National Academy of Sciences Award for Initiatives in Research, research fellowships from the Packard and Sloan Foundations, and teaching awards from the Cornell Engineering College and Computer Science Department. .<.. << 查看详细

    目录

    about the authors
    preface.
    1 introduction: some representative problems
    1.1 a first problem: stable matching
    1.2 five representative problems
    solved exercises
    excercises
    notes and further reading
    2 basics of algorithms analysis
    2.1 computational tractability
    2.2 asymptotic order of growth notation
    2.3 implementing the stable matching algorithm using lists and arrays
    2.4 a survey of common running times
    2.5 a more complex data structure: priority queues
    solved exercises
    exercises
    notes and further reading
    3 graphs
    3.1 basic definitions and applications
    3.2 graph connectivity and graph traversal
    .3.3 implementing graph traversal using queues and stacks
    3.4 testing bipartiteness: an application of breadth-first search
    3.5 connectivity in directed graphs
    3.6 directed acyclic graphs and topological ordering
    solved exercises
    exercises
    notes and further reading
    4 greedy algorithms
    4.1 interval scheduling: the greedy algorithm stays ahead
    4.2 scheduling to minimize lateness: an exchange argument
    4.3 optimal caching: a more complex exchange argument
    4.4 shortest paths in a graph
    4.5 the minimum spanning tree problem
    4.6 implementing kruskal's algorithm: the union-find data structure
    4.7 clustering
    4.8 huffman codes and the problem of data compression
    *4.9 minimum-cost arborescences: a multi-phase greedy algorithm
    solved exercises
    excercises
    notes and further reading
    5 divide and conquer
    5.1 a first recurrence: the mergesort algorithm
    5.2 further recurrence relations
    5.3 counting inversions
    5.4 finding the closest pair of points
    5.5 integer multiplication
    5.6 convolutions and the fast fourier transform
    solved exercises
    exercises
    notes and further reading
    6 dynamic programming
    6.1 weighted interval scheduling: a recursive procedure
    6.2 weighted interval scheduling: iterating over sub-problems
    6.3 segmented least squares: multi-way choices
    6.4 subset sums and knapsacks: adding a variable
    6.5 rna secondary structure: dynamic programming over intervals
    6.6 sequence alignment
    6.7 sequence alignment in linear space
    6.8 shortest paths in a graph
    6.9 shortest paths and distance vector protocols
    *6.10 negative cycles in a graph
    solved exercises
    exercises
    notes and further reading
    7 network flow
    7.1 the maximum flow problem and the ford-fulkerson algorithm
    7.2 maximum flows and minimum cuts in a network
    7.3 choosing good augmenting paths
    *7.4 the preflow-push maximum flow algorithm
    7.5 a first application: the bipartite matching problem
    7.6 disjoint paths in directed and undirected graphs
    7.7 extensions to the maximum flow problem
    7.8 survey design..
    7.9 airline scheduling
    7.10 image segmentation
    7.11 project selection
    7.12 baseball elimination
    *7.13 a further direction: adding costs to the matching problem
    solved exercises
    exercises
    notes and further reading
    8 np and computational intractability
    8.1 polynomial-time reductions
    8.2 reductions via “gadgets”:the satisfiability problem
    8.3 efficient certification and the definition of np
    8.4 np-complete problems
    8.5 sequencing problems
    8.6 partitioning problems
    8.7 graph coloring
    8.8 numerical problems
    8.9 co-np and the asymmetry of np
    8.10 a partial taxonomy of hard problems
    solved exercises
    exercises
    notes and further reading
    9 pspace: a class of problems beyond np
    9.1 pspace
    9.2 some hard problems in pspace
    9.3 solving quantified problems and games in polynomial space
    9.4 solving the planning problem in polynomial space
    9.5 proving problems pspace-complete
    solved exercises
    exercises
    notes and further reading
    10 extending the limits of tractability
    10.1 finding small vertex covers
    10.2 solving np-hard problem on trees
    10.3 coloring a set of circular arcs
    *10.4 tree decompositions of graphs
    *10.5 constructing a tree decomposition
    solved exercises
    exercises
    notes and further reading
    11 approximation algorithms
    11.1 greedy algorithms and bounds on the optimum: a load balancing problem
    11.2 the center selection problem
    11.3 set cover: a general greedy heuristic
    11.4 the pricing method: vertex cover
    11.5 maximization via the pricing method: the disjoint paths problem
    11.6 linear programming and rounding: an application to vertex cover
    *11.7 load balancing revisited: a more advanced lp application
    11.8 arbitrarily good approximations: the knapsack problem
    solved exercises
    exercises
    notes and further reading
    12 local search
    12.1 the landscape of an optimization problem
    12.2 the metropolis algorithm and simulated annealing
    12.3 an application of local search to hopfield neural networks
    12.4 maximum cut approximation via local search
    12.5 choosing a neighbor relation
    *12.6 classification via local search
    12.7 best-response dynamics and nash equilibria
    solved exercises
    exercises
    notes and further reading
    13 randomized algorithms
    13.1 a first application: contention resolution
    13.2 finding the global minimum cut
    13.3 random variables and their expectations
    13.4 a randomized approximation algorithm for max-3-sat
    13.5 randomized divide-and-conquer: median-finding and quicksort
    13.6 hashing: a randomized implementation of dictionaries
    13.7 finding the closest pair of points: a randomized approach
    13.8 randomized caching
    13.9 chernoff bounds
    13.10 load balancing
    *13.11 packet routing
    13.12 background: some basic probability definitions
    solved exercises
    exercises
    notes and further reading
    epilogue:algorithms that run forever
    references
    index...

    商品评论(0条)

    暂无评论!

    您的浏览历史

    loading 内容加载中,请稍后...