+ 1

Can any one explain me , how to master Dynamic Programming?

2nd Jul 2017, 7:37 PM
Kailash Prasad
Kailash Prasad - avatar
4 odpowiedzi
+ 5
Try to understand the classic coin change problem...the solution is on the web and in most algorithmics books.
3rd Jul 2017, 1:52 AM
Karl T.
Karl T. - avatar
+ 2
For C++/Java/C#: -Understand what is POLYMORPHISM -Understand what pointers really do -Understand how to manipulate inputs with TYPE-CASTING These 3 elements of dynamic programming is essential. You can manipulate/change objects with some polymorpism stuff like design patterns for object-oriented programming.
2nd Jul 2017, 8:09 PM
Pamir Ünsal
Pamir Ünsal - avatar
+ 1
Try the knapsack problem. It has a very intuitive solution via dynamic programming.
2nd Jul 2017, 8:33 PM
Denis Felipe
Denis Felipe - avatar
0
What do you mean by that ?
2nd Jul 2017, 8:02 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar