出版日期:2009年07月
ISBN:9787121089596
[十位:7121089599]
页数:511
定价:¥55.00
店铺售价:¥25.00
(为您节省:¥30.00)
店铺库存:1
本
正在处理购买信息,请稍候……
我要买:
本
* 如何购买
联系店主:
18986284335
店主推荐图书:
-
¥10.80
-
¥8.40
-
¥14.00
-
¥9.00
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2025-01-30 09:08:14]
海***
新乡市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2025-01-23 17:04:06]
冯**
兰州市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2025-01-14 20:01:45]
宋**
上海市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2025-01-04 15:09:52]
黄**
武汉市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2024-12-11 11:26:21]
齐**
青岛市
《数据结构与算法分析(C++版)(第二版)(英文版)》内容提要:
本书采用程序员*爱用的面向对象C++语言来描述数据结构和算法,并把数据结构原理和算法分析技术有机地结合在一起,系统介绍了各种类型的数据结构和排序、检索的各种方法。作者非常注意对每一种数据结构的不同存储方法及有关算法进行分析比较。书中还引入了一些比较**的数据结构与先进的算法分析技术,并介绍了可计算性理论的一般知识。本版的重要改进在于引入了参数化的模板,从而提高了算法中数据类型的通用性,支持**的代码重用。
本书适合作为大专院校计算机软件专业与计算机应用专业学生的双语教学教材和参考书,也适合计算机工程技术人员参考。
《数据结构与算法分析(C++版)(第二版)(英文版)》图书目录:
Ⅰ PRELIMINARIES
1 Data Structures and Algorithms
1.1 A Philosophy of Data Structures
1.1.1 The Need for Data Structures
1.1.2 Costs and Benefits
1.2 Abstract Data Types and Data Structures
1.3 Problems, Algorithms, and Programs
1.4 Further Reading
1.5 Exercises
2 Mathematical Preliminaries
2.1 Sets and Relations
2.2 Miscellaneous Notation
2.3 Logarithms
2.4 Recursion
2.5 Summations and Recurrences
2.6 Mathematical Proof Techniques
2.6.1 Proof by Contradiction
2.6.2 Proof by Mathematical Induction
2.7 Estimating
2.8 Further Reading
2.9 Exercises
3 Algorithm Analysis
3.1 Introduction
3.2 Best, Worst, and Average Cases
3.3 A Faster Computer, or a Faster Algorithm?
3.4 Asymptotic Analysis
3.4.1 Upper Bounds
3.4.2 Lower Bounds
3.4.3 Notation
3.4.4 Simplifying Rules
3.5 Calculating the Running Time of a Program
3.6 Analyzing Problems
3.7 Common Misunderstandings
3.8 Multiple Parameters
3.9 Space Bounds
3.10 Some Practical Considerations
3.11 Further Reading
3.12 Exercises
3.13 Projects
Ⅱ FUNDAMENTAL DATA STRUCTURES
Ⅲ Sorting and Searching
Ⅳ Applications and Advanced Topics
Ⅴ APPENDIX
A Utility Functions
Bibliography
Index