Data Structures and Algorithm Analysis in C++ 在线电子书 图书标签: C++ Data_structure, 数据结构 programming CS algorithm Algorithms 计算机科学课程
发表于2024-12-27
Data Structures and Algorithm Analysis in C++ 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024
不错,结合C++ ADT 讲解数据结构,值得温故。
评分讲的刚刚好,没有大量的伪代码只是因为这是一本教材,配合各个学校的lab教案食用,除了教你基础的入门知识外,还比较好的衔接了更高一层的算法知识,我觉得这本书分偏高大概是大家都学过,所以对它有感情吧
评分ECS 060
评分不错,结合C++ ADT 讲解数据结构,值得温故。
评分ECS 060
Mark Allen Weiss,1987年在普林斯顿大学获得计算机科学博士学位,师从Robert Sedgewick (师从Knuth),现任美国佛罗里达国际大学计算与信息科学学院教授。他曾经担任全美AP(Advanced Placement)考试计算机学科委员会的主席(2000-2004)。他的主要研究方向是数据结构、算法和教育学。
In this text, readers are able to look at specific problems and see how careful implementations can reduce the time constraint for large amounts of data from several years to less than a second. Class templates are used to describe generic data structures and first-class versions of vector and string classes are used. Included is an appendix on a Standard Template Library (STL). This text is for readers who want to learn good programming and algorithm analysis skills simultaneously so that they can develop such programs with the maximum amount of efficiency. Readers should have some knowledge of intermediate programming, including topics as object-based programming and recursion, and some background in discrete math.
原著其实还可以比较适合工程人员速成 但是翻译实在让人费解, 举个例子 树的根或者是一片树叶,或者其儿子数在2和M之间。 这个别扭劲...... 还让人误解 树的根在2和M之间 或者一片树叶在2和M之间 或者其儿子在2和M之间, 这无法理解啊.... 其实想表达的是 树的根要么是叶子...
评分这段时间又继续深入的学习了下,觉得主要收获有两个: 收获一:真正的理解了折半查找和插入查找,以前买过一本105元的书,可看了很久,就是不知道作者讲的什么,但是这本书不同,这本书的作者用形象的文字和图片的说明让人的理解入木三分。我自已也动手写了一个demo的查找:查...
评分这段时间又继续深入的学习了下,觉得主要收获有两个: 收获一:真正的理解了折半查找和插入查找,以前买过一本105元的书,可看了很久,就是不知道作者讲的什么,但是这本书不同,这本书的作者用形象的文字和图片的说明让人的理解入木三分。我自已也动手写了一个demo的查找:查...
评分现在的程序员总是用着别人封装好的函数、类、库、API,满满的,我们就会觉得编程不过是这么回事,搭积木而已,别人都把材料提供好了,至于材料是怎么做的,不用理会。 真的是这样吗?说数据结构和算法没用的人,那是因为他用不到。为什么用不到?他的层次决定了他不会接触到编...
评分Data Structures and Algorithm Analysis in C++ 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024