Mark Allen Weiss,1987年在普林斯顿大学获得计算机科学博士学位,师从Robert Sedgewick (师从Knuth),现任美国佛罗里达国际大学计算与信息科学学院教授。他曾经担任全美AP(Advanced Placement)考试计算机学科委员会的主席(2000-2004)。他的主要研究方向是数据结构、算法和教育学。
发表于2024-11-02
Data Structures & Algorithm Analysis in C++ 2024 pdf epub mobi 电子书
我看的是中文版的,hash table那一章,第114頁。我就直奔主題了啊。 中文版里是這樣說的: 我們程序的一個低效之處在於第12行上的malloc執行了H->TableSize次。這可以通過循環出現之前調用一次malloc操作。 H->TheLists = malloc(H->TableSize * sizeof(struct ListNode)); ...
评分原著其实还可以比较适合工程人员速成 但是翻译实在让人费解, 举个例子 树的根或者是一片树叶,或者其儿子数在2和M之间。 这个别扭劲...... 还让人误解 树的根在2和M之间 或者一片树叶在2和M之间 或者其儿子在2和M之间, 这无法理解啊.... 其实想表达的是 树的根要么是叶子...
评分我看的是中文版的,hash table那一章,第114頁。我就直奔主題了啊。 中文版里是這樣說的: 我們程序的一個低效之處在於第12行上的malloc執行了H->TableSize次。這可以通過循環出現之前調用一次malloc操作。 H->TheLists = malloc(H->TableSize * sizeof(struct ListNode)); ...
评分本书作者 Mark Allen Weiss 还写过 [C 语言描述] 和 [Java 语言描述] 版本的数据结构和算法分析教程。 另外,图灵出版社的同系列还有 Michael McMillan 写的 [C# 语言描述] 版本的算法书。 C++ 熟练者可忽略讲述 C++ 特性的第 1 章,如果把这些关于 C++ 特性的篇幅去掉,本书会...
评分这本书真是非常好!个人感觉很适合给初学者入门看,里面的分析数学公式恰到好处,没有算法导论的令人望而生畏,也没有国内图书的草草了事,既学习了数据结构又有刚刚好的算法分析,很容易使人产生共鸣。 给我印象深刻的就是快速排序那一段,真是精彩!
图书标签: 数据结构 计算机 C/C++ 英文原版 算法 教材 C++11 C++
Data Structures and Algorithm Analysis in C++ is an advanced algorithms book that bridges the gap between traditional CS2 and Algorithms Analysis courses. As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop well-constructed, maximally efficient programs using the C++ programming language. This book explains topics from binary heaps to sorting to NP-completeness, and dedicates a full chapter to amortized analysis and advanced data structures and their implementation. Figures and examples illustrating successive stages of algorithms contribute to Weiss' careful, rigorous and in-depth analysis of each type of algorithm.
据说是本好书 但是我对编程不感兴趣,不要再来了(名言改编)
评分据说是本好书 但是我对编程不感兴趣,不要再来了(名言改编)
评分据说是本好书 但是我对编程不感兴趣,不要再来了(名言改编)
评分快速刷了一遍,临阵磨枪,不快也光
评分据说是本好书 但是我对编程不感兴趣,不要再来了(名言改编)
Data Structures & Algorithm Analysis in C++ 2024 pdf epub mobi 电子书