书籍 Algorithms的封面

Algorithms

Robert Sedgewick

出版时间

2011-03-19

ISBN

9780321573513

评分

★★★★★

标签

编程

书籍介绍

Essential Information about Algorithms and Data Structures A Classic Reference The latest version of Sedgewick,s best-selling series, reflecting an indispensable body of knowledge developed over the past several decades. Broad Coverage Full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should know. See

用户评论
fundamentals, sorting , searching , graphs , strings , context .
典范教材
常看常新
胜过之前看过的算法了,之前的数据结构算法虽然也都算熟悉了,这本书依然补充了边边角角的知识,尤其之前看的算法时间复杂度都是用big-O来分析的,这本书的方法虽然复杂但是更准确。包括Stack,Queue,PQ,BST等等的数据结构也都提到了一些之前不太用的method,推荐。
讲的非常棒, 每一种算法都讲的浅显易懂; 而困难的部分其实是树和图; 红黑树的2-3-4树应该是一种可以理解的途径; 有了这个算法基础, 相关算法的领域问题都有了一个较明确的了解.
常读常新
一开始就被stdlib绊住,毫无进展😅你太好了我暂时配不上你,等我攒攒经验值回来刷你
java 版本的 一般般 不如算法导论
轻数学重应用,比算法导论简单很多,适合刷题前快速过一遍。对红黑树的讲解非常简洁清晰。
少了DP