店铺公告
各位亲,网店和实体店同时销售,很难保证真实库存,望亲们拍之前一定要咨询客服是否有货。
发布时间:2015年06月13日
店铺介绍
《南大励学书店》
入驻时间:2014年03月26日
交易帮助
第一步:选择图书放入购物车。
第二步:结算、填写收货地址。
第三步:担保付款或银行汇款。
第四步:卖家发货。
第五步:确认收货、评价。
出版日期:2006年04月
ISBN:9787111188261
[十位:7111188268]
页数:752
定价:¥79.00
店铺售价:¥31.60
(为您节省:¥47.40)
店铺库存:0
本
正在处理购买信息,请稍候……
我要买:
本
* 如何购买
联系店主:
15996258936
店主推荐图书:
-
¥12.00
-
¥16.00
-
¥12.80
-
¥13.80
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2019-08-25 22:36:01]
任**
烟台市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2019-07-22 10:21:22]
扶*
郑州市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2019-06-11 21:37:12]
马**
孝感市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2019-06-11 21:35:48]
张**
吉安市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2019-06-01 21:33:07]
段**
上海市
《数据结构与算法:Java语言版(英文版·第二版)》内容提要:
数据结构和算法课程是计算机科学教育的核心内容,本书提供了该领域心备的知识。根据当前的设计和实现范例,本书以面向对象的方式描述数据结构,深入浅出地廛解了相关的难点。Drozdek强调了数据结构和算法之间的关系,分析了算法的复杂性,还讲解了增强封装和分解的信息隐藏原理,对递归方法进行清晰的阐述了不同类型的递归。
本书第1版取材新颖,被很多学校采用为教学参考书。第2版在延续了第1版理论结合实际的风格的同时,在理论上更精深了一层,添加了很多数据结构的经典问题与新的思想,比如NP完整性、图论中的团问题以及结合自劝机理论探讨的字符串匹配技术等。
《数据结构与算法:Java语言版(英文版·第二版)》图书目录:
1 object-oriented programming using jva
1.1 rudimentary java
1.2 object-oriented programming in java
1.3 input and output
1.4 java and pointers
1.5 vectors in java.util
1.6 data structures nd object-oriented programming
1.7 case study:random access file
1.8 exercisee
1.9 rrgramming assignments
bibliography
2 complexity analysis
2.1 computational and asymptotic complexity
2.2 big-o notation
2.3 prorerties of big-onotation
2.4 adn notations
2.5 possible problems
2.6 examples of complexities
2.7 finding asymptotic complexity:examples
2.8 the best,average,and worst cases
2.9 amortized complexity
2.10 np-completeness
2.11 exrcises
bibliography
3 linked lists
3.1 singly linked lists
3.2 doubly linked lists
3.3 circular lists
3.4 skip lists
3.5 self-organizing lists
3.6 sparse tables
3.7 lists in java.util
3.8 concluding remarks
3.9 case study:a library
3.10 exercises
3.11 programming assignments
bibliography
4 stacks and queues
5 recursion
6 binary trees
7 multiway trees
8 graphs
9 sorting
10 hashing
11 data compression
12 memory management
13 string matching
appendixes
name index
subject index
《数据结构与算法:Java语言版(英文版·第二版)》作者介绍:
Adam Drozdek,毕业于美国莱特州立大学,现任迪尤肯大学计算机系副教授。曾出版多部著作,包括《Data Structes and Algorithms in C++》和《The Elements of data Compression》等。