算法(二):动态规划
动态
动态规划:利用历史记录,来避免我们的重复计算,而这些历史记录,我们的需要一些变量来进行保存,一般是用一维数组或者二维数组来保存
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.