IntroductiontoAlgorithms,SecondEdition
- 资料大王PDF
-
0 次阅读
-
0 次下载
-
2024-10-13 22:24:38
微信
赏
支付宝
文档简介:
Introduction to Algorithms, Second
Edition
by Thomas H.
Cormen, Charles E.
Leiserson, Ronald L.
Rivest and Clifford
Stein
ISBN:0262032937
The MIT Press © 2001 (1180 pages)
A course in computer algorithms, suitable
for use as a field reference for working
software developers.
Introduction to Algorithms, Second Edition
Preface
Part I: Foundations
Chapter 1: The Role of Algorithms in Computing
Chapter 2: Getting Started
Chapter 3: Growth of Functions
Chapter 4: Recurrences
Chapter 5: Probabilistic Analysis and Randomized Algorithms
Part II: Sorting and Order Statistics
Chapter 6: Heapsort
Chapter 7: Quicksort
Chapter 8: Sorting in Linear Time
Chapter 9: Medians and Order Statistics
Part III: Data Structures
Chapter 10: Elementary Data Structures
Chapter 11: Hash Tables
Chapter 12: Binary Search Trees
Chapter 13: Red-Black Trees
Chapter 14: Augmenting Data Structures
Part IV: Advanced Design and Analysis Techniques
Chapter 15: Dynamic Programming
Chapter 16: Greedy Algorithms
Chapter 17: Amortized Analysis
Part V: Advanced Data Structures
Chapter 18: B-Trees
Chapter 19: Binomial Heaps
Chapter 20: Fibonacci Heaps
Chapter 21: Data S......
评论
发表评论