2022年4月 《算法导论》第4版发布!! 用的是金色封面。同时第4版给大家准备了一份极为丰厚的礼物,也就是全书算法的Python代码,并附有测试。 还有第三版的官方MIT出版的教师手册(也就是习题答案)!!
算法导论第四版修订内容主要包括下面:
The specific changes for the fourth edition include the following:
We renamed Chapter 3 and added a section giving an overview of asymptotic notation before delving into the formal definitions.
Chapter 4 underwent substantial changes to improve its mathematical foundation and make it more robust and intuitive. The notion of an algorithmic recurrence was introduced, and the topic of ignoring floors and ceilings in recurrences was addressed more rigorously. The second case of the master theorem incorporates polylogarithmic factors, and a rigorous proof of a “continuous” version of the master theorem is now provided. We also present the powerful and general Akra-Bazzi method (without proof).
The deterministic order-statistic algorithm in Chapter 9 is sli