出版社: 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分 2155人读过
-
人民邮电出版社 (2007)8.5分 325人读过
-
机械工业出版社 (2009)8.5分 295人读过
-
机械工业出版社 (2016)7.9分 96人读过
在哪儿借这本书 · · · · · ·
以下书单推荐 · · · · · · ( 全部 )
- 计算机科学经典著作 (白骨蔓草)
- Dr. Dobb's Essential Books on Algorithms and Data Structures (lyb)
- 算法与数据结构 (lyb)
- Algorithm (Kitorinix)
- 【参考】算法与数据结构 (Vamei)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有283人想读,手里有一本闲着?
订阅关于Data Structures and Algorithm Analysis in C (2nd Edition)的评论:
feed: rss 2.0
0 有用 无与伦比 2020-08-12 09:34:30
少一星给翻译
1 有用 Vamei 2013-03-12 23:03:36
介绍算法和数据结构,讲解很深入。但有些部分的讲解有些过于概括,不容易理解。
1 有用 manifloaterry 2019-01-09 02:31:46
4.5分,非常经典,本书清晰明了但不十分简单,入门上手很适合,算法分析部分没怎么用力看... 但讲的比较直观。所有的ADT已经发明好了,想重新制作的时候脑袋里就是书里的东西。真的很棒。不过有些章节讲的有点不知所云,算法时间复杂度的分析有点潦草... 以及不忍吐槽Muti-way那里,个人觉得写的有点含糊…… 不过问题都能从csdn以及stack exchange解决。本书配合source cod... 4.5分,非常经典,本书清晰明了但不十分简单,入门上手很适合,算法分析部分没怎么用力看... 但讲的比较直观。所有的ADT已经发明好了,想重新制作的时候脑袋里就是书里的东西。真的很棒。不过有些章节讲的有点不知所云,算法时间复杂度的分析有点潦草... 以及不忍吐槽Muti-way那里,个人觉得写的有点含糊…… 不过问题都能从csdn以及stack exchange解决。本书配合source code使用效率极佳。课后习题不错,但只跳着写了。之前刚刚开学配合Pointer on C刷很有感觉。可惜因申请季时间不够我也只维持一个月。 (展开)
0 有用 Maverick@Walden 2012-07-10 14:28:12
code examples buggy and malformed, problems/algorithms vaguely defined.
0 有用 ICE CHAN 2022-09-22 12:38:03 福建
读本科的时候看了一遍中文版,结果读Master又认真读了一遍英文版。
0 有用 ICE CHAN 2022-09-22 12:38:03 福建
读本科的时候看了一遍中文版,结果读Master又认真读了一遍英文版。
0 有用 无与伦比 2020-08-12 09:34:30
少一星给翻译
0 有用 momo 2020-06-10 16:11:53
ds教材
0 有用 夏夜寂寞属壁虎 2019-12-10 12:16:59
给你一个数据结构的实现,再给你几个例子,好了,做题。hhhh 总的来说是一本不错的书,源代码必须好评(虽然C语言的特性决定了其算法实现必须额外注意底层,会造成干扰)。目前基本的数据结构、排序算法和遍历算法都过了一遍,先结合源代码把这些东西上机实现一遍,再用笔手写一遍再上手贪心算法和动归吧。
0 有用 小魔王 2019-02-20 00:57:20
大体上不功不过,比较有条理,但是后面的章节有些部分过于简略不好理解。