Skip to content

关于本章

1、首先搞清楚algorithm paradigm的含义,参见wikipedia-Algorithmic-paradigm章节

2、然后描述一些常见的算法paradigm

3、对各种paradigm,需要进行总结

wlu How is Algorithm Design Applied?

Following are some of the main algorithm design techniques:

1、Brute-force or exhaustive search

2、Divide and Conquer

3、Greedy Algorithms

4、Dynamic Programming

5、Branch and Bound Algorithm

6、Randomized Algorithm

7、Backtracking