計算機程序設(shè)計藝術(shù)(卷3):排序與查找(英文版·第2版)
定 價:119 元
叢書名:圖靈原版計算機科學(xué)系列
- 作者:(美),高德納 ,(Knuth,D.E) 著
- 出版時間:2010/10/1
- ISBN:9787115234995
- 出 版 社:人民郵電出版社
- 中圖法分類:TP311.1
- 頁碼:780
- 紙張:膠版紙
- 版次:2
- 開本:16開
《計算機程序設(shè)計藝術(shù)》系列被公認(rèn)為計算機科學(xué)領(lǐng)域的權(quán)威之作,深入闡述了程序設(shè)計理論,對計算機領(lǐng)域的發(fā)展有著極為深遠(yuǎn)的影響!队嬎銠C程序設(shè)計藝術(shù) 卷3:排序與查找(英文版·第2版)》是該系列的第3 卷,擴展了第1 卷中信息結(jié)構(gòu)的內(nèi)容,主要講排序和查找。書中對排序和查找算法進(jìn)行了詳細(xì)的介紹,并對各種算法的效率做了大量的分析。
《計算機程序設(shè)計藝術(shù) 卷3:排序與查找(英文版·第2版)》適合從事計算機科學(xué)、計算數(shù)學(xué)等各方面工作的人員閱讀,也適合高等院校相關(guān)專業(yè)的師生作為教學(xué)參考書,對于想深入理解計算機算法的讀者,是一份必不可少的珍品。
。溃└叩录{(Knuth,D.E),1938年1月10日出生于美國明尼蘇達(dá)州的米爾沃基,著名計算機科學(xué)家,算法與程序設(shè)計技術(shù)的先驅(qū),斯坦福大學(xué)計算機系榮譽退休教授,計算機排版系統(tǒng)TFX和METAFONT字體系統(tǒng)的發(fā)明人,最年輕的圖靈獎得主。他在計算機科學(xué)及數(shù)學(xué)領(lǐng)域出版和發(fā)表了多部具有廣泛影響的著作和論文。
Chapter 5-Sorting
5.1 Combinatorial Properties of Permutations
5.1.1 Inversions
5.1.2 Permutations of a Multiset
5.1.3 Runs
5.1.4 Tableaux and Involutions
5.2 Internal sorting
5.2.1 Sorting by Insertion
5.2.2 Sorting by Exchanging
5.2.3 Sorting by Selection
5.2.4 Sorting by Merging
5.2.5 Sorting by Distribution
5.3 Optimum Sorting
5.3.1 Minimum-Comparison Sorting
5.3.2 Minimum-Comparison Merging
5.3.3 Minimum-Comparison Selection
5.3.4 Networks for Sorting
5.4 External Sorting
5.4.1 Multiway Merging and Replacement Selection
5.4.2 The Polyphase Merge
5.4.3 The Cascade Merge
5.4.4 Reading Tape Backwards
5.4.5 The Oscillating Sort
5.4.6 Practical Considerations for Tape Merging
5.4.7 External Radix Sorting
5.4.8 Two-Tape Sorting
5.4.9 Disks and Drums
5.5 Summary, History, and Bibliography
Chapter 6—Searching
6.1 Sequential Searching
6.2 Searching by Comparison of Keys
6.2.1 Searching an Ordered Table
6.2.2 Binary Tree Searching
6.2.3 Balanced Trees
6.2.4 Multiway Trees
6.3 Digital Searching
6.4 Hashing
6.5 Retrieval on Secondary Keys
Answers to Exercises
Appendix A—Tables of Numerical Quantities
1. Fundamental Constants (decimal)
2. Fundamental Constants (octal)
3. Harmonic Numbers, Bernoulli Numbers, Fibonacci Numbers
Appendix B Index to Notations
Index and Glossary