动态规划

type
status
date
slug
summary
tags
category
icon
password
所谓动态规划,其实就是每一个状态由上一个状态推导出来,例如兔子数列 fib(x) = fib(x - 1) + fib(x - 2)
 
Loading...

没有找到文章