发表于2025-04-08
Algorithms pdf epub mobi txt 电子书 下载
This text, extensively class-tested over a decade at UC Berkeley and UC San Diego, explains the fundamentals of algorithms in a story line that makes the material enjoyable and easy to digest. Emphasis is placed on understanding the crisp mathematical idea behind each algorithm, in a manner that is intuitive and rigorous without being unduly formal.
##《算法概论》清华大学出版社 王沛 2008 P152:图5.7 路径压缩包的作用:在find(K)之后执行find(I) 应改成:find(I)之后执行find(K) 原文:Figure 5.7 The effect of path compression: find(I) followed by find(K ). 话说译者认真看了吗
评分##《算法概论》清华大学出版社 王沛 2008 P152:图5.7 路径压缩包的作用:在find(K)之后执行find(I) 应改成:find(I)之后执行find(K) 原文:Figure 5.7 The effect of path compression: find(I) followed by find(K ). 话说译者认真看了吗
评分##简洁而美。
评分##mind hack上推荐的~ 看了下简介确实觉得好 但光看不行咱还得练哇……
评分##用过的算法教材,比导论更适合当本科教材,可惜量子的部分我没懂
评分 评分 评分##第0章 本章较为简短,没有深入系统地涉及某些内容。主要以Fibonacci数列的例子,让我体会了递归和递推思想的差别。针对Fibonacci数列例子直接递归解法中涉及的重复计算,优化出递推方式,展示了思考问题中自顶向下与自底向上的不同思考角度可能产生较大的算法效率差别,同时隐...
Algorithms pdf epub mobi txt 电子书 下载