算法分析导论(英文版) 电子版 免费 pdf 下载 azw3 fb2 caj mobi

算法分析导论(英文版)电子书下载地址
内容简介:
本书全面介绍了算法的数学分析所需要使用的主要技术,包括经典的数学内容(如离散数学、初等实分析、组合学等)以及经典的计算机科学内容(如算法和数据结构等)。书中重点强调了平均情形下的算法分析,同时也包含对坏情形下的算法分析。
尽管人们极为关注算法的数学分析,但是广泛使用的方法和模型方面的基本信息尚不能为该领域的工作和研究所直接使用。作者在本书中处理这种需求,把该领域出现的挑战以及为跟上新的研究以迎接这些挑战所必需的背景资料完美地结合在一起。
书籍目录:
TABLE OF CONTENTS
CHAPTER ONE: ANALYSIS OF ALGORITHMS
1.1 Why Analyze an Algorithm?
1.2 Computational Complexity
1.3 Analysis of Algorithms
1.4 Average-Case Analysis
1.5 Example: Analysis of Quieksort
1.6 Asymptotic Approximati***
1.7 Distributi***
1.8 Probabilistic Algorithms
CHAPTER TWO: RECURRENCE RELATIONS
2.1 Basic Properties
2.2 First-Order Recurrences
2.3 Nonlinear First-Order Recurrences
2.4 Higher-Order Recurrences
2.5 Methods for Solving Recurrences
2.6 Binary Divide-and-Conquer Recurrences and Binary Numbers
2.7 General Divide-and-Conquer Recurrences
CHAPTER THREE: GENERATING FUNCTIONS
3.1 Ordinary Generating Functi***
3.2 Exponential Generating Functi***
3.3 Generating Function Solution of Recurrences
3.4 Expanding Generating Functi***
3.5 Transformati*** with Generating Functi***
3.6 Functional Equati*** on Generating Functi***
3.7 Solving the Quicksort Median-of-Three Recurrence with OGFs
3.8 Counting with Generating Functi***
3.9 The Symbolic Method
3.10 Lagrange Inversion
3.11 Probability Generating Functi***
3.12 Bivariate Generating Functi***
3.13 Special Functi***
CHAPTER FOUR: ASYMPTOTIC APPROXIMATIONS
4.1 Notation for Asymptotic Approximati***
4.2 Asymptotic Expansi***
4.3 Manipulating Asymptotic Expansi***
4.4 Asymptotic Approximati*** of Finite Sums
4.5 Euler-Maclaurin Summation
4.6 Bivariate Asymptotics
4.7 Laplace Method
4.8 "Normal" Examples from the Analysis of Algorithms
4.9 "Poisson" Examples from the Analysis of Algorithms
4.10 Generating Function Asymptotics
CHAPTER FIVE: TREES
5.1 Binary Trees
5.2 Trees and Forests
5.3 Properties of Trees
5.4 Tree Algorithms
5.5 Binary Search Trees
5.6 Average Path Length in Catalan Trees
5.7 Path Length in Binary Search Trees
5.8 Additive Parameters of Random Trees
5.9 Height
5.10 Summary of Average-Case Results on Properties of Trees
5.11 Representati*** of Trees and Binary Trees
5.12 Unordered Trees
5.13 Labelled Trees
5.14 Other Types of Trees
CHAPTER SIX: PERMUTATIONS
6.2 Algorithms on Permutati***
6.3 Representati*** of Permutati***
*** Enumeration Problems
6.5 Analyzing Properties of Permutati*** with CGFs
6.6 Inversi*** and Insertion Sorts
6.7 Left-to-Right Minima and Selection Sort
6.8 Cycles and In Situ Permutation
6.9 Extremal Parameters
CHAPTER SEVEN: STRINGS AND TRIES
7.1 String Searching
7.2 Combinatorial Properties of Bitstrings
7.3 Regular Expressi***
7.4 Finite-State Automata and the Knuth-Morris-Pratt Algorithm
7.5 Context-Free Grammars
7.6 Tries
7.7 ride Algorithms
7.8 Combinatorial Properties of Tries
7.9 Larger Alphabets
CHAPTER EIGHT: WORDS AND MAPS
8.1 Hashing with Separate Chaining
8.2 Basic Properties of Words
8.3 Birthday Paradox and Coupon Collector Problem
8.4 Occupancy Restricti*** and Extremal Parameters
8.5 Occupancy Distributi***
8.6 Open Addressing Hashing
8.7 Maps
8.8 Integer Factorization and Maps
List of Theorems
Index
作者介绍:
Robert Sedgewick斯坦福大学博士(导师为Donald E.Knuth),普林斯顿大学计算机科学系教授,Adobe Systems公司董事,曾是Xerox PARC的研究人员,还曾就职于美国国防部防御分析研究所以及INRIA。
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
Exercise 3.1 Find the OGFs for each of the following sequences:
Exercise 3.1 Find the OGFs for each of the following sequences:
Exercise 3.1 Find the OGFs for each of the following sequences:
Exercise 3.1 Find the OGFs for each of the following sequences:
Exercise 3.1 Find the OGFs for each of the following sequences:
Find [z^N] for each of the following OGFs:
其它内容:
编辑推荐
分析算法的人享有双重的幸福。首先,他们能够体验到优雅数学模式纯粹的美,这处模式存在于优美的计算过程之中。其次,当他们的理论使得其他工作能够做得更快、更经济时,他们得到的是实际的褒奖。因此,我们盼望已久的这部著作极受欢迎。该书作者不仅是该领域世界范围内的领袖,而且还是阐述的大师。
——Donald E. Knuth
书籍介绍
本书为全英文。它全面介绍了算法的数学分析中使用的基本方法,所涉及的内容来自经典的数学素材(包括离散数学、初等实分析、组合数学),以及经典的计算机科学素材(包括算法和数据结构)。虽然书中论述了“最坏情形”和“复杂性问题”分析所需的基本数学工具,但是重点还是讨论“平均情形”或“概率”分析。论题涉及递归、生成函数、渐近性、树、串、映射等内容,以及对排序、树查找、串查找和散列诸算法的分析。
本书全面介绍了算法的数学分析中使用的基本方法,所涉及的内容来自经典的数学素材(包括离散数学、初等实分析、组合数学),以及经典的计算机科学素材(包括算法和数据结构)。虽然书中论述了“最坏情形”和“复杂性问题”分析所需的基本数学工具,但是重点还是讨论“平均情形”或“概率”分析。论题涉及递归、生成函数、渐近性、树、串、映射等内容,以及对排序、树查找、串查找和散列诸算法的分析。
尽管人们极为关注算法的数学分析,但是广泛使用的方法和模型方面的基本信息尚不能为该领域的工作和研究所直接使用。作者在本书中处理这种需求,把该领域出现的挑战以及为跟上新的研究以迎接这些挑战所必需的背景资料完美地结合在一起。
网站评分
书籍多样性:9分
书籍信息完全性:7分
网站更新速度:3分
使用便利性:8分
书籍清晰度:5分
书籍格式兼容性:6分
是否包含广告:6分
加载速度:8分
安全性:9分
稳定性:3分
搜索功能:9分
下载便捷性:5分
下载点评
- 盗版少(467+)
- 内容齐全(286+)
- 藏书馆(363+)
- 值得购买(312+)
- 内涵好书(539+)
- 图书多(358+)
下载评价
- 网友 冯***丽:
卡的不行啊
- 网友 通***蕊:
五颗星、五颗星,大赞还觉得不错!~~
- 网友 印***文:
我很喜欢这种风格样式。
- 网友 扈***洁:
还不错啊,挺好
- 网友 康***溪:
强烈推荐!!!
- 网友 寇***音:
好,真的挺使用的!
- 网友 利***巧:
差评。这个是收费的
- 网友 车***波:
很好,下载出来的内容没有乱码。
- 网友 郗***兰:
网站体验不错
- 网友 菱***兰:
特好。有好多书
- 网友 融***华:
下载速度还可以
- 网友 邱***洋:
不错,支持的格式很多
- 网友 谭***然:
如果不要钱就好了
- 网友 孔***旋:
很好。顶一个希望越来越好,一直支持。
- 网友 马***偲:
好 很好 非常好 无比的好 史上最好的
- 网友 堵***洁:
好用,支持
喜欢"算法分析导论(英文版)"的人也看了
证券法学 电子版 免费 pdf 下载 azw3 fb2 caj mobi
刑事辩护的专业化与精细化 电子版 免费 pdf 下载 azw3 fb2 caj mobi
中华瑰宝 中国非物质文化遗产和工艺美术展作品集 文化艺术出版社 电子版 免费 pdf 下载 azw3 fb2 caj mobi
海浪救生 电子版 免费 pdf 下载 azw3 fb2 caj mobi
9787121219498 电子版 免费 pdf 下载 azw3 fb2 caj mobi
全媒体新闻编辑与评论 电子版 免费 pdf 下载 azw3 fb2 caj mobi
???????????????(??)???? 2023?? 电子版 免费 pdf 下载 azw3 fb2 caj mobi
The Napoleon of New York 电子版 免费 pdf 下载 azw3 fb2 caj mobi
魔力小帅. 10, 新的时代 电子版 免费 pdf 下载 azw3 fb2 caj mobi
壬辰录:万历朝鲜半岛的抗日传奇 电子版 免费 pdf 下载 azw3 fb2 caj mobi
- 莫扎特传 电子版 免费 pdf 下载 azw3 fb2 caj mobi
- 真秦始皇 电子版 免费 pdf 下载 azw3 fb2 caj mobi
- 广州十三行文化遗址研究 电子版 免费 pdf 下载 azw3 fb2 caj mobi
- 宝宝阶梯阅读贴纸书-经典童话故事(第2辑)全8册(邦辰小红花出品) 电子版 免费 pdf 下载 azw3 fb2 caj mobi
- 我的第一套认知贴纸书 食物 韩国天才教育编辑部 著 金海英 译 著作 北京科学技术出版社 电子版 免费 pdf 下载 azw3 fb2 caj mobi
- 课本上学不到的化学2 电子版 免费 pdf 下载 azw3 fb2 caj mobi
- 变频技术原理与应用 电子版 免费 pdf 下载 azw3 fb2 caj mobi
- 中老年营养解决方案 电子版 免费 pdf 下载 azw3 fb2 caj mobi
- 2008临床执业医师 电子版 免费 pdf 下载 azw3 fb2 caj mobi
- 天气的力量 电子版 免费 pdf 下载 azw3 fb2 caj mobi
书籍真实打分
故事情节:6分
人物塑造:3分
主题深度:6分
文字风格:6分
语言运用:6分
文笔流畅:3分
思想传递:6分
知识深度:6分
知识广度:4分
实用性:3分
章节划分:4分
结构布局:5分
新颖与独特:4分
情感共鸣:3分
引人入胜:6分
现实相关:5分
沉浸感:9分
事实准确性:8分
文化贡献:7分