经典算法——五大常用算法

详情请看:http://www.cnblogs.com/steven_oyj/category/246990.html

1、分支限界法

2、回溯法

3、贪心算法

4、动态规划算法

5、分治算法

你可能感兴趣的:(数据结构)