网站购物车   | 店铺购物车  
店铺平均得分:98.58 分,再接再厉!!!【查看全部评价】
评分 40分 50分 60分 70分 80分 90分 100分
数量 0 1 2 5 6 27 431
本店铺共有 14 笔投诉记录,投诉率 4% ,高于平均投诉率 1% 【查看详细】
投诉类型
数量
比例
服务态度问题
5
36%
发货问题
7
50%
退款问题
2
14%
已解决
14
100%
店主称呼:书山书海   联系方式:购买咨询请联系我  18062767350    地址:湖北省 武汉市 洪山区 洪山区狮子山街特一号
促销广告:成本低价清仓促销赚信誉,量大包邮,详询客服
图书分类
店铺公告
拍前咨询.因实体店同步销售,拍前不咨询不发货.如不在线,可以联系13628659033
店铺介绍
本店大量低价出售各大学教材教辅,考试资料,文史哲法理工医药林渔自然科学等等各类书籍,欢迎订购,竭诚服务。低价高质,诚信经营,保证书籍完整无破损缺页等不正常想象,为您在求知的道路上奉献微薄之力,不胜荣幸!所有书籍实体店同步销售,敬请拍前咨询!另外邮费根据地区和重量来计算,具体咨询客服。
交易帮助
第一步:选择图书放入购物车。
第二步:结算、填写收货地址。
第三步:担保付款或银行汇款。
第四步:卖家发货。
第五步:确认收货、评价。
作/译者:(美)莱维丁 出版社:清华大学出版社
算法设计与分析基础(第2版 英文影印版)
出版日期:2007年11月
ISBN:9787302164029 [十位:7302164029]
页数:562      
定价:¥59.00
店铺售价:¥23.60 (为您节省:¥35.40
店铺库存:3
注:您当前是在入驻店铺购买,非有路网直接销售。
正在处理购买信息,请稍候……
我要买: * 如何购买
** 关于库存、售价、配送费等具体信息建议直接联系店主咨询。
联系店主:购买咨询请联系我  18062767350
本店已缴纳保证金,请放心购买!【如何赔付?】
买家对店铺的满意度评价:查看更多>>
评分
评价内容
评论人
订单图书
《算法设计与分析基础(第2版 英文影印版)》内容提要:
本书采用了一种算法设计技术的新分类方法,不但比传统分类法包容性更强,而且更直观,也更有效,因此广受好评。
这种分类框架条理清晰,契合教育学原理,非常适合算法教学。网上提供了详尽的教学指南供教师和学生下载,书中还为学生安排了习题提示和每章小结。为了提高学习兴趣,书中应用了许多流行的谜题和游戏,需要**思考的地方则往往会用反问来提醒注意。
《算法设计与分析基础(第2版 英文影印版)》图书目录:
Preface
1 Introduction
1.1 What is an Algorithm?
Exercises 1.1
1.2 Fundamentals of Algorithmic Problem Solving
Understanding the Problem
Ascertaining the Capabilities of a Computational Device
Choosing between Exact and Approximate Problem Solving
Deciding on Appropriate Data Structures
Algorithm Design Techniques
Methods of Specifying an Algorithm
Proving an Algorithm's Correctness
Analyzing an Algorithm
Coding an Algorithm
Exercises 1.2
1.3 Important Problem Types
Sorting
Searching
String Processing
Graph Problems
Combinatorial Problems
Geometric Problems
Numerical Problems
Exercises 1.3
1.4 Fundamental Data Structures
Linear Data Structures
Graphs
Trees
Sets and Dictionaries
Exercises 1.4
Summary
2 Fundamentals of the Analysis of Algorithm Efficiency
2.1 Analysis Framework
Measuring an Input's Size
Units for Measuring Running -[]me
Orders of Growth
Worst-Case, Best-Case, and Average-Case Efficlencies
Recapitulation of the Analysis Framework
Exercises 2.1
2.2 Asymptotic Notations and Basic Efficiency Classes
Informal Introduction
O-notation
9-notation
Onotation
Useful Property Involving the Asymptotic Notations
Using Limits for Comparing Orders of Growth
Basic Efficiency Classes
Exercises 2.2
2.3 Mathematical Analysis of Nonrecursive Algorithms
Exercises 2.3
2.4 Mathematical Analysis of Recursive Algorithms
Exercises 2.4
2.5 Example: Fibonacci Numbers
Explicit Formula for the nth Fibonacci Number
Algorithms for Computing Fibonacci Numbers
Exercises 2.5
3 Brute Force
4 Divide-and-Conquer
5 Decrease-and-Conquer
6 Transform-and-Conquer
7 Space and lime Tradeoffs
8 Dynamic Programming
9 Greedy Technique
10 Iterative Improvement
11 Limitations of Algorithm Power
12 Coping with the Limitations of Algorithm Power
Epilogue
APPENDIX A
Useful Formulas for the Analysis of Algorithms
APPENDIX B
Short Tutorial on Recurrence Relations
Bibliography
Hints to Exercises
Index
《算法设计与分析基础(第2版 英文影印版)》作者介绍:
(美) Anany Levitin是Villanova大学计算科学系的教授。他的论文A New Road Map of Algorithm Design Techniques:Picking Up Where the Traditi。onal Classification Leaves Off(《算法设计技术新途径:弥补传统分类法的缺·感》)受到业内人士极高的评价。在SIGCSE会议上,作者做过多次关于算法教学的演讲。