发表于2025-04-05
Data Structures and Algorithm Analysis in C (2nd Edition) pdf epub mobi txt 电子书 下载
Mark Allen Weiss,1987年在普林斯顿大学获得计算机科学博士学位,师从Robert Sedgewick (师从Knuth),现任美国佛罗里达国际大学计算与信息科学学院教授。他曾经担任全美AP(Advanced Placement)考试计算机学科委员会的主席(2000-2004)。他的主要研究方向是数据结构、算法和教育学。
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.
##4.5分,非常经典,本书清晰明了但不十分简单,入门上手很适合,算法分析部分没怎么用力看... 但讲的比较直观。所有的ADT已经发明好了,想重新制作的时候脑袋里就是书里的东西。真的很棒。不过有些章节讲的有点不知所云,算法时间复杂度的分析有点潦草... 以及不忍吐槽Muti-way那里,个人觉得写的有点含糊…… 不过问题都能从csdn以及stack exchange解决。本书配合source code使用效率极佳。课后习题不错,但只跳着写了。之前刚刚开学配合Pointer on C刷很有感觉。可惜因申请季时间不够我也只维持一个月。
评分 评分##本书作者 Mark Allen Weiss 还写过 [C 语言描述] 和 [Java 语言描述] 版本的数据结构和算法分析教程。 另外,图灵出版社的同系列还有 Michael McMillan 写的 [C# 语言描述] 版本的算法书。 C++ 熟练者可忽略讲述 C++ 特性的第1章,如果把这些关于 C++ 特性的篇幅去掉,本书会精...
评分 评分##本书作者 Mark Allen Weiss 还写过 [C 语言描述] 和 [Java 语言描述] 版本的数据结构和算法分析教程。 另外,图灵出版社的同系列还有 Michael McMillan 写的 [C# 语言描述] 版本的算法书。 C++ 熟练者可忽略讲述 C++ 特性的第1章,如果把这些关于 C++ 特性的篇幅去掉,本书会精...
评分 评分 评分 评分##很好的一本书,给人的感觉像是做开发的人写的,不像其它很多数据结构的书仅仅是对数据结构做描述。 其中各种数据结构的实现具有很强的技巧性,很多都讲了在STL中的实现方法。不过推荐对数据结构有一定基础的人看可能它的实现方式理解起来会容易很多。
Data Structures and Algorithm Analysis in C (2nd Edition) pdf epub mobi txt 电子书 下载