基本信息
- 原书名:Art of Computer Programming, Volume 3: Sorting and Searching (2nd Edition)
- 原出版社: Addison-Wesley Professional

【插图】

编辑推荐
算法分析的圣经级著作!
算法和程序设计技术的先驱者Donald E. Knuth最新作品!
内容简介
作译者
目录
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 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