趁师弟们在学算法导论,蹭着复习一下,毕竟一年没看了(逃
大概就是快速过一遍吧,顺便拿来训练阅读速度
(习题答案可以在这里找到)
Contents
I Foundations
1 The Role of Algorithm in Computing
1.1 Algorithms
1.2 Algorithms as a technology
套话
2 Getting Started
2.1 Insertion sort
2.2 Analyzing algorithms
2.3 Designing algorithms
以插入排序为例介绍一下如何设计、分析算法
13 Red-Black Trees
// vim: set ft=markdown:
啧啧啧~