Tomorrow is another day
source/_posts/common-algorithm-ideas.md
穷举要遍历所有可能,递推依赖前面结果,递归自己调用自己,分治拆解问题处理,概率靠随机逼近。