كتاب introduction to the design and analysis of algorithms
- 2020-12-12
توصيف
كتاب جميل جدا لتعمل اساسيات تحليل وتصميم الخوارزميات
introduction to the design and analysis of algorithms
محتويات الكتاب بشكل عام:
Fundamentals of the Analysis of Algorithm Efficiency
Brute Force and Exhaustive Search
Decrease-and-Conquer
Divide-and-Conquer
Transform-and-Conquer
Space and Time Trade-Offs
Dynamic Programming
Greedy Technique
Iterative Improvement
Limitations of Algorithm Power
Coping with the Limitations of Algorithm Power