发表于2025-05-28
Algorithms Unlocked pdf epub mobi txt 电子书 下载
Thomas H. Cormen is Professor of Computer Science and former Director of the Institute for Writing and Rhetoric at Dartmouth College. He is the coauthor (with Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein) of the leading textbook on computer algorithms, Introduction to Algorithms.
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.
##这本书即将有中文译本发行,我老婆翻译的——《算法基础:打开算法之门》
评分##如果没勇气读1300多页的《算法导论》,可以先从这本200多页的书入手,作者Cormen是《导论》合著者之一,Khan Academy上的算法课程就是以这本书为框架设计的,有基于JS的在线编程交互练习,可以与本书配合使用。(读完这本发现还是得回去啃导论才过瘾。。。)
评分 评分 评分 评分 评分##非常棒的书 这个Cormen就是Introduction to Algorithms那本书的Cormen
评分##对新手友好,难度偏低,大概相当 LeetCode easy 从最开始看这本书的时候就感觉到有些地方被翻译的莫名其妙,明明是很浅显的道理,却非得绕一个大圈子表达出来。越是看到内容较为复杂的部分,这种现象出现的就越是频繁,终于让我确定肯定是翻译出现了问题。从最短路径的Dijkstra算法一节中举例如下: 从本书第90页底部开始: ...
Algorithms Unlocked pdf epub mobi txt 电子书 下载