Einstein Quote

“Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid.”
-Albert Einstein

2/22/14

Work in Progress

This is not a finished product, this is a work in progress


The idea behind dynamic programming is quite simple. In general, to solve a given problem, we need to solve different parts of the problem (subproblems), then combine the solutions of the subproblems to reach an overall solution.

Resource: http://en.wikipedia.org/wiki/Dynamic_programming

No comments:

Post a Comment

Popular Posts