The Algorithm Design Manual该算法设计手册
Here is the free online book,这里是免费的线上预订, The Algorithm Design Manual 该算法设计手册 , by Steven S. Skiena of the Department of Computer Science, State University of New York. ,由史蒂芬第skiena的计算机科学系,纽约州立大学。 ALos included on this site are the source code and the links for all cited implementations (C, C++, Fortran, and Pascal), along with over 30 hours of audio lectures.阿洛斯包括本网站的源代码和链接,所有引用的实现(出C , C + +与Fortran ,和Pascal ) ,随着超过30小时的音频讲座。 This algorithm book, with the lectures, teaches and shows you how to write and use algorithms in computer programs.这本书的算法,与讲学,任教,并告诉您如何书写和使用算法在计算机程序。 What is an algorithm?什么是算法? An algorithm is a procedure to accomplish a specific task. 1算法是一种程序,以完成特定的任务。 It is the idea behind any computer program.这是背后的想法,任何的计算机程序。 To be interesting, an algorithm has to solve a general, well-specified problem.也可以很有趣,一算法,以解决一般,以及指定的问题。 An algorithmic problem is specified by describing the complete set of instances it must work on and what properties the output must have as a result of running on one of these instances. 1算法的问题是所指定的描述一套完整的实例,它必须的工作是什么性质的输出必须有一个运行的结果之一,这些事例。 This distinction between a problem and an instance of a problem is fundamental.这之间的区别是一个问题的一个实例的一个问题是根本。
The Algorithm Design Manual: Hypertext Edition该算法设计手册:超版 - This is the complete hypertext version of the full printed book. -这是完整的超文本版本的全面印刷书籍。 You can use this online version of the book to easily follow the extensive cross-references.您可以使用这个在线版的书,很容易遵循广泛的交叉参考。
The Algorithm Repository Website该算法存放网页 - Here are the source code and links for all of the programs referenced in the book as solutions to the algorithmic problems presented. -这里是源代码和链接的所有程序中引用的这本书作为解决该算法的问题。 These programs are written in C, C++, Fortran, and Pascal.这些程序的书面在了C , C + +与Fortran ,和Pascal 。
Algorithms Lectures算法讲座 - Here are more than 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes. -这里有3 0多个小时的音频讲座,设计与分析算法提供,所有紧张到上线讲义。 Following these lectures provides another approach to learning algorithm design techniques.以下这些讲座,提供另一种做法,以学习算法设计技术。 Listening to all the audio is analogous to taking a one-semester college course on algorithms!听取了所有的音频是类似的以一个学期,学院的课程算法!
Contents of the Algorithm Design Manual 内容算法设计手册
Popularity: 28% [人气: 28 % [ ? ? ] ]
Related Posts: 相关文章:





















