哪位大神有这本书的注释版的pdf 跪求_Algorithms书评-查字典图书网
查字典图书网
当前位置: 查字典 > 图书网 > > Algorithms > 哪位大神有这本书的注释版的pdf 跪求
Kevin007 Algorithms 的书评 发表时间:2014-10-17 07:10:21

哪位大神有这本书的注释版的pdf 跪求

十万火急 邮箱 sum41-eminem@qq.com
好人一生平安
。。。。。。
。序言

Preface

方框目录

0 Prologue(序论)

 0.1 Books and algorithms(书和算法)

 0.2 Enter Fibonacci(斐波那契数列)

 0.3 Big-O notation(大O记号)

 Exercises(习题)

1 Algorithms with numbers(数的算法)

 1.1 Basic arithmetic(基本算术)

 1.2 Modular arithmetic(模运算)

 1.3 Primality testing(素性测试)

 1.4 Cryptography(密码学)

 1.5 Universal hashing(全域散列)

出版者的话

序言

Preface

方框目录

0 Prologue(序论)

 0.1 Books and algorithms(书和算法)

 0.2 Enter Fibonacci(斐波那契数列)

 0.3 Big-O notation(大O记号)

 Exercises(习题)

1 Algorithms with numbers(数的算法)

 1.1 Basic arithmetic(基本算术)

 1.2 Modular arithmetic(模运算)

 1.3 Primality testing(素性测试)

 1.4 Cryptography(密码学)

 1.5 Universal hashing(全域散列)

 Exercises(习题)

 Randomized algorithms:a virtual chapter(虚拟章:随机化算法)

2 Divide-and-conquer algorithms(分而治之算法)

 2.1 Multiplication(乘法)

 2.2 Recurrence relations(递归关系)

 2.3 Mergesort(合并排序)

 2.4 Medians(中位数)

 2.5 Matrix multiplication(矩阵乘法)

 2.6 The fast Fourier transform(快速傅里叶变换)

 Exercises(习题)

3 Decompositions of graphs(图的分解)

 3.1 Why graphs?(图论)

 3.2 Depth-first search in undirected graphs(无向图中的深度优先搜索)

 3.3 Depth-first search in directed graphs(有向图中的深度优先搜索)

 3.4 Strongly connected components(强连通分量)

 Exercises(习题)

4 Paths in graphs(图的路径)

 4.1 Distances(距离)

 4.2 Breadth-first search(广度优先搜索)

 4.3 Lengths on edges(边的长度)

 4.4 Dijkstra’s algorithm(Dijkstra算法)

 4.5 Priority queue implementations(实现优先队列)

 4.6 Shortest paths in the presence of negative edges(带负权的边的图中的最短路径)

 4.7 Shortest paths in dags(有向无环图中的最短路径)

 Exercises(习题)

5 Greedy algorithms(贪婪算法)

 5.1 Minimum spanning trees(最小生成树)

 5.2 Huffman encoding(赫夫曼编码)

 5.3 Horn formulas(Horn公式)

 5.4 Set cover(集合覆盖)

 Exercises(习题)

6 Dynamic programming(动态规划)

 6.1 Shortest paths in dags,revisited(回顾:有向无环图中的最短路径)

 ……

7 Linear programming and reductions(线性规划与归约)

8 NP-complete problems(NP完全问题)

9 Coping with NP-completeness(处理NP完全问题)

10 Quantum algorithms(量子算法)

Historical notes and further

展开全文
有用 0 无用 1

您对该书评有什么想说的?

发 表

推荐文章

猜你喜欢

附近的人在看

推荐阅读

拓展阅读