书籍 An Introduction to the Analysis of Algorithms的封面

An Introduction to the Analysis of Algorithms

Robert Sedgewick

出版时间

1995-12-10

ISBN

9780201400090

评分

★★★★★

标签

算法

书籍介绍

This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discrete mathematics, elementary real analysis, and combinatorics; the second half discusses properties of discrete structures and covers the analysis of a variety of classical sorting, searching, and string processing algorithms.

用户评论
这本书快读到最后一张了,其实后面几章也只是浏览了一遍, 先总结一下现在的体会: 第三章是本书的重点,重点介绍了generating function在算法分析中的运用。 (PS:上次有个学数学的仁兄说,其实这本书就是把分析的方法运用到组合上的入门,这个过程正如把分析运用到数论上产生解析数论一样 )
有难度~