出版社: 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)8.9分 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 有用 滚之前不改名字 2014-04-04 21:09:31
正文毫不含糊 习题给自己深深虐了三个月 单看这本基本上脑袋大 需用算法导论压
0 有用 panpan 2011-10-12 16:23:19
教材,mark之
0 有用 Gang 2014-06-07 08:28:21
稍微翻了一下,适合入门看
0 有用 momo 2020-06-10 16:11:53
ds教材
1 有用 Vamei 2013-03-12 23:03:36
介绍算法和数据结构,讲解很深入。但有些部分的讲解有些过于概括,不容易理解。