出版社: Addison Wesley
出版年: 1996-09-19
页数: 600
定价: USD 95.00
装帧: Paperback
ISBN: 9780201498400
内容简介 · · · · · ·
Mark Allen Weiss' successful book provides a modern approach to algorithms and data structures using the C programming language. The book's conceptual presentation focuses on ADTs and the analysis of algorithms for efficiency, with a particular concentration on performance and running time. The second edition contains a new chapter that examines advanced data structures such as...
Mark Allen Weiss' successful book provides a modern approach to algorithms and data structures using the C programming language. The book's conceptual presentation focuses on ADTs and the analysis of algorithms for efficiency, with a particular concentration on performance and running time. The second edition contains a new chapter that examines advanced data structures such as red black trees, top down splay trees, treaps, k-d trees, and pairing heaps among others. All code examples now conform to ANSI C and coverage of the formal proofs underpinning several key data structures has been strengthened.
Data Structures and Algorithm Analysis in C (2nd Edition)的创作者
· · · · · ·
作者简介 · · · · · ·
Mark Allen Weiss,1987年在普林斯顿大学获得计算机科学博士学位,师从Robert Sedgewick (师从Knuth),现任美国佛罗里达国际大学计算与信息科学学院教授。他曾经担任全美AP(Advanced Placement)考试计算机学科委员会的主席(2000-2004)。他的主要研究方向是数据结构、算法和教育学。
喜欢读"Data Structures and Algorithm Analysis in C (2nd Edition)"的人也喜欢的电子书 · · · · · ·
喜欢读"Data Structures and Algorithm Analysis in C (2nd Edition)"的人也喜欢 · · · · · ·
Data Structures and Algorithm Analysis in C (2nd Edition)的书评 · · · · · · ( 全部 50 条 )



优选 C 语言描述的算法分析 + 不用心的翻译

最好的数据结构与算法分析入门教程



一本英文版凑合,中文版垃圾的书
> 更多书评 50篇
论坛 · · · · · ·
原版的勘误地址: http://users.cis.fiu.edu/~weiss... | 来自豆友62480107 | 2015-11-18 10:00:44 | |
非常好一本数据结构与算法书本 | 来自青悠子 | 2009-03-09 13:47:49 |
这本书的其他版本 · · · · · · ( 全部27 )
-
机械工业出版社 (2004)9.0分 2158人读过
-
人民邮电出版社 (2007)8.5分 325人读过
-
机械工业出版社 (2009)8.4分 298人读过
-
机械工业出版社 (2016)7.7分 97人读过
在哪儿借这本书 · · · · · ·
以下书单推荐 · · · · · · ( 全部 )
- 计算机科学经典著作 (白骨蔓草)
- Dr. Dobb's Essential Books on Algorithms and Data Structures (lyb)
- 算法与数据结构 (lyb)
- Algorithm (Kitorinix)
- 【参考】算法与数据结构 (Vamei)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有282人想读,手里有一本闲着?
订阅关于Data Structures and Algorithm Analysis in C (2nd Edition)的评论:
feed: rss 2.0
0 有用 panpan 2011-10-12 16:23:19
教材,mark之
0 有用 Kyles Light 2016-01-21 23:46:53
用自己的想法把 Data Structure 主要脉络整理出来的时候发现几乎不可避免地与原书重合或者发觉原书是更优的讲解方式,我想称为经典不为过。
0 有用 ICE CHAN 2022-09-22 12:38:03 福建
读本科的时候看了一遍中文版,结果读Master又认真读了一遍英文版。
0 有用 鸡蛋灌饼 2019-02-20 00:57:20
大体上不功不过,比较有条理,但是后面的章节有些部分过于简略不好理解。
0 有用 夏夜寂寞属壁虎 2019-12-10 12:16:59
给你一个数据结构的实现,再给你几个例子,好了,做题。hhhh 总的来说是一本不错的书,源代码必须好评(虽然C语言的特性决定了其算法实现必须额外注意底层,会造成干扰)。目前基本的数据结构、排序算法和遍历算法都过了一遍,先结合源代码把这些东西上机实现一遍,再用笔手写一遍再上手贪心算法和动归吧。