好书推荐 好书速递 排行榜 读书文摘

Algorithms

Algorithms
作者:Sanjoy Dasgupta / Christos H. Papadimitriou / Umesh Vazirani
出版社:McGraw-Hill Education
出版年:2006-10
ISBN:9780073523408
行业:其它
浏览数:126

内容简介

This text, extensively class-tested over a decade at UC Berkeley and UC San Diego, explains the fundamentals of algorithms in a story line that makes the material enjoyable and easy to digest. Emphasis is placed on understanding the crisp mathematical idea behind each algorithm, in a manner that is intuitive and rigorous without being unduly formal.

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

We're done: 15*25-34*11=1, so x=15 and y=-34

编写递归代码时最重要的有以下三点: * 递归总有一个最简单的情况——方法的第一条语句总是一个包含 return 的条件语句。 * 递归调用总是去尝试解决一个规模更小的子问题,这样递归慈恩那个收敛到最简单的情况。 * 递归调用的父问题和尝试解决的子问题之间不应该有交集。

......(更多)

猜你喜欢

点击查看