This note is for the last three chapters of CLRS 2nd.
Chapter 33: Computational Geometry. Some application of geometrical skills. Not too much brand new thoughts, but still beneficial and interesting.
Chapter 34: NP-Completeness. I love this topic very much but NPC is really an obscure stuff. NPC is not about reasoning and deduction and it is kind of a “philosophy” question: does it, or does it not? People haven’t found a good way to make a reasonable description for the “complexity” yet. P != NP… I guess so.
Chapter 35: Approximate Algorithms. This chapter can be treated as the extension of the NPC chapter. Though NPC blocks us, we can still find some circumvention solutions for the problems. The basic skills are almost the algorithms from the former chapters, as greedy, linear programming etc.
Well, it is the first round of this book. Basically speaking… I insist that CLRS is a maths book actually, and readers should treat it as a typical mathematical book – read the text and do the exercises..
I’ll read it again, again and again, until..