計(jì)算機(jī)程序設(shè)計(jì)藝術(shù)(卷3):排序與查找(英文版·第2版)
定 價(jià):119 元
叢書(shū)名:圖靈原版計(jì)算機(jī)科學(xué)系列
- 作者:(美),高德納 ,(Knuth,D.E) 著
- 出版時(shí)間:2010/10/1
- ISBN:9787115234995
- 出 版 社:人民郵電出版社
- 中圖法分類:TP311.1
- 頁(yè)碼:780
- 紙張:膠版紙
- 版次:2
- 開(kāi)本:16開(kāi)
《計(jì)算機(jī)程序設(shè)計(jì)藝術(shù)》系列被公認(rèn)為計(jì)算機(jī)科學(xué)領(lǐng)域的權(quán)威之作,深入闡述了程序設(shè)計(jì)理論,對(duì)計(jì)算機(jī)領(lǐng)域的發(fā)展有著極為深遠(yuǎn)的影響!队(jì)算機(jī)程序設(shè)計(jì)藝術(shù) 卷3:排序與查找(英文版·第2版)》是該系列的第3 卷,擴(kuò)展了第1 卷中信息結(jié)構(gòu)的內(nèi)容,主要講排序和查找。書(shū)中對(duì)排序和查找算法進(jìn)行了詳細(xì)的介紹,并對(duì)各種算法的效率做了大量的分析。
《計(jì)算機(jī)程序設(shè)計(jì)藝術(shù) 卷3:排序與查找(英文版·第2版)》適合從事計(jì)算機(jī)科學(xué)、計(jì)算數(shù)學(xué)等各方面工作的人員閱讀,也適合高等院校相關(guān)專業(yè)的師生作為教學(xué)參考書(shū),對(duì)于想深入理解計(jì)算機(jī)算法的讀者,是一份必不可少的珍品。
(美)高德納(Knuth,D.E),1938年1月10日出生于美國(guó)明尼蘇達(dá)州的米爾沃基,著名計(jì)算機(jī)科學(xué)家,算法與程序設(shè)計(jì)技術(shù)的先驅(qū),斯坦福大學(xué)計(jì)算機(jī)系榮譽(yù)退休教授,計(jì)算機(jī)排版系統(tǒng)TFX和METAFONT字體系統(tǒng)的發(fā)明人,最年輕的圖靈獎(jiǎng)得主。他在計(jì)算機(jī)科學(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