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: 27% [人氣: 27 % [ ? ? ] ]
Related Posts: 相關文章:





















