Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于动态规划 #18

Open
GingerBear opened this issue Jan 27, 2014 · 1 comment
Open

关于动态规划 #18

GingerBear opened this issue Jan 27, 2014 · 1 comment

Comments

@GingerBear
Copy link
Owner

动态规划的题基本就是难题了,一直觉得如果面试碰到基本上就投降了,直到今天读到了两篇文章,让我重拾起了一些信心。

动态规划:从新手到专家
动态规划之背包问题(一)

动态规划一般涉及到找最优方案,解题的核心是找到**“状态”“状态转移方程”**。两篇文章都用了非常详细的例子讲了动态规划的使用方法。尽管我看的还是一知半解,但对于这类题已经有了一个入手方向。

@gj835
Copy link

gj835 commented Jan 27, 2014

给赞啊!

在 Jan 26, 2014,23:11,Neil Ding notifications@github.com 写道:

动态规划的题基本就是难题了,一直觉得如果面试碰到基本上就投降了,直到今天读到了两篇文章,让我重拾起了一些信心。

动态规划:从新手到专家
动态规划之背包问题(一)

动态规划一般涉及到找最优方案,解题的核心是找到“状态”和“状态转移方程”。两篇文章都用了非常详细的例子讲了动态规划的使用方法。尽管我看的还是一知半解,但对于这类题已经有了一个入手方向。


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants