- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
算法设计与分析基础(第3版影印版)
《算法设计与分析基础(第3版影印版)》
基本信息
原书名:Introduction to the Design and Analysis of Algorithms, Third Edition
作者: (美)Anany Levitin
出版社:清华⼤学出版社
ISBN:9787302311850
上架时间:2013-5-17
出版⽇期:2013 年5⽉
开本:16开
页码:596
版次:3-1
所属分类:计算机 计算机科学理论与基础知识 计算理论 算法
更多关于》》》《 )》
内容简介
计算机书籍
《算法设计与分析基础(第3版影印版)》在讲述算法设计技术时采⽤了新的分类⽅法,在讨论分析⽅法时条分缕析,形成了连贯有序、⽿⽬⼀新的风格。为
便于学⽣掌握,本书涵盖算法⼊门课程的全部内容,更注重对概念(⽽⾮形式)的理解。书中通过⼀些流⾏的谜题来激发学⽣的兴趣,帮助他们加强和提⾼解决算
法问题的能⼒。每章⼩结、习题提⽰和详细解答,形成了⾮常鲜明的教学特⾊。
《算法设计与分析基础(第3版影印版)》特⾊:
独辟蹊径,采⽤⼀种更全⾯的算法设计技术分类⽅法
涵盖递归与⾮递归算法的数学分析,也涉及经验分析和算法可视化
探讨算法的局限性及解决⽅法
将算法视为解决问题的⼯具,通过谜题和游戏来开拓算法思维
为学⽣提供600多道习题(含提⽰) ,为教师提供有详细解答的教师⼿册
⽬录
《算法设计与分析基础(第3版影印版)》
new to the third edition xvii
preface xix
1introduction 1
1.1 what is an algorithm? 3
exercises 1.1 7
1.2 fundamentals of algorithmic problem solving 9
understanding the problem 9
ascertaining the capabilities of the computational device 9
choosing between exact and approximate problem solving 11
algorithm design techniques 11
designing an algorithm and data structures 12
methods of specifying an algorithm 12
proving an algorithm’s correctness 13
analyzing an algorithm 14
coding an algorithm 15
exercises 1.2 17
1.3 important problem types 18
sorting 19
searching 20
.string processing 20
graph problems 21
combinatorial problems 21
geometric problems 22
numerical problems 22
exercises 1.3 23
1.4 fundamental data structures 25
linear data structures 25
graphs 28
trees 31
sets and dictionaries 35
exercises 1.4 37
summary 38
2 fundamentals of the analysis of algorithm efficiency 41
2.1 the analysis framework 42
measuring an input’s size 43
units for measuring running time 44
orders of growth 45
worst-case, best-case, and average-case efficiencies 47
recapitulation of the analysis framework 50
exercises 2.1 50
2.2 asymptotic notations and basic efficiency classes 52
informal introduction 52
o-notation 53
-notation 54
-notation 55
useful pr
文档评论(0)