书籍 Algorithms Unlocked的封面

Algorithms Unlocked

Thomas H. Cormen

出版社

The MIT Press

出版时间

2013-02-28

ISBN

9780262518802

评分

★★★★★

标签

算法

书籍介绍

Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is protected when you make a purchase over the Internet? The answer is algorithms. And how do these mathematical formulations translate themselves into your GPS, your laptop, or your smart phone? This book offers an engagingly written guide to the basics of computer algorithms. In Algorithms Unlocked, Thomas Cormen -- coauthor of the leading college textbook on the subject -- provides a general explanation, with limited mathematics, of how algorithms enable computers to solve problems. Readers will learn what computer algorithms are, how to describe them, and how to evaluate them. They will discover simple ways to search for information in a computer; methods for rearranging information in a computer into a prescribed order ("sorting"); how to solve basic problems that can be modeled in a computer with a mathematical structure called a "graph" (useful for modeling road networks, dependencies among tasks, and financial relationships); how to solve problems that ask questions about strings of characters such as DNA structures; the basic principles behind cryptography; fundamentals of data compression; and even that there are some problems that no one has figured out how to solve on a computer in a reasonable amount of time.

用户评论
定位偏科普,内容已经比较 technical 了,但限于篇幅无法展开。
这是我大四时候花了将近一个月的闲暇时光读完的,是我的计算机算法和编程的启蒙教材。这本书是算法导论的跳板。等我编程算法羽翼丰满会去挑战算法导论的,真的很有意思。益智而且对学术有用。
对新手友好,难度偏低,大概相当 LeetCode easy
贴近生活。讲到graph时,发现还是grokking 讲得更简洁易懂。接着往下看,越发觉得grokking 的妙 unlocked 的迷糊。空间直觉是思维本质,逻辑描述是不得已而为之。甭管作者名气多大, 把逻辑描述当作本质,就太。。。。后面一大半没兴趣了, 一堆乱糟糟的符号
如果没勇气读1300多页的《算法导论》,可以先从这本200多页的书入手,作者Cormen是《导论》合著者之一,Khan Academy上的算法课程就是以这本书为框架设计的,有基于JS的在线编程交互练习,可以与本书配合使用。(读完这本发现还是得回去啃导论才过瘾。。。)
回忆一些简单的数据结构和算法,讲的比较清楚。后面有一些没看懂
快速算法入门
算法入门。作者讲得非常清楚,数学和伪代码也都比较清楚。但后面两章还是有点难啊。希望CLRS读完以后能更清楚理解这些算法。